.adult-main {
    background: whitesmoke;
    padding: 0 5% 50px;
}

.adult-main h1 {
    font-size: 1.6rem;
    font-weight: 700;
}

.adult-article {
    scroll-margin-top: 180px;
    padding: 30px 0 45px;
    border-bottom: 1px solid #ccc;
}

.adult-article h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}

.adult-date {
    font-weight: bold;
    color: #805500;
}

.adult-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 35px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.adult-layout img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.adult-layout figure {
    margin: 0;
}

.adult-layout details {
    margin-top: 24px;
}

.adult-layout summary {
    cursor: pointer;
    color: #805500;
    font-weight: bold;
}

.adult-layout h3 {
    font-size: 1.3rem;
    margin-top: 20px;
}

.timeline .container[id],
#inPrison1 {
    scroll-margin-top: 180px;
}

.timeline .content {
    display: block;
    white-space: normal;
}

.timeline img {
    object-fit: contain;
    height: auto;
}

.timeline-read-more {
    display: inline-block;
    margin-top: 14px;
    padding: 6px 12px;
    border: 1px solid #bf830c;
    border-radius: 4px;
    font-size: 15px;
}

.timeline .content:hover .timeline-read-more {
    background: #bf830c;
    color: white;
}

@media (max-width: 767px) {
    .adult-layout {
        grid-template-columns: 1fr;
        font-size: 1rem;
    }

    .adult-article h2 {
        font-size: 1.25rem;
    }

    .adult-layout figure {
        max-width: 450px;
    }
}