.swcc-record-actions {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    padding-top: 13px;
    border-top: 1px solid #e5ebf2;
}
.swcc-record-actions .swcc-edit {
    grid-column: auto;
    margin-right: auto;
    padding: 0;
    border: 0;
}
.swcc-reminder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}
.swcc-reminder.email { background: #e8f1ff; color: #1558d6; }
.swcc-reminder.whatsapp { background: #dcf8e8; color: #08764c; }
.swcc-reminder.disabled { background: #edf1f5; color: #7b8797; }
.swcc-notice {
    margin-bottom: 20px;
    padding: 14px 17px;
    border-radius: 9px;
    font-weight: 700;
}
.swcc-notice.success { background: #ddf6ea; color: #08764c; border: 1px solid #a9e4ca; }
.swcc-notice.error { background: #fde8e8; color: #a61b13; border: 1px solid #f5c2c0; }
@media (max-width: 700px) {
    .swcc-record-actions { align-items: stretch; }
    .swcc-record-actions .swcc-edit { width: 100%; margin: 0 0 3px; }
    .swcc-reminder { flex: 1 1 calc(50% - 5px); text-align: center; }
}
