.icon-star-title::before {color: #ffb300;font-size: 1.5rem;margin-left: 2px;content: "\EA32";}
.icon-doctors-title::before {color: #007E46;font-size: 1.5rem;margin-left: 2px;content: "\EAF8";}
.icon-pages-loc::before {color: #007E46;font-size: 1.5rem;content: "\E9C4";}
.icon-pages-cat::before {color: #007E46;font-size: 1.5rem;content: "\EA36";}
.icon-see-all::before {font-size: 1.25rem;margin: 0 5px 0-5px;content: "\E99C";}
.icon-no-image::before {color: #D7D8D9;font-size: 2rem;margin-left: -4px;content: "\EAA2";}
.icon-special::before {color: #fff;font-size: 1.2rem;margin-left: -5px;content: "\E93A";}
.icon-verified::before {color: #0095f6;font-size: 1.25rem;margin-left: -5px;content: "\E91D";}
.icon-open::before {font-size: 1rem;margin-left: -5px;content: "\EA14";}
.icon-close::before {font-size: 1rem;margin-left: -5px;content: "\EA11";}

.container-content {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: right;
}
.home-top {
    margin-top: 32px;
}
.main-content {
    flex-grow: 1;
    min-width: 0;
}
.container-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.special-title {
    color: #101828;
    font-weight: 500;
}
.bottom-title {
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f2f0;
}
.pages-title h1 {
    color: #101828;
    font-size: 1rem;
    font-weight: 500;
}
.btn-see-all {
    color: #007E46;
    font-size: .8125rem;
    font-weight: 500;
    padding-top: 8px;
}
.btn-see-all:hover {
    color: #006C47;
}
.post-list {
    flex-basis: 100%;
    max-width: 100%;
}
.post-list-items {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #f3f2f0;
}
.post-list-item {
    padding: 12px 0;
}
.post-item-body {
    display: flex;
}
.post-item-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    position: relative;
}
.doctors-flex {
    display: flex;
}
.title-doctors {
    color: #101828;
    font-size: 1rem;
    display: flex;
    gap: 6px;
    height: 56px;
    line-height: 28px;
    padding-left: 20px;
    margin-bottom: auto;
    margin-top: 0;
    overflow: hidden;
    overflow-wrap: break-word;
}
.title-post {
    color: #101828;
    font-size: 1rem;
    height: 56px;
    line-height: 28px;
    padding-left: 12px;
    margin-bottom: auto;
    margin-top: 0;
    overflow: hidden;
    overflow-wrap: break-word;
}
.location-item {
    color: #5F6468;
    font-size: .8125rem;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 100%;
}
.category-item {
    color: #5F6468;
    font-size: .8125rem;
    min-width: 100%;
}
.image-item-thumbnail {
    background-color: #F8F8F8;
    border-radius: 4px;
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.image-doctors-thumbnail {
    background: linear-gradient(135deg, #e34449, #c0cd72);
    border-radius: 50%;
    margin-right: 4px;
    padding: 2px;
    width: 114px;
    height: 114px;
}
.image-item {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-item-sm {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.image-doctors-sm {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    width: 110px;
    height: 110px;
    border: 4px solid #fff;
}
.no-image {
    background-color: #F8F8F8;
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.special-post {
    position: absolute;
    top: 4px;
    left: 4px;
    max-height: 20px;
    min-height: 20px;
    background-color: #ffb300;
    background-image: linear-gradient(315deg, #ffb300 0%, #ffdd00 74%);
    box-shadow: 0 7px 15px #fbb03440;
    border: 1px solid transparent;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
}
.expired-post {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    height: 110px;
    width: 110px;
    color: #B42318;
    font-size: 0.8125rem;
    font-weight: 500;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.FooterAboutUs-content {
    color: #5F6468;
    font-size: .875rem;
    line-height: 2;
}
.FooterAboutUs-content h4, h5, h6 {
    color: #101828;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
}
.FooterAboutUs-content strong {
    color: #007E46;
    font-weight: 500;
}
.more-wrapper {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.8s ease;
}
.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.more-wrapper.open .fade-overlay {
    opacity: 0;
}
.more-content {
    padding: 24px 16px;
    border-radius: 10px;
    background-color: #F8F8F8;
}
.more-content.hidden {
    display: none;
}
.read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    color: #007E46;
    font-size: .8125rem;
    font-weight: 500;
}
.btn-load-more {
    color: #007E46;
    height: 2.8rem;
    width: 170px;
    border-color: #007E46;
    transition: 0.36s ease;
}
.btn-load-more:hover {
    color: #006C47;
    border-color: #006C47;
}

@media (max-width: 768px) {
    .FooterAboutUs-content h1, h2, h3 {
        font-size: .875rem;
    }
}

@media (max-width: 480px) {
    .title-post {
        font-size: .875rem;
    }
    .location-item {
        font-size: .75rem;
    }
    .category-item {
        font-size: .75rem;
    }
    .icon-location-sm::before {
        font-size: .875rem;
    }
    .icon-category::before {
        font-size: .875rem;
    }
}
