.no-results-container {
    display:none;
 }

.page-details {
	display:none;
}

/* search css */
.global-search-container {
    display: flex;
    padding: 32px 150px 56px 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.clear-keyword {
	cursor: pointer;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
}

.search-input {
  display: flex;
  height: 61px;
  padding: 16px 0px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid var(--gray-stroke-strong, #cacad9);
  width: 100%;
}

.input-frame {
  display: flex;
  padding: 0px 20px;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}

.search-keyword {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;

  outline: none;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 

   color: var(--gray-text-strong, #2C3059);
   font-family: "Inter-Medium";
   font-size: 24px;
   font-style: normal;
   font-weight: 500;
   line-height: 150%;
}

.search-keyword-align {
  color: var(--gray-text-strong, #2c3059);

  /* Desktop/H2 — Medium */
  font-family: "Inter-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}

.search-button {
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
  cursor: pointer;
}

.search-button-align {
  display: flex;
  min-width: 170px;
  padding: 16px var(--spacing-xs, 8px);
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: var(
    --Gradient-brand-surface,
    linear-gradient(99deg, #684b9b -27.72%, #381b6b 127.08%)
  );

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.search-button-text {
  color: var(--Primary-Grey-6, #fff);

  /* H4/Header 4 — Bold */
  font-family: "Inter-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  background: none !important;
  border: unset !important;
}

.search-page {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.search-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  width: 100%;
}

.search-result {
  display: flex;
  padding: 0px 24px;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.search-result-count {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.search-text {
  color: var(--gray-text-strong, #2c3059);

  /* Body/Body — Bold */
  font-family: "InterBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.search-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.search-data-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.search-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.search-list-container {
  width: 100%;
}

.search-list {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.search-list:hover {
  background: var(--gray-surface-weak, #f9f9fc);
}

.search-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.search-list-heading {
  color: var(--gray-text-strong, #2c3059);

  /* Desktop/H5 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

.search-list-desc {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.separator-padding {
  padding: 0 24px !important;
}

.separator-line {
  margin: auto !important;
  border-top: 1px solid #cacad9;
  opacity: unset !important;
}

.search-pagination-count {
  color: var(--gray-text, #6a6d87);

  /* Small/Small — Regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.pagination-next-previous-btn {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 40px;
  border: 1px solid var(--gray-stroke, #dfe0eb);
  background: var(--gray-surface-invert, #fff);
  cursor: pointer;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-container {
  display: flex;
  width: 44px;
  padding: 2px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
}

.pagination-container.active {
  border-radius: 100px;
  background: var(--primary-surface-strong, #684b9b);
  width: 52px;
}

.pagination-number.active {
  color: var(--gray-text-invert, #fff);
}

.pagination-number {
  height: 26px;
  align-self: stretch;
  color: var(--gray-text-strong, #2c3059);
  text-align: center;

  /* Body1/Body 1 — Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.pagination-section {
  display: flex;
  align-items: center;
  gap: 24px;
}

.faq-card-container .container-section {
	padding: unset !important;
}

.faq-card-container .cms-card-container {
	display: flex;
    width: 273px;
    height: 273px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10.465px;
	padding: unset !important;
}

.no-results-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.error-msg-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.error-msg-text {
    align-self: stretch;
    color: var(--gray-text-strong, #2C3059);
    text-align: center;
    
    /* H4/Header 4 — Bold */
    font-family: "Inter-Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
}

.try-again-text {
    align-self: stretch;
    color: var(--gray-text, #6A6D87);
    text-align: center;
    
    /* Body/Body — Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

@media (min-width: 768px) {
    .faq-card-container-mobile-view {
        display: none !important;
    }

    .pagination-item {
      display: flex;
      width: 52px;
      height: 52px;
      min-width: 49px;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
}

@media (max-width: 768px) {
    .faq-card-container {
        display: none !important;
    }

    .faq-card-container-mobile-view {
		align-items: flex-start;
    	gap: 24px;
    	align-self: stretch;
	}

    .search-button {
		display: none !important;
	}

    .clear-keyword {
        position: absolute;
        right: 34px;
    }

	.pagination-item {
        display: flex;
        height: 52px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .faq-card-container-mobile-view .container-section {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }
}

/* Default (Desktop) */
.search-list-heading {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Truncate after 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.search-list-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Truncate after 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
/* Mobile (Adjust for 2-line title) */
@media (max-width: 768px) {
    .search-list-heading {
        -webkit-line-clamp: 2; /* Truncate after 2 lines */
    }
}