.feel-health-guide-banner {
    padding-top: 165px;
    padding-bottom: 24px;
}

.feel-health-guide-list {
    padding: 39px 0 96px;
}

.feel-health-guide-banner__title {
    font-size: 56px;
    text-align: center;
    background: linear-gradient(0deg, #777269, #777269);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-abc-arizona-flare);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -4%;
    text-transform: capitalize;
}

.feel-health-guide-list__inner {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.feel-health-guide-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: var(--font-abc-diatype-mono, var(--font-abc-arizona-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
    font-size: var(--font-small, 0.85rem);
    color: var(--color-green, #2b5048);
}

.feel-health-guide-controls__left {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.feel-health-guide-controls__label {
    font-weight: 400;
    font-size: 13px;
    color: #1a1a1a;
    letter-spacing: -.26px
}

.feel-health-guide-controls__right {
    margin-left: auto;
}

.feel-health-guide-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 29px;
    padding: 0 12px;
}

.feel-health-guide-dropdown__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 0;
    background: none !important;
    color: #1A1A1A !important;
    font-family: var(--font-abc-diatype-mono, var(--font-abc-arizona-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
    font-size: 13px;
    letter-spacing: -.26px;
    cursor: pointer;
    padding: 4px 0;
}

.feel-health-guide-dropdown__label {
    font-weight: 400;
    white-space: nowrap;
}

.feel-health-guide-dropdown__value {
    white-space: nowrap;
}

.feel-health-guide-dropdown__icon {
    width: 12px;
    height: 10px;
    position: relative;
}

.feel-health-guide-dropdown__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 9px;
    height: 5px;
    border-radius: 0;
    border: 1.2px solid currentColor;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}

.feel-health-guide-dropdown__list {
    position: absolute;
    right: 0;
    margin-top: 6px;
    padding: 8px 10px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    list-style: none;
    min-width: 190px;
    display: none;
    z-index: 10;
}

.feel-health-guide-dropdown__list li {
    padding: 6px 6px;
    font-size: 0.86rem;
    cursor: pointer;
    white-space: nowrap;
}

.feel-health-guide-dropdown__list li[aria-selected="true"] {
    font-weight: 600;
}

.feel-health-guide-dropdown__list li:hover,
.feel-health-guide-dropdown__list li:focus-visible {
    background: rgba(43, 80, 72, 0.06);
}

.feel-health-guide-dropdown.is-open .feel-health-guide-dropdown__list {
    display: block;
}

.feel-health-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    row-gap: 72px;
}

.feel-health-guide-card {
    min-width: 0;
}

.feel-health-guide-card:hover img {
    transform: scale(1.05);
}

.feel-health-guide-card__link {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-decoration: none;
    color: inherit;
}

.feel-health-guide-card__media {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

.feel-health-guide-card__image {
    width: 100%;
    height: 414px;
    object-fit: cover;
    display: block;
}

.feel-health-guide-card__image--placeholder {
    background: #f2f2f2;
}

.feel-health-guide-card__pill {
    font-family: var(--font-abc-diatype-mono);
    position: absolute;
    top: 17px;
    left: 18px;
    padding: 6px 12px;
    border-radius: 6px;
    background: #ffffff;
    backdrop-filter: blur(40px);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #101010;
    letter-spacing: 0;
}

.feel-health-guide-card__title {
    margin: 0;
    max-width: 405px;
    font-family: var(--font-abc-arizona-flare);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.34px;
    line-height: 100%;
    color: #101010;
}

.feel-health-guide-card__link:hover .feel-health-guide-card__title,
.feel-health-guide-card__link:focus-visible .feel-health-guide-card__title {
    text-decoration: underline;
}

.feel-health-guide-pagination {
    margin-top: 32px;
    text-align: center;
}

.feel-health-guide-pagination .page-numbers {
    display: inline-block;
    margin: 0 4px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
    text-decoration: none;
    color: #555555;
}

.feel-health-guide-pagination .page-numbers.current {
    background: #101010;
    color: #ffffff;
}

.feel-health-guide-pagination .page-numbers:hover {
    background: rgba(0, 0, 0, 0.05);
}

.feel-health-guide-list__empty {
    margin: 0;
    font-size: 0.95rem;
    color: #555555;
}

.feel-health-guide-list__footer {
    padding: 48px 0;
    text-align: center;
}

.feel-health-guide-list__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 117px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(197, 189, 174, 0.5);
    background: #ffffff !important;
    backdrop-filter: blur(80px);
    font-family: var(--font-abc-diatype-mono);
    font-size: 13px;
    letter-spacing: -0.26px;
    color: #1a1a1a;
    text-decoration: none;
    cursor: pointer;
}

.feel-health-guide-list__more:hover,
.feel-health-guide-list__more:focus-visible {
    border-color: #1a1a1a;
}

.feel-health-guide-list__more-label {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .feel-health-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feel-health-guide-card__image {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .feel-health-guide-list {
        padding-top: 40px;
        padding-bottom: 72px;
    }

    .feel-health-guide-controls {
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
    }

    .feel-health-guide-controls__right {
        margin-left: 0;
    }

    .feel-health-guide-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .feel-health-guide-card__image {
        height: 320px;
    }
}

/* Single Health Guide article */

.feel-health-guide-single__article {
    padding-top: 148px;
    padding-bottom: 96px;
}

.feel-health-guide-single__header-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.category-and-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-family: var(--font-abc-diatype-mono);
    font-size: 12px;
    letter-spacing: -.48px;
    color: #1a1a1a;
}

.category-pill {
   text-transform: uppercase;
   background-color: #f4f4f4;
   border-radius: 6px;
   padding: 0 7px;
   height: 23px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.feel-health-guide-single__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-abc-diatype-mono);
    font-size: 13px;
    letter-spacing: -.24px;
    color: #1a1a1a;
    text-decoration: none;
    justify-content: center;
}

.feel-health-guide-single__back span:first-child {
    font-size: 14px;
}

.feel-health-guide-single__back:hover,
.feel-health-guide-single__back:focus-visible {
    text-decoration: underline;
}

.feel-health-guide-single__media {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.feel-health-guide-single__image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    max-width: 908px;
    display: block;
    border-radius: 32px;
}


.feel-health-guide-single__title {
    margin: 0 auto;
    max-width: 540px;
    text-align: center;
    font-family: var(--font-abc-arizona-flare);
    font-size: 32px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.92px;
    color: #101010;
}

.feel-health-guide-single__content {
    margin-top: 56px;
}

.feel-health-guide-single__content-inner {
    max-width: 680px;
    margin: 0 auto;
    font-family: var(--font-abc-arizona-sans);
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: -0.32px;
    color: #1A1A1A;
}

.feel-health-guide-single__content-inner p {
    margin-bottom: 1.2em;
}

.feel-health-guide-single__content-inner h2,
.feel-health-guide-single__content-inner h3,
.feel-health-guide-single__content-inner h4 {
    font-family: var(--font-abc-arizona-flare);
    margin: 1.6em 0 0.6em;
}

h2.wp-block-heading{
    font-size: 24px !important;
}

.feel-health-guide-single__content-inner ul,
.feel-health-guide-single__content-inner ol {
    padding-left: 1.4em;
    margin-bottom: 1.2em;
}

.feel-health-guide-single__actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.feel-health-guide-single__action {
    border: 0;
    background: transparent !important;
    padding: 0;
    font-family: var(--font-abc-diatype-mono);
    font-size: 13px;
    line-height: 1;
    color: #1a1a1a !important;
    cursor: pointer;
    text-decoration: none !important;
    text-underline-offset: 3px;
    opacity: 0.5;
}

button.feel-health-guide-single__action{
    border: 1px solid #0000001A !important;
    backdrop-filter: blur(80px);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1;
    color: #1a1a1a !important;
    cursor: pointer;
    text-decoration: none !important;
    text-underline-offset: 3px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

button.feel-health-guide-single__action:hover,
button.feel-health-guide-single__action:focus-visible {
    opacity: 1;
    background: #0000001A !important;
}

.feel-health-guide-single__action svg {
    width: 12px;
    height: 12px;
    display: block;
}

.feel-health-guide-single__action:hover,
.feel-health-guide-single__action:focus-visible {
    opacity: 0.75;
}

/* Related articles on single post */

.feel-health-related {
    padding: 120px 0;
}

.feel-health-related__inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.feel-health-related__title {
    margin: 0;
    text-align: center;
    font-family: var(--font-abc-arizona-flare);
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.52px;
    background: var(--heading-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feel-health-related__grid {
    row-gap: 48px;
}

@media (max-width: 768px) {
    .feel-health-related {
        padding: 72px 0;
    }
}

@media (max-width: 768px) {
    .feel-health-guide-single__article {
        padding-top: 96px;
        padding-bottom: 72px;
    }

    .feel-health-guide-single__title {
        font-size: 30px;
    }

    .feel-health-guide-single__content-inner {
        font-size: 15px;
    }
}
