
body[data-selected-indicator] .modal-layer,
body[data-selected-indicator-book-card] .modal-layer {
    display: block;
}

body[data-selected-indicator] .modal-container,
body[data-selected-indicator-book-card] .modal-container {
    display: flex;
}

.info-details__animation {
    margin: 0 auto;
    width: 240px;
}

@media (min-width: 768px) {
    .info-details__animation {
        width: 300px;
    }
}

.info-details__animation dotlottie-wc {
    max-width: 100%;
    height: auto;
}

.info-details__title {
    color: #101D40;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}

.info-details h2 {
    color: #101D40;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.info-details__title img {
    display: block;
}

.info-details .hr {
    height: 1px;
    align-self: stretch;
    background: var(--Bg-gray-05, #E6E7E8);
}

.info-details ul {
    padding-left: 16px;
}

.info-details li {
    margin-bottom: 8px;
}