.cdb-author-box,
.cdb-author-page {
    color: #24211d;
}

.cdb-author-archive-request .entry-title.main_title {
    display: none;
}

.cdb-author-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 28px 0;
    padding: 22px;
    border: 1px solid #d9d1c5;
    border-radius: 8px;
    background: #fffdf8;
    box-shadow: 0 10px 28px rgba(36, 33, 29, 0.08);
}

.cdb-author-box__avatar {
    flex: 0 0 96px;
}

.cdb-author-box__avatar img,
.cdb-author-page__avatar img {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
}

.cdb-author-box__content {
    min-width: 0;
}

.cdb-author-box__name {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    line-height: 1.2;
}

.cdb-author-box__bio p,
.cdb-author-page__bio p {
    margin: 0 0 12px;
}

.cdb-author-box__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 6px;
    padding: 10px 18px;
    border-radius: 6px;
    background: #5f3728;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.cdb-author-box__button:hover,
.cdb-author-box__button:focus {
    background: #33231d;
    color: #fff;
}

.cdb-author-page {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 64px;
}

.cdb-author-page__header {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 44px;
}

.cdb-author-page__avatar img {
    width: 128px;
    height: 128px;
}

.cdb-author-page__eyebrow,
.cdb-author-card__type {
    margin: 0 0 8px;
    color: #765746;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cdb-author-page h1 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.cdb-author-page__works h2 {
    margin: 0 0 20px;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.cdb-author-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}

.cdb-author-card {
    overflow: hidden;
    border: 1px solid #ded7cd;
    border-radius: 8px;
    background: #fff;
}

.cdb-author-card__thumb {
    display: grid;
    aspect-ratio: 4 / 3;
    place-items: center;
    overflow: hidden;
    background: #efe7dc;
    color: #5f3728;
    font-size: 3rem;
    font-weight: 800;
    text-decoration: none;
}

.cdb-author-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.cdb-author-card__thumb:hover img,
.cdb-author-card__thumb:focus img {
    transform: scale(1.04);
}

.cdb-author-card__body {
    padding: 16px;
}

.cdb-author-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.25;
}

.cdb-author-card h3 a {
    color: #24211d;
    text-decoration: none;
}

.cdb-author-card h3 a:hover,
.cdb-author-card h3 a:focus {
    color: #5f3728;
    text-decoration: underline;
}

.cdb-author-card__excerpt {
    margin: 0;
    color: #5d554d;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .cdb-author-box,
    .cdb-author-page__header {
        display: block;
    }

    .cdb-author-box__avatar,
    .cdb-author-page__avatar {
        margin-bottom: 16px;
    }
}
