body {
    font-family: "BPG Algeti Compact", sans-serif;
}

h1, h2, h3, h4, h5, h6, a, button {
    font-family: "ALK Sanet", sans-serif !important;
}

.form-fieldset-title {
    font-family: "ALK Sanet", sans-serif !important;
}

.card-header {
    font-family: "ALK Sanet", sans-serif !important;
}

.form-control-label {
    font-family: "ALK Sanet", sans-serif !important;
}

.form-label {
    font-family: "ALK Sanet", sans-serif !important;
    font-weight: bold;
}

/* EasyAdmin fieldset grid + overflow:clip hides detail content without scrollbars. */
body.ea-detail .form-fieldset-body:not(.collapse) {
    display: block !important;
    overflow: visible !important;
}

body.ea-detail .form-fieldset-body:not(.collapse) > .row {
    display: block !important;
    min-block-size: auto !important;
    overflow: visible !important;
}

body.ea-detail .field-array .field-value {
    min-inline-size: 0;
    overflow: visible !important;
}

/* Sits in the detail page action bar, so it has to stay button-height. */
.esim-qr-thumb {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
    padding: 2px;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 6px;
    background: #fff;
}

.esim-qr-thumb img {
    display: block;
    width: 42px;
    height: 42px;
}

.subscriber-metadata-panel {
    max-height: calc(100vh - 10rem);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.subscriber-table-scroll {
    max-height: 16rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
