/* Fix for Cardiff theme forcing border-radius: 0 */
.ilaw-details .ilaw-panel,
.ilaw-details .ilaw-panel * {
    border-radius: 12px !important;
    overflow: hidden;
}

/* Outer container rounding */
.ilaw-details {
    border-radius: 12px !important;
}



.ilaw-details .ilaw-panel {
    border-color: #e7e7e7 !important; /* Soft light grey */
}
