.fix-md-card {
    display: grid;
    gap: 14px;
    justify-items: center;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

.fix-md-card__title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.3;
}

.fix-md-card__text {
    display: block;
    max-width: 42rem;
    line-height: 1.55;
}

.fix-md-card__button {
    border: 0;
    cursor: pointer;
}

.fix-md-card__button:disabled {
    cursor: wait;
    opacity: 0.75;
}

.fix-md-widget-target {
    width: 100%;
    margin-top: 4px;
}

.fix-md-card__status {
    margin: 0 0 12px;
}

@media (max-width: 767px) {
    .fix-md-card {
        padding: 20px 16px;
    }

    .fix-md-card__button {
        width: 100%;
        justify-content: center;
    }
}
