/* ===========================================================
 * 그린백링크 SweetAlert2 브랜드 톤
 * 민트 #00CB99 / 딥 #032A3E
 * =========================================================== */

.gb-swal-popup {
    border-radius: 14px;
    padding-bottom: 1.25rem;
    box-shadow: 0 18px 48px rgba(3, 42, 62, 0.22);
}

.gb-swal-title {
    color: #032A3E;
    font-weight: 700;
}

.swal2-popup.gb-swal-popup .swal2-html-container,
.swal2-popup.gb-swal-popup .swal2-content {
    color: #294452;
    font-size: 1rem;
    line-height: 1.6;
}

/* 확인 버튼 - 민트 */
.gb-swal-confirm {
    background-color: #00CB99 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 0.62em 1.5em !important;
    box-shadow: none !important;
}

.gb-swal-confirm:hover,
.gb-swal-confirm:focus {
    background-color: #00b488 !important;
}

/* 취소 버튼 - 차분한 회색 */
.gb-swal-cancel {
    background-color: #eceff1 !important;
    color: #455a64 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 0.62em 1.5em !important;
    box-shadow: none !important;
}

.gb-swal-cancel:hover,
.gb-swal-cancel:focus {
    background-color: #dfe4e7 !important;
}

/* 포커스 링 - 브랜드 톤 */
.swal2-popup.gb-swal-popup .swal2-confirm:focus-visible,
.swal2-popup.gb-swal-popup .swal2-cancel:focus-visible {
    outline: 3px solid rgba(0, 203, 153, 0.35);
    outline-offset: 2px;
}

/* 아이콘 컬러 톤 보정 */
.swal2-popup.gb-swal-popup .swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #00CB99;
}
.swal2-popup.gb-swal-popup .swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(0, 203, 153, 0.3);
}
.swal2-popup.gb-swal-popup .swal2-icon.swal2-question {
    border-color: #00CB99;
    color: #00CB99;
}

/* 토스트 */
.gb-swal-toast {
    box-shadow: 0 8px 24px rgba(3, 42, 62, 0.18) !important;
}
