dialog._dialog._dialog-modal {
    box-sizing: border-box;
    max-width: 912px;
    width: 100%;
    padding: 30px;
}
dialog img {
    max-height: 400px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
.dialog-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal-media {
    flex: 1;
}
.modal-content {
    flex: 1.3;
}
._dialog-modal ._dialog__close {
    background-color: transparent;
}
dialog._dialog-modal.--bg-gradient h2,
dialog._dialog-modal.--bg-gradient p {
    color: #ffffff;
}
dialog._dialog-modal.--bg-gradient ._dialog__close:before,
dialog._dialog-modal.--bg-gradient ._dialog__close:after {
    background: #ffffff;
}

.modal-header {
    margin-bottom: 15px;
}
.modal-header h2 {
    text-align: left;
    margin: 0;
}

.modal-style {
    font-size: 30px;
    line-height: 133%;
    letter-spacing: 0.1px;
}

.modal-style.modal-description {
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.2px;
    margin-top: 11px;
}

.modal-style span {
    background: linear-gradient(100.18deg, #cf56ad 4.69%, #fb8042 80.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-weight: 900;
    font-size: 40px;
    line-height: 150%;
}

.modal-style mark {
    padding: 12px 22px;
    background: linear-gradient(90deg, #f36dbb 0%, #b33af1 100%);
    border-radius: 24.5px;
    color: #ffffff;
    display: inline-block;

    font-weight: 700;
    font-size: 20px;
    line-height: 1;

    letter-spacing: 0.2px;

    color: #ffffff;
    vertical-align: text-bottom;
}
.modal-style mark a {
    color: inherit;
    text-decoration: underline;
}
.modal-style mark a:hover {
    text-decoration: none;
}

.modal-title {
    margin: 0;
}

.modal-body {
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .modal-content,
    .modal-media {
        flex: 100%;
        text-align: center;
    }
    .modal-media {
        order: -1;
    }
    .modal-header h2 {
        text-align: center;
        font-size: 22px;
    }
    .modal-style span {
        font-size: 30px;
    }
    .modal-style mark {
        font-size: 16px;
    }
    dialog img {
        max-height: 230px;
    }
    .modal-footer {
        margin-top: 20px;
    }
}
