@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600; /* SemiBold */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.fw--regular {
  font-weight: 400 !important;
}

.fw--medium {
  font-weight: 500;
}

.fw--semiBold {
  font-weight: 600;
}

.fw--bold,
strong {
  font-weight: 700;
}

.fw--bolder {
  font-weight: 900;
}

.fs--italic {
  font-style: italic;
}

h1 {
  font-size: 26px;
  padding-top: 28px;
  padding-bottom: 28px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #40464d;
}

button {
  font-family: "Poppins", sans-serif !important;
}

.main-body {
  background-color: #e6f7ff;
}

.pt-28 {
  padding-top: 28px;
}

.pt-0 {
  padding-top: 0px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-14 {
  margin-bottom: 14px;
}

.h-28 {
  height: 28px;
}

.w-28 {
  width: 28px;
}

.w-100 {
  width: 100%;
}

.border {
  border: 1px solid red;
}

/* Header Styles */
.back-button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: #000000;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.back-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.side-spacing {
  margin: 0 24px 0 24px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-title {
  color: #606873;
  font-size: 20px;
}
.header .header-subtitle {
  color: #316abf;
  font-size: 28px;
  font-weight: 600;
}
.header .images-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .daikin-mascot {
  z-index: 10;
}
.header .header-background {
  position: absolute;
  right: 0;
}

/* Button Styles */
/* Contact Section Styles */
.gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f7ff), to(#ffffff));
  background: linear-gradient(to bottom, #e6f7ff, #ffffff);
  border-radius: 12px;
}

/* Contact Methods Styles */
.contact-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.contact-card {
  background-color: #e5f5fc;
  border-radius: 18px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 33.3333333333%;
  text-decoration: none;
  padding: 19px 25px;
}
.contact-card h3 {
  font-size: 14px;
  font-weight: 400;
  color: #005b86;
}
.contact-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contact-card p {
  color: #666;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

/* Chip Styles */
/* Region Info Styles */
.region-info {
  background-color: #e8f4f8;
  border-left: 4px solid #3498db;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  border-radius: 4px;
}
.region-info p {
  margin: 0;
  color: #2c3e50;
  font-size: 1rem;
}
.region-info strong {
  color: #3498db;
  font-size: 1.1rem;
}

/* Section Divider */
.section-divider {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 2.5rem 0;
}

/* Navigate Web Button */
.ul-list-padding {
  margin-left: 25px;
}
.ul-list-padding .li-styles {
  line-height: 1.5;
}

.still-issues-title {
  font-size: 20px;
  font-weight: 500;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.yt-player {
  aspect-ratio: 16/9;
  width: 100%;
}

.web-iframe {
  width: 100%;
  height: 70vh;
}

.font-light-black {
  color: #202326;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0;
  margin: 0 24px 0 24px;
}

.topics {
  background-color: #ffffff;
  padding: 24px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}
.topics-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.topics-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -4px;
}
.topics-cards-wrapper-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .topics-cards-wrapper-inner {
    width: 33.33%;
  }
}
.topics-cards-wrapper .topics-card {
  background-color: #f4f7f9;
  padding: 15.5px 19px;
  width: 100%;
  border-radius: 18px;
}
.topics img {
  width: 100%;
}
.topics-card-title {
  font-size: 14px;
  color: #40464d;
  text-align: center;
  margin-top: 6px;
}

.content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f7f9;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17.5px 16px;
  border-radius: 18px;
  margin-bottom: 4px;
  color: #40464d;
  text-decoration: none;
}
.content-card p {
  font-size: 14px;
  font-weight: 500;
}
.content-card img {
  margin-left: 8px;
}

.subTopic-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}
.subTopic-wrapper {
  margin-bottom: 28px;
}

.result-box {
  background: #e8f4f8;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 25px;
  min-height: 120px;
  border: 1px solid #b3d9e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 24px;
}

.result-text {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.result-error {
  color: #ff0000;
  font-weight: 500;
}

.form-group {
  margin-bottom: 18px;
}

.label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.dropdown {
  width: 100%;
  padding: 16px 18px !important;
  border: 1px solid #d9dfe6;
  border-radius: 10px;
  background: white;
  color: #202326;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 16px;
}
.dropdown::-webkit-input-placeholder {
  color: #a0aec0;
}
.dropdown::-moz-placeholder {
  color: #a0aec0;
}
.dropdown:-ms-input-placeholder {
  color: #a0aec0;
}
.dropdown::-ms-input-placeholder {
  color: #a0aec0;
}
.dropdown::placeholder {
  color: #a0aec0;
}

.dropdown:focus {
  outline: none;
  border-color: #0066cc;
  -webkit-box-shadow: 0 0 5px rgba(0, 102, 204, 0.3);
          box-shadow: 0 0 5px rgba(0, 102, 204, 0.3);
}

.code-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.code-row .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

.button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}

.button:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.button-primary {
  background: #0097e0;
  color: #ffffff;
}

.button-primary:hover:not(:disabled) {
  opacity: 0.8;
}

.button-primary:disabled {
  background: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.button-secondary {
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
}

.button-secondary:hover {
  background: #e0e0e0;
}

/* Modal Overlay Styles */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1000;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

.modal-overlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-overlay.closing {
  -webkit-animation: fadeOut 0.3s;
          animation: fadeOut 0.3s;
}

.modal-overlay.closing .modal {
  -webkit-animation: slideDown 0.3s;
          animation: slideDown 0.3s;
}

.modal {
  background: white;
  padding: 30px 24px;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  -webkit-animation: slideUp 0.3s;
          animation: slideUp 0.3s;
}

.modal-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #40464d;
}

.modal-text {
  color: #606873;
  margin-bottom: 29px;
  font-size: 16px;
}

.modal-buttons {
  margin-top: 32px;
}

.modal-ok-btn {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  margin-bottom: 0;
}

.modal-info-section {
  margin-bottom: 28px;
}
.modal-info-section:last-of-type {
  margin-bottom: 0;
}

.modal-info-subtitle {
  font-weight: 600;
  color: #40464d;
  margin-bottom: 8px;
  font-size: 16px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Remote Selection Button Styles */
.remote-select-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px !important;
  background: #fcfcfc;
  color: #202326;
  border: 1px solid #d9dfe6;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.remote-select-placeholder {
  color: #a0aec0;
}
.remote-select-selected {
  color: #202326;
}

.remote-select-button:focus {
  outline: none;
  border-color: #0066cc;
  -webkit-box-shadow: 0 0 5px rgba(0, 102, 204, 0.3);
          box-shadow: 0 0 5px rgba(0, 102, 204, 0.3);
}

.remote-select-chevron {
  margin-left: 5px;
  height: 24px;
  width: 24px;
}

/* Remote Selection Modal Styles */
.remote-modal {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: slideUp 0.3s;
          animation: slideUp 0.3s;
}
.remote-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.remote-modal-back {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 28px;
}
.remote-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.modal-overlay.closing .remote-modal {
  -webkit-animation: slideDown 0.3s;
          animation: slideDown 0.3s;
}

.remote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 28px 24px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 375px) {
  .remote-grid {
    grid-template-columns: 1fr;
  }
}

.remote-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 14px 31px 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0px 4.19px 20.94px -2.09px rgba(50, 50, 71, 0.031372549);
          box-shadow: 0px 4.19px 20.94px -2.09px rgba(50, 50, 71, 0.031372549);
  -webkit-box-shadow: 0px 0px 29.24px 0px rgba(12, 26, 75, 0.0392156863);
          box-shadow: 0px 0px 29.24px 0px rgba(12, 26, 75, 0.0392156863);
}
.remote-card:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.remote-placeholder {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.remote-name {
  font-weight: 500;
  margin-top: 18px;
  color: #40464d;
  font-size: 14px;
  word-break: break-word;
}

/* AC Type Selector Styles */
.ac-type-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.ac-type-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.ac-type-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ac-type-btn {
  padding: 16px;
  font-weight: 500;
  border: 1px solid #808b9a;
  border-radius: 10px;
  background: #f4f7f9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #808b9a;
}
.ac-type-btn.active {
  border: 2px solid #0097e0;
  background-color: #dff5ff;
  color: #0097e0;
}

/* Non-Inverter Error List Styles */
.inverter-errors {
  margin-top: 20px;
}

.error-code-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.error-code-row a {
  color: #0097e0;
  text-decoration: none;
}

.error-list-container {
  margin-top: 28px;
  padding-bottom: 28px;
}

.error-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.error-card {
  background: #e5f5fc;
  border-radius: 10px;
  padding: 16px 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-card-code {
  font-weight: 500;
  color: #de474a;
}

.error-card-desc {
  font-size: 14px;
  color: #40464d;
}

.search-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding-top: 12px;
  z-index: 100;
  padding-left: 24px;
  padding-right: 24px;
}

.error-code-screen {
  height: 100vh;
  margin-bottom: 200px;
}

.search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fcfcfc;
  border: 2px solid #d9dfe6;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 28px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  align-items: center;
}
.search-input-wrapper:focus-within {
  -webkit-box-shadow: 0 2px 6px rgba(0, 102, 204, 0.15);
          box-shadow: 0 2px 6px rgba(0, 102, 204, 0.15);
  border: 1px solid #d9dfe6;
}
.search-input-wrapper .search-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  opacity: 0.6;
}
.search-input-wrapper input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #202326;
  background: transparent;
}
.search-input-wrapper input::-webkit-input-placeholder {
  color: #a0aec0;
}
.search-input-wrapper input::-moz-placeholder {
  color: #a0aec0;
}
.search-input-wrapper input:-ms-input-placeholder {
  color: #a0aec0;
}
.search-input-wrapper input::-ms-input-placeholder {
  color: #a0aec0;
}
.search-input-wrapper input::placeholder {
  color: #a0aec0;
}
.search-input-wrapper .clear-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.search-results {
  min-height: 200px;
}

.search-result-card {
  display: block;
  background: white;
  border-bottom: 1px solid #d9dfe6;
  padding-top: 4px;
  padding-bottom: 16px;
  margin-bottom: 0.75rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.search-result-card:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.result-category {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.35rem;
  font-weight: 500;
  text-transform: capitalize;
}

.result-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #40464d;
}
.result-title strong {
  font-weight: 600;
}

.result-preview {
  font-size: 0.875rem;
  color: #40464d;
  margin: 0;
  line-height: 1.5;
}
.result-preview strong {
  font-weight: 600;
}

.search-empty-state,
.no-results {
  text-align: center;
  padding: 3rem 1rem;
  color: #40464d;
}
.search-empty-state p,
.no-results p {
  margin: 0.5rem 0;
  font-size: 1rem;
}
.search-empty-state p:first-child,
.no-results p:first-child {
  color: #666;
  font-size: 1.1rem;
}
.search-empty-state .no-results-hint,
.no-results .no-results-hint {
  font-size: 0.875rem;
  color: #aaa;
}

.popular-articles {
  margin-top: 1.5rem;
}

.popular-articles-title {
  font-size: 20px;
  font-weight: 600;
  color: #002d43;
  margin-bottom: 8px;
}

.popular-article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  text-decoration: none;
  color: #2d3748;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.popular-article-card:hover {
  border-color: #cbd5e0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.popular-article-card:active {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.popular-article-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 400;
  color: #2d3748;
  line-height: 1.5;
}

.popular-article-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #a0aec0;
  margin-left: 0.75rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.popular-article-card:hover .popular-article-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  color: #718096;
}

@media (min-width: 768px) {
  .popular-article-card {
    padding: 1.5rem 1.25rem;
  }
  .popular-article-title {
    font-size: 1.125rem;
  }
}
.settings-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.settings-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.settings-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.region-selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.region-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
  cursor: pointer;
}

.region-dropdown {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #333;
  background-color: white;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.region-dropdown:hover {
  border-color: #0066cc;
}
.region-dropdown:focus {
  outline: none;
  border-color: #0066cc;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
          box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}
.region-dropdown option {
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .settings-section {
    padding: 1.5rem;
  }
  .region-selector-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .region-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .region-dropdown {
    max-width: 300px;
  }
}