.kp-books-collection .gh-inner {
    max-width: 1440px;
}

.kp-books-collection .gh-list {
    margin-top: 48px;
}

.kp-books-collection .kp-books-section + .kp-books-section {
    margin-top: 88px;
}

.kp-books-collection .gh-list-header {
    align-items: flex-start;
    text-align: left;
}

.kp-books-collection .gh-list.grid .gh-list-feed {
    gap: 56px 32px;
}

.kp-books-collection .gh-list-item-inner {
    gap: 18px;
}

.kp-books-collection .gh-list-item-content {
    text-align: left;
}

.kp-books-collection .gh-list-item-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
}

.kp-books-collection .gh-list-item-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kp-books-collection .gh-list-item-title {
    font-size: 2.2rem;
    line-height: 1.18;
}

.kp-books-collection .gh-list-item-primary-tag {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kp-books-collection .gh-list-item-primary-author {
    display: block;
    margin-top: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: rgba(22, 27, 29, 0.78);
}

.kp-books-collection .gh-list-item-excerpt {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 1.42rem;
    line-height: 1.5;
    color: rgba(22, 27, 29, 0.82);
}

.kp-book-page .gh-inner {
    max-width: 1320px;
}

.kp-book-page .kp-book-back {
    margin: 0 0 3.2rem;
    font-size: 1.5rem;
}

.kp-book-page .kp-book-back a {
    color: inherit;
    text-decoration: none;
}

.kp-book-page .kp-book-layout {
    display: grid;
    gap: 4rem;
}

.kp-book-page .kp-book-header {
    text-align: left;
}

.kp-book-page .kp-book-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2rem;