/*
 * CODSHIPX_AI_R107_C2_R5_FINAL_SPACING_RADIUS
 *
 * Exact scope:
 * - Codi Studio C2 live-control surfaces only
 * - CRM Access action/status row
 *
 * No JS / backend / DB changes.
 */

/* ----------------------------------------------------------
   C2 major white surfaces
   Reduce the remaining soft / oversized rounding.
   ---------------------------------------------------------- */

#cx107-c2-live-controls .cx107-c2-card,
#cx107-c2-live-controls .cx107-c2-status-hero {
    border-radius: 6px !important;
}

/* Notices such as server-authoritative / wallet notes */
#cx107-c2-live-controls .cx107-c2-notice,
#cx107-c2-live-controls .cx107-c2-error {
    border-radius: 6px !important;
}

/* Proactive alert cards */
#cx107-c2-live-controls .cx107-c2-alerts article {
    border-radius: 6px !important;
}

/* Capability / permission / usage small cards */
#cx107-c2-live-controls .cx107-c2-summary-grid article,
#cx107-c2-live-controls .cx107-c2-usage-grid article,
#cx107-c2-live-controls .cx107-c2-limit-grid article,
#cx107-c2-live-controls .cx107-c2-chip-grid span,
#cx107-c2-live-controls .cx107-c2-permissions label,
#cx107-c2-live-controls .cx107-c2-mode-grid label,
#cx107-c2-live-controls .cx107-c2-pause,
#cx107-c2-live-controls .cx107-c2-details {
    border-radius: 6px !important;
}

/*
 * Keep pills intentionally rounded.
 * Balanced / 0 Open / Read-only status chips should remain pills.
 */
#cx107-c2-live-controls .cx107-c2-pill {
    border-radius: 999px !important;
}

/* ----------------------------------------------------------
   CRM ACCESS ACTION ROW
   Move status text away from the outer corner.
   ---------------------------------------------------------- */

#cx107-c2-live-controls .cx107-c2-actions {
    box-sizing: border-box !important;

    min-height: 64px !important;

    padding:
        12px
        16px
        12px
        18px !important;

    margin-top: 12px !important;

    align-items: center !important;
}

#cx107-c2-live-controls
.cx107-c2-actions
> span,
#cx107-c2-live-controls
[data-c2-access-status] {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.45 !important;
}

/*
 * Save CRM Access button should also have comfortable
 * breathing room from the right edge.
 */
#cx107-c2-live-controls
.cx107-c2-actions
button {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

/* Mobile keeps symmetric spacing. */
@media (max-width: 720px) {
    #cx107-c2-live-controls .cx107-c2-actions {
        padding:
            14px
            14px
            16px !important;
    }
}
