.right-column {
    display: inline-block;
    position: relative !important;
    vertical-align: top;
    margin-bottom: 130px;
    padding-left: 70px !important;
    right: -10px !important;
    width: 26.5% !important;
}

.right-column::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0; 
    bottom: 10px;
    height: 102%;
    width: 0.5px; 
}

.share-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 10px; 
    margin-bottom: 35px;
}

.share-label {
    font-family: 'OpenSans-Regular';
    color: #b3b3b3;
    font-weight: bold;
    font-size: 14px; 
}

.icon-container {
    display: flex;
    flex-direction: row; 
    gap: 10px;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1.5px solid #b6b6b6;
    border-radius: 50%;
    color: #555;
    font-size: 20px;
    text-decoration: none;
    background: #fff;
}

.icon:hover {
    border-color: #FAEC22;
    color: #FAEC22;
}

.icon svg {
    width: 20px; 
    height: 20px;
}

.icon svg:hover {
    color: #FAEC22;
    fill: #FAEC22;
}

.editors-choice-search-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.editors-choice-search-box::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 105%;
    height: 1px;
    background: #e0e0e0;
}

.editors-choice-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.editors-choice-search-input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0 7px 0 12px;
    min-height: 38px;
    border: none;
}

.editors-choice-search-input-wrapper svg {
    width: 18px;
    height: auto;
    color: #b3b3b3;
    flex-shrink: 0;
}

.editors-choice-search-box input[type="text"] {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    color: #b3b3b3;
    padding: 8px 8px 8px 4px;
    width: 100%;
    font-family: 'OpenSans-Light';
}

.editors-choice-search-box input[type="text"]::placeholder {
    color: #9b9b9b81;
    opacity: 1;
    font-size: 0.8rem;
    padding-bottom: 2px;
    opacity: 70%;
    font-family: 'OpenSans-Regular';
}

.editors-choice-search-box button {
    border: none;
    background: #fafafa;
    border-radius: 50%;
    width: 33px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.2s;
}

.editors-choice-search-box button:hover {
    background: #f0f0f0;
}

.editors-choice-search-box button svg {
    width: 20px;
    height: auto;
    color: #222;
    display: block;
}

.latest-posts-section {
    padding-left: 5px;
    width: 100%;
}

.latest-posts-title {
    font-family: 'DidotB06-Bold';
    font-size: 1.15rem;
    color: #111;
    margin-bottom: 18px;
    font-weight: 600;
}

.latest-posts-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.latest-post-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.latest-post-img {
    width: 115px;
    height: 120px;
    object-fit: cover;
    background: #eee;
    flex-shrink: 0;
}

.latest-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.latest-post-title {
    font-family: 'DidotB06-Bold';
    font-size: 0.9rem;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.25;
}

.latest-post-date {
    font-family: 'OpenSans-Regular' !important;
    font-size: 0.7rem;
    color: #b3b3b3;
    font-weight: 600;
}

/* Promo section styles */

.right-column-ad {
    margin: 0 !important;
}

.right-column-promo-section {
    margin-top: 65px;
    margin-bottom: 40px;
    padding-left: 5px;
    max-width: 285px;
}

.right-column-pm-header {
    font-family: 'OpenSans-Regular';
    font-size: 0.88rem;
    color: #b3b3b3;
    margin-bottom: 18px;
}

.right-column-pm-content {
    background: #f8f8f8;
    border-radius: 0;
    width: 105%;
}

.pm-link {
    margin-left: 0;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.pm-link:hover {
    opacity: 0.9;
}

.pm-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.pm-link h4 {
    font-family: 'DidotB06-Bold';
    font-size: 1rem;
    color: #111;
    margin-bottom: 8px;
    font-weight: 600;
}

.pm-link p {
    padding-top: 5px !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 0.8rem;
    color: #b3b3b3;
    font-weight: 600;
    text-transform: uppercase;
}

.latest-post-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.latest-post-link:hover {
    opacity: 0.9;
}

.editors-choice-latest-posts {
    position: static;
    margin-top: 40px;
    right: 18px;
    top: 125px;
    width: 100%;
    background: transparent;
    z-index: auto;
    margin-top: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.editors-choice-search-box label {
    display: block;
    font-size: 0.88rem;
    color: #b3b3b3;
    font-family: 'OpenSans-Regular';
    margin-bottom: 13px;
}

@media screen and (max-width: 1024px) {

    /* Tablet Right Column Adjustment*/

    .editors-choice-search-box,
    .right-column-pm-content,
    .latest-posts-section {
        width: 110%;
    }

    .editors-choice-search-box::after {
        width: 100%;
    }

    .pm-link p {
        font-size: 0.7rem;
    }

    .latest-posts-title {
        font-size: 1.1rem;
    }

    .latest-post-title {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
        max-height: calc(2em * 3);
    }

    .right-column-pm-header {
        font-size: 0.8rem !important;
    }

    .latest-post-date {
        font-size: 0.65rem;
    }

    .right-column-promo-section {
        margin-top: 60px;
        padding-left: 0;
        margin-bottom: 35px;
    }

    .latest-posts-section {
        padding-left: 0;
    }

    .latest-posts-list {
        gap: 25px;
    }

    .latest-post-img {
        width: 105px;
        height: 115px;
    }

    .right-column {
        right: 12px !important;
        width: 30% !important;
    }

    .latest-post-item {
        gap: 20px;
    }

    /* End of Right Column */
}

@media screen and (max-width: 768px) {

    /* General Adjustment */

    .editors-choice-search-box,
    .right-column-pm-content,
    .latest-posts-section {
        width: 100%;
    }

    .latest-post-title {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        text-overflow: unset;
        line-height: 1.25;
        max-height: none;
        font-size: 1.3rem;
    }

    .latest-post-item {
        gap: 20px;
    }

    .latest-post-content {
        padding-top: 2px;
    }

    .editors-choice-search-box label {
        font-size: 1rem;
    }

    .right-column-pm-header {
        font-size: 1rem !important;
        margin-bottom: 25px;
    }

    .latest-post-date {
        font-size: 0.8rem;
    }

    .latest-posts-list {
        gap: 25px;
        width: 80%;
    }

    .latest-posts-title {
        font-size: 1.5rem;
    }

    .right-column {
        margin-top: -20px;
        right: 0px !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    .latest-post-img {
        width: 220px;
        height: 150px;
    }

    /* End of General Adjustment */

}

@media screen and (max-width: 480px) {

    /* Mobile Responsive View */

    .latest-post-item {
        gap: 20px;
    }

    .latest-posts-list {
        width: 100% !important;
    }

    .latest-post-img {
        width: 40vw;
        height: 35vw;
    }

    .latest-post-title {
        font-size: 1rem;
    }

    .right-column-promo-section {
        width: 100%;
        max-width: none;
    }

    .share-icons {
        margin-bottom: 30px;
    }

    .share-label {
        font-size: 1rem;
    }

    /* End of Mobile Responsive */
}