.embed-section .aurora-edit-section {
    top: 10px;
    left: 10px;
    background-color: #fff;
    color: #101010
}

.embed-section .aurora-edit-section:hover {
    background-color: #fff;
    color: #000 
}

.genteel-section .aurora-edit-section {
    top: -70px;
    left: -30px
}

.custom-content-area {        
    border-top: 1px solid #8d8d8d40;
    border-bottom: 1px solid #8d8d8d40;
    padding: 80px 0;
}

.cca-fourth {              
    border-bottom: none;
    padding-bottom: 0;
}

#hero-slider .post-preview {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    height: 650px;
    border-radius: 4px;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#hero-slider .card-embed .post-category {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.76rem;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 2px 5px;
    background-color: #00000076;
}

#hero-slider .card-embed .post-date {
    opacity: 0.9;
    margin-bottom: 5px;
    font-size: 0.95rem
}

#hero-slider .card-embed .post-details {        
    display: flex;
    flex-direction: column;
    gap: 7px
}

#hero-slider .card-embed .post-title {
    font-size: calc(var(--h3-font-size-desktop) / 0.6);
    line-height: 1.2
}

#hero-slider .post-excerpt {
    font-size: 1.1rem;
    line-height: 1.4;
}

#hero-slider .card-embed a {
    color: white;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

#hero-slider .card-embed a:hover {
    text-decoration: underline 1px;
}

#hero-slider .card-embed h3, #hero-slider .card-embed p {
    margin: 0
}

#hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#hero-slider .embed {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    width: 100%
}

/* Navigation */
#hero-slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fffffff5;
    color: #626262;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    height: 50px;
    width: 50px;
    font-size: 16px;
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 4px #0000;
}

#hero-slider .slider-btn:hover {
    background-color: var(--button-background-color);
    color: var(--button-text-color);
}

#hero-slider .prev { left: 30px;}
#hero-slider .next { right: 30px;}

#after-hero {
    display: flex;
    gap: 120px
}

#after-hero .col-1 {
    flex: 3
}

#after-hero .col-2 {
    flex: 1;
}

#after-hero .card-grids {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

#after-hero .preview-post {
    display: flex;
    gap: 25px;
    align-items: center;
}

#after-hero .preview-post:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #8e8e8e37;
}

#after-hero .mag .post-meta {
    font-size: 0.8rem;
    opacity: 0.8;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    order: 3;
    margin-top: 15px
}

#after-hero .mag .post-title {
    font-size: calc(var(--h3-font-size-desktop) / 1.36);
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 4px;
}

#after-hero .mag a {
    color: inherit;
    text-decoration: none
}

#after-hero .mag a:hover {
    color: var(--link-color);
}

#after-hero .mag .featured-image {
    height: 200px;
    width: 100%;
    flex: 1;
    border-radius: 4px;
    background-color: var(--link-color);
}

#after-hero .mag .post-content {
    display: flex;
    flex-direction: column;
    flex: 2;
}

#after-hero .mag .post-excerpt {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

#after-hero .card-grids .post-preview {
    border-radius: 2px;
    padding: 0 40px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    height: 250px;
    color: white;
    background-color: var(--link-color);
    box-shadow: 0 4px 6px #00000026
}

#after-hero .card-grids .post-preview a {
    color: white;
    text-decoration: none
}

#after-hero .card-grids .post-preview a:hover {
    text-decoration: underline 1px
}

#after-hero .card-grids .post-preview .post-title {
    margin: 0;
    font-size: calc(var(--h3-font-size-desktop) / 1.5);
    line-height: 1.2;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)
}

#after-hero .card-grids .post-preview .post-meta {
    font-size: 0.8rem
}

#highlights {
    background-color: #151515;
    padding: 30px;
    border-radius: 3px  
}

#highlights .post-cards {        
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px
}

#highlights .post-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff17;
    transition: background-color 0.3s ease-in
}

#highlights .post-card:hover {
    background-color: #fdfdfde8;
    color: #262626
}

#highlights .post-card:hover .post-content {
    color: #151515;
    transition: color 0.3s ease-in
}

#highlights .post-content {              
    color: white;
    padding: 20px
}

#highlights .post-content h3 {
    margin: 0;
    font-size: calc(var(--h3-font-size-desktop) / 1.5);
    line-height: 1.2;
    font-weight: 500;              
    color: inherit;
}

#highlights .post-meta {
    font-size: 0.8rem;
    opacity: 0.7;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px
}

#highlights .post-card a {
    color: inherit;
    text-decoration: none
}

#highlights .post-card a:hover {
    text-decoration: underline 1px
}

#highlights .post-cards .featured-image {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    border-radius: 2px;
    background-color: var(--link-color);
}

#post-bottom .post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px
}

#post-bottom .featured-image {
    height: 260px;
    background-size: cover;
    background-position: center;
    background-color: var(--link-color);
}

#post-bottom .featured-post {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#post-bottom .featured-post a {
    text-decoration: none;
}

#post-bottom .featured-post a:hover {
    text-decoration: revert
}

#post-bottom .post-content h3 {
    margin: 0;
    line-height: 1.2;
    font-size: calc(var(--h3-font-size-desktop) / 1.2);
}

#post-bottom .post-content p {
    margin: 0
}

#post-bottom .post-meta {
    font-size: 0.9rem;
    opacity: 0.8;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

#post-bottom .post-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.poster-section .poster {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.card-poster {
    height: 400px;
    padding: 15px;
    border-radius: 10px;
    color: white;
    background-color: var(--link-color);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-poster .post-category {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #0000009f;
}

.card-poster .metas {
    opacity: 0.85;
    font-size: 0.9rem;
    display: flex;
    gap: 15px;
    align-items: center
}

.card-poster .post-details {        
    display: flex;
    flex-direction: column;
    gap: 10px
}

.card-poster a {
    color: white;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.card-poster a:hover {
    text-decoration: underline 0.5px
}

.card-poster h3 {
    margin: 0;
    font-size: calc(var(--h3-font-size-desktop) / 1.25);
}

.card-poster .post-author::before,.card-poster .post-date::before {        
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    top: -2px;
    margin-right: 3px;
    display: inline-block;
    font-size: 70%;
    color: inherit
}

.card-poster .post-author::before {
    content: "\f007";
}

.card-poster .post-date::before {
    content: "\f133";
}

#twin .post-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px
}

.detail-post {
    display: flex;
    align-items: center;
    height: 210px;
    gap: 25px;
    border: solid 1px #90909064;
    border-radius: 4px;
}

.detail-post .post-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start
}

.detail-post a {
    text-decoration: none;
    color: inherit
}

.detail-post a:hover {
    color: var(--link-hover-color);
    text-decoration: revert
}

.detail-post .post-title {
    margin: 0;
    font-size: calc(var(--h3-font-size-desktop) / 1.5);
    line-height: 1.2
}

.detail-post .featured-image {
    height: 100%;
    width: 100%;
    flex: 1;
    background-color: var(--link-color);
}

.detail-post .metas {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 15px;
    align-items: center;
    font-size: 0.9rem;
}

.detail-post .post-category {
    background-color: var(--link-color);
    color: var(--site-background-color);
    padding: 1px 5px;
    line-height: 1.4;
    font-size: 0.9rem;
    border-radius: 2px;
    font-weight: 600;
}

.detail-post .post-author::before, .detail-post .post-date::before {        
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    top: -2px;
    margin-right: 3px;
    display: inline-block;
    font-size: 70%;
    color: inherit
}

.detail-post .post-author::before {
    content: "\f007";
}


.detail-post .post-date::before {
    content: "\f133";
}


@media (max-width: 768px) {
    .custom-content-area {        
        padding: 40px 0;
    }
    .cca-fourth {
        padding-bottom: 0;
    }

    .poster-section .poster {
        grid-template-columns: repeat(2,1fr);
    }

    #hero-slider .card-embed .post-title {
        font-size: calc(var(--h3-font-size-tablet) / 0.7);
    }

    #after-hero {
        gap: 50px
    }

    #after-hero .col-2 {
        flex: 1.3;
    }

    #after-hero .mag .post-title {
        font-size: calc(var(--h3-font-size-tablet) / 1.1);
    }

    #after-hero .card-grids .post-preview .post-title {
        font-size: calc(var(--h3-font-size-tablet) / 1.25);
    }

    #highlights {
        padding: 20px
    }

    #highlights .post-cards {
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }

    #highlights .post-content h3 {
        font-size: calc(var(--h3-font-size-tablet) / 1.25);
    }

    #post-bottom .post-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px
    }

    #twin .post-list {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    #post-bottom .post-content h3 {
        font-size: calc(var(--h3-font-size-tablet) / 1.1);
    }

    .card-poster h3 {
        font-size: calc(var(--h3-font-size-tablet) / 1.15);
    }

    .detail-post .post-title {
        font-size: calc(var(--h3-font-size-tablet) / 1.1);
    }
}

@media (max-width: 480px) {
    .custom-content-area {        
        padding: 20px 0;
    }
    .cca-fourth {
        padding-bottom: 0;
    }

    .poster-section .poster {
        grid-template-columns: 1fr
    }

    .card-poster {
        height: 350px
    }

    #hero-slider .slider-btn {
        height: 30px;
        width: 30px
    }

    #hero-slider .prev {
        left: 10px
    }

    #hero-slider .next {
        right: 10px
    }

    #hero-slider .card-embed .post-date {
        font-size: 0.85rem;
    }

    #hero-slider .card-embed .post-title {
        font-size: calc(var(--h3-font-size-mobile) / 0.85);
    }

    #hero-slider .post-excerpt {
        font-size: 0.9rem;
    }

    #hero-slider .card-embed {
        height: 550px
    }

    #after-hero, .detail-post, #after-hero .preview-post {
        flex-direction: column
    }

    #after-hero .mag .featured-image {
        height: 200px;
        flex: none
    }

     #after-hero .mag .post-title {
        font-size: var(--h3-font-size-mobile);
    }

     #after-hero .card-grids .post-preview .post-title {
        font-size: calc(var(--h3-font-size-mobile) / 1.1);
    }

    #highlights .post-cards, #post-bottom .post-list {
        grid-template-columns: 1fr;
    }

     #highlights .post-content h3 {
        font-size: calc(var(--h3-font-size-mobile) / 1.2);
    }

    #post-bottom .post-content h3 {
        font-size: calc(var(--h3-font-size-mobile) / 1.1);
    }

    .card-poster h3 {
        font-size: calc(var(--h3-font-size-mobile) / 1.15);
    }

    .detail-post .featured-image {
        flex: auto;
        height: 220px
    }

    .detail-post {
        height: unset;
        align-items: initial;
        gap: 5px
    }

    .detail-post .post-detail {
        flex: auto;
        padding: 20px
    }

    .detail-post .post-title {
        font-size: calc(var(--h3-font-size-mobile) / 1.1);
    }
}