.iwal-search,
.iwal-sidebar,
.iwal-results,
.iwal-related {
    color: #202124;
    font-family: inherit;
}

.iwal-search {
    display: grid;
    gap: 10px;
    width: 100%;
}

.iwal-search__label {
    font-size: 18px;
    font-weight: 700;
}

.iwal-search__row {
    display: flex;
    gap: 8px;
}

.iwal-search__input {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    flex: 1;
    min-height: 44px;
    min-width: 0;
    padding: 10px 12px;
}

.iwal-button,
.iwal-card__link {
    align-items: center;
    background: #1f6f5f;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    text-decoration: none;
}

.iwal-sidebar {
    background: #fff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    display: grid;
    gap: 0;
    overflow: hidden;
    width: 100%;
}

.iwal-sidebar__section {
    border-bottom: 1px solid #eceff1;
    padding: 16px;
}

.iwal-sidebar__section:last-child {
    border-bottom: 0;
}

.iwal-sidebar__section h3 {
    color: #202124;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.iwal-sidebar__list,
.iwal-sidebar__section ul.iwal-sidebar__list,
.iwal-sidebar__section ol.iwal-sidebar__list {
    display: grid;
    gap: 6px;
    list-style: none !important;
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.iwal-sidebar__item,
.iwal-sidebar__section li.iwal-sidebar__item {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.iwal-sidebar__item::before,
.iwal-sidebar__section li.iwal-sidebar__item::before,
.iwal-sidebar__section li.iwal-sidebar__item::after {
    content: none !important;
    display: none !important;
}

.iwal-sidebar__item::marker {
    color: transparent !important;
    content: "" !important;
    display: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.iwal-sidebar__link,
.iwal-sidebar__section a.iwal-sidebar__link {
    align-items: center;
    background: #f7faf9;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #202124;
    display: flex;
    font-size: 15px !important;
    font-weight: 600;
    gap: 10px;
    justify-content: space-between;
    line-height: 1.25;
    min-height: 38px;
    padding: 9px 10px;
    text-decoration: none !important;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.iwal-sidebar__link:hover,
.iwal-sidebar__link:focus {
    background: #edf6f3;
    border-color: #cfe5dd;
    color: #1f6f5f;
    outline: none;
}

.iwal-sidebar__name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.iwal-sidebar__count {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe7e4;
    border-radius: 999px;
    color: #587067;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    min-width: 24px;
    padding: 2px 7px;
}

.iwal-results,
.iwal-related {
    display: grid;
    gap: 22px;
}

.iwal-book-sheet {
    display: grid;
    gap: 14px;
    margin: 24px 0;
}

.iwal-book-list {
    display: grid;
    gap: 14px;
}

.iwal-book-list h2 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.15;
    margin: 0;
}

.iwal-book-list ul {
    display: grid;
    gap: 8px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.iwal-book-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.iwal-book-list li::marker,
.iwal-book-list li::before {
    content: none !important;
    display: none !important;
}

.iwal-book-list a {
    align-items: center;
    background: #f7faf9;
    border: 1px solid #e3ebe8;
    border-radius: 8px;
    color: #202124;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 12px 14px;
    text-decoration: none !important;
}

.iwal-book-list a:hover,
.iwal-book-list a:focus {
    background: #edf6f3;
    border-color: #cfe5dd;
    color: #1f6f5f;
}

.iwal-book-list span {
    color: #687076;
    font-size: 14px;
    text-align: right;
}

.iwal-book-sheet h2 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.15;
    margin: 0;
}

.iwal-book-sheet table {
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.iwal-book-sheet th,
.iwal-book-sheet td {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.iwal-book-sheet thead th {
    background: #f7faf9;
    color: #202124;
    font-weight: 800;
}

.iwal-book-sheet tbody th {
    color: #3f464b;
    font-weight: 700;
    width: 30%;
}

.iwal-results__head h2,
.iwal-related h2 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    margin: 0;
}

.iwal-results__head p {
    color: #687076;
    margin: 8px 0 0;
}

.iwal-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iwal-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.iwal-card__image {
    background: #f4f4f4;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.iwal-card__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.iwal-card__body {
    display: grid;
    gap: 10px;
    padding: 16px;
}

.iwal-card__meta {
    color: #687076;
    font-size: 13px;
}

.iwal-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
}

.iwal-card h3 a {
    color: inherit;
    text-decoration: none;
}

.iwal-card p {
    color: #3f464b;
    margin: 0;
}

.iwal-card__link {
    justify-self: start;
}

.iwal-empty {
    background: #f7faf9;
    border: 1px solid #dce9e5;
    border-radius: 8px;
    padding: 18px;
}

.iwal-empty h3,
.iwal-empty p {
    margin: 0;
}

.iwal-empty p {
    color: #687076;
    margin-top: 6px;
}

@media (max-width: 900px) {
    .iwal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .iwal-grid {
        grid-template-columns: 1fr;
    }

    .iwal-search__row {
        flex-direction: column;
    }

    .iwal-button {
        width: 100%;
    }

    .iwal-book-sheet table,
    .iwal-book-sheet thead,
    .iwal-book-sheet tbody,
    .iwal-book-sheet tr,
    .iwal-book-sheet th,
    .iwal-book-sheet td {
        display: block;
        width: 100%;
    }

    .iwal-book-sheet thead {
        display: none;
    }

    .iwal-book-sheet tbody th {
        background: #f7faf9;
        border-bottom: 0;
    }
}
