.elementor-82 .elementor-element.elementor-element-17bb6ec:not(.elementor-motion-effects-element-type-background), .elementor-82 .elementor-element.elementor-element-17bb6ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://packagewithsense.com/wp-content/uploads/2025/11/10026-scaled.jpg");background-size:cover;}.elementor-82 .elementor-element.elementor-element-17bb6ec{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-82 .elementor-element.elementor-element-17bb6ec > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-82:not(.elementor-motion-effects-element-type-background), body.elementor-page-82 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;background-image:url("https://packagewithsense.com/wp-content/uploads/2025/11/10026-scaled.jpg");}:root{--page-title-display:none;}@media(max-width:767px){.elementor-82 .elementor-element.elementor-element-17bb6ec{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS *//*
 * Well Wishes - Comment Styling
 * Apply this CSS to your theme's Additional CSS.
 */

/* General comment section styling */
.comments-area {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fffaf6);
  box-shadow: 0 10px 25px rgba(10,10,10,0.08);
}

.comments-area h2 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin: 0 0 8px;
  color: #222;
}

/* Comment list styling */
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 180px;
  overflow: auto;
}

.comment-list li {
  padding: 10px;
  border-bottom: 1px dashed #efe1d6;
}

.comment-list li:last-child {
  border-bottom: none;
}

/* Individual comment details */
.comment-author {
  font-weight: 700;
  color: #222;
}

.comment-meta {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 5px;
}

.comment-content p {
  margin: 0;
  color: #444;
}

/* Comment form styling */
#respond {
  margin-top: 1.5rem;
  border-top: 1px solid #efe1d6;
  padding-top: 1.5rem;
}

.comment-form-comment label {
  display: none; /* Hide the default label for a cleaner look */
}

#comment {
  width: 100%;
  resize: none;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #efe6dd;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  min-height: 80px; /* Adjust height as needed */
}

.comment-form-author,
.comment-form-email {
  width: 48%; /* Adjust for spacing */
  float: left;
  margin-right: 2%;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #efe6dd;
}

.form-submit {
  clear: both;
  margin-top: 10px;
}

#submit {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.06);
  text-decoration: none;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

#submit:hover {
  background: #f8f8f8;
}/* End custom CSS */