/* ============================================================
   FONTS
   ============================================================ */
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html, body {
    font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #212121;
    background: #e8e8e8;
    margin: 0;
    padding: 0;
}

a { color: #0057b8; text-decoration: none!important; }
a:hover { text-decoration: underline; }

/* Blazor defaults */
.valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; }
.invalid { outline: 1px solid #d32f2f; }
.validation-message { color: #d32f2f; }
.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}
.blazor-error-boundary::after { content: "An error has occurred." }
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; }

/* ============================================================
   PAGE WRAPPER — grey background, centred white card
   ============================================================ */
.hcp-page-bg {
    background-color: #e8e8e8;
    min-height: 100vh;
    display: flex;
    justify-content: center;
/*    padding: 24px 16px 48px;*/
    margin-top: 80px;
}

.hcp-main-container {
    background: #fff;
    width: 100%;
    max-width: 900px;
    border-radius: 35px 35px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

/* ============================================================
   HEADER
   ============================================================ */
.hcp-header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 35px 35px 0 0;
}

.hcp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 48px;
}

.hcp-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.freestyle-logo-img {
    height: 49px;
    max-height: 8vw;
    width: auto;
}

.hcp-logo-img {
    max-height: 8vw;
}

.hcp-logo-freestyle {
    font-size: 1.5rem;
    font-weight: 800;
    color: #003087;
    letter-spacing: -0.5px;
}

.hcp-logo-divider {
    display: inline-block;
    width: 1px;
    height: 32px;
    background: #ccc;
}

.hcp-logo-abbott {
    font-size: 0.85rem;
    font-weight: 700;
    color: #212121;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* Yellow back banner */
.hcp-yellow-banner {
    background: #ffc200;
    padding: 8px 48px;
}

.hcp-back-link {
    color: #001489;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .5px;
}

/* ============================================================
   MAIN CONTENT
   ============================================================ */
.hcp-main {
    flex: 1;
    padding: 40px 48px 48px;
}

/* ============================================================
   UPPER SECTION
   ============================================================ */
.hcp-upper-section {
    margin-bottom: px;
    gap: 14px;
    display: flex;
    flex-direction: column;
}

.hcp-blue-title {
    font-feature-settings: "clig" off, "liga" off;
    font-size: 30px;
    font-weight: 700;
    color: #003087;
    margin: 0 0 8px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    letter-spacing: .5px;
}

.hcp-blue-subtitle {
    font-feature-settings: "clig" off, "liga" off;
    color: #001489;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.3;
}

.hcp-secondary-text {
    font-family: Helvetica !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    text-align: left;
}

ul.hcp-secondary-text,
.hcp-secondary-text ul {
    padding-left: 20px;
}

/* ============================================================
   YELLOW INFO PANEL
   ============================================================ */
.hcp-yellow-panel {
    align-content: flex-start;
    align-items: flex-start;
    background: #ffd100;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 24px !important;
    padding: 24px;
    gap:10px;
}

.hcp-main-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 700 !important;
}

.hcp-main-text:last-child { margin-bottom: 0; }

.hcp-blue-bold {
    color: #001489 !important;
    font-weight: 700;
    text-decoration:none!important;
}


/* ============================================================
   FORM TITLES
   ============================================================ */
.hcp-section-title {
    color: #001489 !important;
    font-family: Helvetica !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 130% !important;
    text-align: left;
    letter-spacing: 0.00938em;
    margin-top: 40px;
}
.hcp-section-title:first-of-type {
    margin-top: 0px;
}

.hcp-mandatory-note {
    font-size: 0.8rem;
    color: #d32f2f;
    margin: 0;
    text-align: right;
}

.hcp-subsection-title {
    font-feature-settings: "clig" off, "liga" off !important;
    color: #000 !important;
    font-family: Helvetica !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: .5px !important;
    line-height: 130% !important;
}

/* ============================================================
   FORM
   ============================================================ */
.hcp-form {
    width: 100%;
}

.hcp-form-group {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 88px;
    margin-right: 88px;
}

/* ============================================================
   ODS SEARCH
   ============================================================ */
.hcp-ods-search-wrapper {
    position: relative;
    max-width: 480px;
}

.hcp-ods-search-wrapper .hcp-outlined-field--full {
    max-width: 100%;
}

.hcp-ods-status {
    font-size: 0.82rem;
    color: #757575;
    margin-top: 6px;
    padding-left: 2px;
}

.hcp-ods-not-found {
    color: #d32f2f;
}

.hcp-ods-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    z-index: 100;
    max-height: 320px;
    overflow-y: auto;
}

.hcp-ods-option {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-bottom: 1px solid #f0f0f0;
}

.hcp-ods-option:last-child { border-bottom: none; }

.hcp-ods-option:hover {
    background-color: #e8f0fe;
}

.hcp-ods-option-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212121;
}

.hcp-ods-option-meta {
    font-size: 0.78rem;
    color: #616161;
}

/* Selected organisation card */
.hcp-ods-selected-card {
    background: #f0f7ff;
    border: 1px solid #90caf9;
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 20px;
    max-width: 480px;
}

.hcp-ods-selected-row {
    display: flex;
    gap: 12px;
    margin-bottom: 6px;
    font-size: 0.875rem;
}

.hcp-ods-selected-row:last-of-type { margin-bottom: 10px; }

.hcp-ods-selected-label {
    font-weight: 600;
    color: #424242;
    min-width: 90px;
}

.hcp-ods-selected-value {
    color: #212121;
}

.hcp-ods-clear-btn {
    background: none;
    border: none;
    color: #d32f2f;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
}

.hcp-ods-clear-btn:hover { text-decoration: underline; }

/* Two-column field row */
.hcp-field-row {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 88px;
    margin-right: 88px;
    flex-wrap: wrap;
}

.hcp-field-col {
    flex: 1 1 260px;
    min-width: 0;
}

.hcp-field-col .hcp-outlined-field {
    max-width: 100%;
}

/* Full-width outlined field override */
.hcp-outlined-field--full {
    max-width: 100%;
}

/* Section divider */
.hcp-section-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 32px 0 28px;
}

/* Field label (used for radio groups etc.) */
.hcp-field-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212121;
    margin: 0 0 10px;
}

/* Radio group */
.hcp-radio-group {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.hcp-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #212121;
    cursor: pointer;
}

.hcp-radio-input {
    width: 18px;
    height: 18px;
    accent-color: #003087;
    cursor: pointer;
}

/* ============================================================
   FORM FIELDS — static label above, plain bordered input
   ============================================================ */
.hcp-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #212121;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0px;
    display: block;
    ;
}

.hcp-input {
    display: block;
    width: 100%;
    max-width: 360px;
    padding: 10px 14px;
    font-family: inherit;
    font-size: 0.95rem;
    color: #212121;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    outline: none;
    transition: border-color 200ms, box-shadow 200ms;
}

.hcp-input--wide {
    max-width: 100%;
}

.hcp-input:focus {
    border-color: #1565c0;
    box-shadow: 0 0 0 3px rgba(21,101,192,0.15);
}

.hcp-input::placeholder {
    color: #9e9e9e;
    font-size: 0.875rem;
}

/* ODS search input inherits hcp-input but full width within wrapper */
.hcp-ods-search-wrapper .hcp-input,
.hcp-ods-search-wrapper .hcp-label {
    max-width: 100%;
    width: 100%;
}

.hcp-validation-msg {
    display: block;
    color: #d32f2f;
    font-size: 0.75rem;
    margin-top: 4px;
    padding-left: 14px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.hcp-submit-row {
    margin-top: 16px;
}

/* Yellow pill — primary action (matches screenshot) */
.hcp-btn-primary {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    background-color: rgb(255, 209, 0);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgb(0, 0, 0);
    outline: 0px;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    font-feature-settings: "clig" off, "liga" off !important;
    text-wrap: nowrap;
    border-radius: 500px !important;
    font-family: Helvetica !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    height: 48px !important;
    letter-spacing: .75px !important;
    line-height: 17.5px !important;
    max-width: 100%;
    text-align: center !important;
    text-transform: uppercase !important;
}
.hcp-btn-primary:hover { background-color: #e6af00; }

/* Dark blue pill — secondary action */
.hcp-btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #003087;
    color: #fff;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 10px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    min-height: 42px;
    transition: background-color 0.2s;
}
.hcp-btn-dark:hover { background-color: #0057b8; }

/* ============================================================
   FOOTNOTE
   ============================================================ */
.hcp-footnote {
    font-size: 0.75rem;
    color: #757575;
    margin-top: 32px;
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
    line-height: 1.6;
}

/* ============================================================
   THANK YOU
   ============================================================ */
.hcp-thankyou {
    text-align: center;
    padding: 80px 32px;
}

.hcp-thankyou-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ffc200;
    color: #212121;
    font-size: 2.2rem;
    line-height: 72px;
    margin: 0 auto 24px;
    font-weight: 700;
}

.hcp-thankyou-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #003087;
    margin-bottom: 12px;
}

.hcp-body-text {
    font-size: 1rem;
    color: #424242;
    margin: 0;
}

/* ============================================================
   FOOTER — dark near-black
   ============================================================ */
.hcp-footer {
    background: #000;
    color: rgba(255,255,255,0.75);
    padding: 40px 48px 32px;
    font-size: 0.8rem;
}

.hcp-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 24px;
}

    .hcp-footer-nav a {
        color: #ffd100;
        font-size: 0.78rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
.hcp-footer-nav a:hover { text-decoration: underline; }

.hcp-footer-hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin: 0 0 20px;
}

.hcp-footer-logo {
    margin-bottom: 20px;
}

.hcp-footer-logo-img {
    height: 32px;
    width: auto;
}

.hcp-footer-legal-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin-bottom: 20px;

}

    .hcp-footer-legal-nav a {
        color: #fff;
        font-size: 12px;
    }
.hcp-footer-legal-nav a:hover { text-decoration: underline; }

.hcp-footer-text {
    color: #fff;
    font-size: 0.73rem;
    line-height: 1.7;
}
.hcp-footer-text p { margin: 0 0 6px; }

    .hcp-footer-text p {
        margin-top: 24px;
    }
    /* ============================================================
   RESPONSIVE
   ============================================================ */
    @media (max-width: 640px) {
        .hcp-page-bg {
            padding: 0;
            background-color: #fff;
            margin-top: 0;
        }

        .hcp-main-container {
            border-radius: 0;
            box-shadow: none;
            background: #fff;
        }

        .hcp-header {
            border-radius: 0;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .hcp-header-inner,
        .hcp-yellow-banner,
        .hcp-main,
        .hcp-footer {
            padding-left: 16px;
            padding-right: 16px;
        }

        .hcp-outlined-field {
            max-width: 100%;
        }

        .hcp-footer-nav {
            gap: 8px 16px;
        }

        .hcp-input {
            max-width: 100%;
        }

        .hcp-input--wide {
            max-width: 100%;
            width: 100%;
        }

        .hcp-form-group {
            margin-left: 0;
            margin-right: 0;
        }

        .hcp-field-row {
            margin-left: 0;
            margin-right: 0;
            flex-direction: column;
            gap: 12px;
        }

        .hcp-field-col {
            flex: 1 1 100%;
        }

        .hcp-ods-search-wrapper,
        .hcp-additional-org-search {
            max-width: 100%;
            width: 100%;
        }

        .hcp-consent-block {
            width: 100%;
        }

        .hcp-additional-org-row {
            flex-wrap: wrap;
        }

        .hcp-ods-remove-btn {
            width: 100%;
        }
    }

/* ============================================================
   ADDITIONAL ORGANISATIONS
   ============================================================ */
.hcp-org-fields {
    margin-bottom: 24px;
}

.hcp-org-fields .hcp-form-group {
    margin-bottom: 16px;
}

.hcp-org-fields .hcp-ods-clear-btn {
    margin-top: 8px;
}
.hcp-additional-org-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 12px;
}

.hcp-additional-org-search {
    flex: 1;
    max-width: 480px;
}

/* Inline selected state — replaces the input with a styled text row */
.hcp-additional-org-selected {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0f7ff;
    border: 1px solid #90caf9;
    border-radius: 4px;
    padding: 8px 12px;
    min-height: 42px;
}

.hcp-additional-org-selected-text {
    flex: 1;
    font-size: 0.9rem;
    font-weight: 600;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hcp-additional-org-change-btn {
    background: none;
    border: none;
    color: #757575;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0 2px;
    line-height: 1;
    flex-shrink: 0;
}

.hcp-additional-org-change-btn:hover {
    color: #d32f2f;
}

.hcp-ods-remove-btn {
    background: none;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

.hcp-ods-remove-btn:hover {
    background: #d32f2f;
    color: #fff;
}

.hcp-additional-org-remove {
    align-self: flex-end;
    margin-bottom: 0;
}


.hcp-add-org-btn {
    font-feature-settings: "clig" off, "liga" off !important;
    text-wrap: nowrap;
    border-radius: 500px !important;
    font-family: Helvetica !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    height: 48px !important;
    letter-spacing: .75px !important;
    line-height: 17.5px !important;
    max-width: 100%;
    text-align: center !important;
    text-transform: uppercase !important;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    color: inherit;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    background-color: rgb(0, 20, 137);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: 0px;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
}

.hcp-add-org-btn:hover {
    background: #001489;
    color: #fff;
}

/* ============================================================
   CONSENT CHECKBOX
   ============================================================ */
.hcp-consent-block {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 88px;
    margin-right: 88px;
}

.hcp-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

/* Wrapper positions the real input + custom box on top of each other */
.hcp-consent-checkbox-wrap {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

/* Hide the native checkbox but keep it accessible/clickable */
.hcp-consent-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}

/* The visible custom box */
.hcp-consent-checkbox-custom {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 3px;
    background: #fff;
    pointer-events: none;
    transition: background 0.15s, border-color 0.15s;
}

/* Checked state — yellow background */
.hcp-consent-checkbox:checked + .hcp-consent-checkbox-custom {
    background: rgb(255, 209, 0);
    border-color: rgb(255, 209, 0);
}

/* Tick mark via pseudo-element */
.hcp-consent-checkbox:checked + .hcp-consent-checkbox-custom::after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    margin: 2px auto 0;
}

.hcp-additional-org-limit-msg {
    background: #fff8e1;
    border: 1px solid #ffc200;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.9rem;
    color: #212121;
    margin-bottom: 24px;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .hcp-consent-block {
        margin-left: 0;
        margin-right: 0;
    }
}