#compositionModal {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.modal-info-block {
    font-family: var(--font-text);
    font-size: 16px;
    line-height: 1.5;
    padding: 20px
}

.modal-info-block h3 {
    margin-left: 10px;
    text-align: left
}

.modal-strong {
    display: inline-block;
    min-width: 90px
}

.checkout-btn {
    background-color: var(--primary-color);
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 16px;
    margin-top: 20px;
    padding: 8px 16px
}

.checkout-btn:hover {
    background-color: var(--primary-dark)
}