.public-cancellation-alert {
    grid-template-columns: 118px minmax(0, 1fr) 148px;
    min-height: 94px;
    border-color: rgba(255, 0, 79, .34);
    background:
        linear-gradient(108deg, rgba(255, 0, 79, .18) 0%, rgba(255, 0, 79, .055) 26%, rgba(255, 0, 79, 0) 56%),
        repeating-linear-gradient(135deg, transparent 0 12px, rgba(255, 255, 255, .012) 12px 13px),
        #111114;
    box-shadow:
        inset 0 0 0 1px rgba(255, 0, 79, .05),
        0 12px 28px rgba(0, 0, 0, .14);
}

.public-cancellation-alert::before {
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 13px 0 0 13px;
    box-shadow: 0 0 24px rgba(255, 0, 79, .35);
}

.public-cancellation-alert::after {
    content: "SUSPENDIDA";
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: stretch;
    z-index: 2;
    padding: 9px 10px 8px;
    border: 1px solid #ff004f;
    border-radius: 8px;
    background: #ff004f;
    color: #fff;
    font-family: "Barlow Condensed", "Barlow", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(255, 0, 79, .24);
}

.public-cancellation-date,
.public-cancellation-copy,
.public-cancellation-room {
    position: relative;
    z-index: 1;
}

.public-cancellation-date strong {
    font-size: 31px;
    text-shadow: 0 0 20px rgba(255, 0, 79, .18);
}

.public-cancellation-copy b {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #ff4d83;
    font-size: 9px;
    letter-spacing: .16em;
}

.public-cancellation-copy h3 {
    margin-top: 4px;
    font-size: 24px;
    letter-spacing: -.015em;
}

.public-cancellation-room {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    justify-self: stretch;
    margin-top: 43px;
    padding: 7px 8px;
    text-align: center;
}

.schedule-cancellation-stack .public-cancellation-alert {
    border-color: rgba(255, 0, 79, .28);
    background:
        linear-gradient(108deg, rgba(255, 0, 79, .11) 0%, rgba(255, 0, 79, .025) 35%, transparent 62%),
        repeating-linear-gradient(135deg, transparent 0 12px, rgba(14, 14, 17, .014) 12px 13px),
        #fff;
}

.schedule-cancellation-stack .public-cancellation-alert::after {
    color: #fff;
}

.uniq-operation-toast-region {
    position: fixed;
    top: max(18px, env(safe-area-inset-top));
    right: max(18px, env(safe-area-inset-right));
    z-index: 20000;
    width: min(390px, calc(100vw - 32px));
    display: grid;
    gap: 10px;
    pointer-events: none;
}

.uniq-operation-toast {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(13, 13, 16, .97);
    color: #fff;
    box-shadow: 0 22px 58px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
    pointer-events: auto;
    animation: uniqToastIn .28s cubic-bezier(.2, .8, .2, 1) both;
}

.uniq-operation-toast.is-success {
    border-color: rgba(25, 185, 120, .44);
    background:
        linear-gradient(105deg, rgba(25, 185, 120, .13), transparent 54%),
        rgba(13, 13, 16, .97);
}

.uniq-operation-toast.is-warning {
    border-color: rgba(255, 0, 79, .43);
    background:
        linear-gradient(105deg, rgba(255, 0, 79, .13), transparent 54%),
        rgba(13, 13, 16, .97);
}

.uniq-operation-toast__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #19b978;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.uniq-operation-toast.is-warning .uniq-operation-toast__icon {
    background: #ff004f;
}

.uniq-operation-toast__copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.uniq-operation-toast__copy strong {
    font-family: "Barlow", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .13em;
    color: #fff;
    text-transform: uppercase;
}

.uniq-operation-toast__copy p {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 1.38;
    color: rgba(255, 255, 255, .72);
}

.uniq-operation-toast__actions {
    grid-column: 2 / -1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
}

.uniq-operation-toast__action {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

.uniq-operation-toast__action:hover {
    border-color: #ff004f;
    background: #ff004f;
}

.uniq-operation-toast__close {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .52);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.uniq-operation-toast.is-leaving {
    animation: uniqToastOut .2s ease both;
}

@keyframes uniqToastIn {
    from { opacity: 0; transform: translateY(-12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes uniqToastOut {
    to { opacity: 0; transform: translateY(-8px) scale(.985); }
}

@media (max-width: 760px) {
    .public-cancellation-alert {
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 0;
        padding-bottom: 13px;
    }

    .public-cancellation-alert::after {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 8px;
        padding: 9px 12px;
    }

    .public-cancellation-room {
        display: none;
    }

    .public-cancellation-copy h3 {
        font-size: 21px;
    }

    .uniq-operation-toast-region {
        top: max(10px, env(safe-area-inset-top));
        right: 10px;
        left: 10px;
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .uniq-operation-toast,
    .uniq-operation-toast.is-leaving {
        animation: none;
    }
}
