/* Shared shape refinements so cards and information boxes match across the site. */
:root {
    --skinlab-box-radius: .25rem;
}

.card,
.alert,
.der-box,
.der-alert,
.gallery-toolbar,
.sp-intro,
.sp-summary,
.sp-section-nav,
.sp-card,
.sp-feature,
.sp-deposit-card,
.sp-notice,
.sp-table-wrap,
.sp-service-card,
.sp-policy,
.sp-warning,
.admin-price-panel,
.gallery-upload-panel {
    border-radius: var(--skinlab-box-radius) !important;
}

.form-control,
.form-select,
.btn,
.dropdown-menu {
    border-radius: .2rem;
}
