.article-date {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #3B2F2F;
    margin-bottom: 5px;
}

.content {
    padding-top: 118px;
}

.content-images {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.content-images .cover {
    max-height: 375px;
    border-radius: 16px;
    margin-bottom: 7px;
}

.content-images img {
    width: 50%;
    max-height: 500px;
    border-radius: 8px;
    object-fit: cover;
}

.content-images .cover {
    width: 100%;
}

.content a {
    color: #E15942;
    font-weight: 500;
}

.author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author img {
    width: 52px;
    height: 52px;
}

.author-content p {
    font-family: "Inter";
}

.author-written {
    font-size: 16px;
    margin-bottom: 5px;
}

.author-name {
    font-size: 18px;
    margin-bottom: 0;
}

.author-name a {
    color: #E15942;
}








.product-card-modern {
    font-family: "Inter";
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 35px 50px 35px 25px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #ffffff;
    transition: box-shadow .25s ease;
    margin-bottom: 36px;
}

.product-card-modern:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}

.product-card-modern .product-image {
    flex: 0 0 280px;
    max-width: 280px;
}

.product-card-modern .product-image img {
    width: 100%;
    height: 380px;
    border-radius: 12px;
    object-fit: contain;
    padding: 35px;
}

.product-card-modern .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card-modern .product-title {
    margin-bottom: 14px;
}

.product-card-modern .product-description {
    margin-bottom: 0;
    line-height: 165%;
    color: #4e4e4e;
    font-size: 17px;
}

.product-card-modern .product-features {
    margin: 25px 0 28px 0;
    font-size: 16px;
}

.product-card-modern .product-features li {
    color: #4e4e4e;
    margin-bottom: 6px;
    margin-left: 0;
    font-size: 17px;
    position: relative;
    padding-left: 16px;
    text-align: left;
}

.product-card-modern .product-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7a00;
    font-weight: bold;
}

.product-card-modern .product-link {
    align-self: flex-start;
    padding: 18px 46px;
    text-transform: uppercase;
    background: #ff7a00;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background .25s ease;
    display: inline-block;
}

.product-card-modern .product-link:hover {
    background: #e86d00;
}














.quick-picks {
    font-family: "Inter";
    margin: 32px 0 40px;
    padding: 24px 34px;
    border: 1px solid #f0e2dd;
    border-radius: 12px;
    background-color: #fffbf9;
}

.quick-picks-title {
    margin-bottom: 12px;
}

.quick-picks-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.quick-pick-item {
    margin-left: 0;
    padding-left: 0;
}

.quick-pick-item+.quick-pick-item {
    margin-top: 10px;
}

.quick-pick-label {
    margin: 0;
}

.quick-pick-link {
    display: inline-block;
    margin-top: 2px;
    text-decoration: none;
    color: #e15942;
    font-size: 16px;
}

.quick-pick-link:hover {
    text-decoration: underline;
}









.article-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 860px) minmax(0, 1fr);
    align-items: start;
}

.article-main {
    grid-column: 2;
    min-width: 0;
}

.article-toc {
    padding-top: 191px;
    grid-column: 3;
    justify-self: end;
    align-self: start;
    width: 240px;
    position: sticky;
    top: -77px;
    right: 150px;
    overflow: auto;
    z-index: 10;
}

.toc-inner {
    position: relative;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.toc-title {
    font-family: "Inter";
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 14px 0;
    opacity: 0.75;
}

.toc-nav a {
    font-family: "Inter";
    color: #3B2F2F;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    opacity: 0.70;
    font-size: 14px;
    line-height: 1.2;
}

.toc-nav a.active {
    opacity: 1;
}

.toc-indicator {
    position: absolute;
    left: -1px;
    width: 3px;
    height: 18px;
    border-radius: 2px;
    background: var(--accent, #2fbf71);
    top: 44px;
    transition: top 180ms ease, height 180ms ease;
}

.article-main h2,
.article-main h3 {
    scroll-margin-top: 120px;
}

@media (max-width: 1650px) {
    .article-toc {
        right: 60px;
    }
}

@media (max-width: 1450px) {

    .article-toc {
        display: none;
    }
}

@media (max-width: 877px) {

    .product-card-modern {
        flex-direction: column;
        padding-right: 25px;
        padding-bottom: 10px;
    }

    .reccommended {
        margin-bottom: 50px;
    }

    .reccommended-title {
        font-size: 28px;
        text-align: center;
    }

    .product-card-modern .product-image img {
        width: 300px;
    }

    .product-card-modern .product-link {
        margin-bottom: 20px;
    }

    .quick-picks {
        padding: 16px 24px;
    }
}