#cec-prescription-services {
    --cec-navy: #264b5d;
    --cec-navy-dark: #173542;
    --cec-teal: #618c92;
    --cec-teal-dark: #3f7078;
    --cec-green: #879d63;
    --cec-green-dark: #6c824b;
    --cec-gold: #bf995b;
    --cec-cream: #f5f3ee;
    --cec-light: #f7f8f7;
    --cec-blue-light: #edf3f4;
    --cec-border: #d5ddde;
    --cec-text: #34383a;
    --cec-muted: #687074;
    --cec-error: #97352d;
    --cec-success: #456c38;
    --cec-white: #ffffff;
    width: 100%;
    color: var(--cec-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

#cec-prescription-services,
#cec-prescription-services * {
    box-sizing: border-box;
}

#cec-prescription-services h2,
#cec-prescription-services h3,
#cec-prescription-services h4 {
    color: var(--cec-navy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

#cec-prescription-services h2 {
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 1.2;
}

#cec-prescription-services h3 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.3;
}

#cec-prescription-services h4 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.35;
}

#cec-prescription-services p {
    margin: 0 0 18px;
}

#cec-prescription-services a {
    color: var(--cec-teal-dark);
}

#cec-prescription-services a:hover,
#cec-prescription-services a:focus {
    color: var(--cec-green-dark);
}

#cec-prescription-services button,
#cec-prescription-services input,
#cec-prescription-services select,
#cec-prescription-services textarea {
    font: inherit;
}

#cec-prescription-services button {
    cursor: pointer;
}

#cec-prescription-services .cec-section {
    padding: 56px 0;
}

#cec-prescription-services .cec-section:first-child {
    padding-top: 14px;
}

#cec-prescription-services .cec-section-background {
    padding: 46px 42px;
    background: var(--cec-cream);
    border-top: 4px solid var(--cec-teal);
}

#cec-prescription-services .cec-heading {
    max-width: 860px;
    margin-bottom: 34px;
}

#cec-prescription-services .cec-heading p:last-child {
    margin-bottom: 0;
    color: var(--cec-muted);
    font-size: 18px;
}

#cec-prescription-services .cec-eyebrow {
    margin: 0 0 8px;
    color: var(--cec-green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

#cec-prescription-services .cec-lead {
    color: var(--cec-navy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.55;
}

#cec-prescription-services .cec-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
    gap: 40px;
    align-items: start;
}

#cec-prescription-services .cec-intro-box {
    padding: 30px;
    background: var(--cec-blue-light);
    border-left: 6px solid var(--cec-green);
}

#cec-prescription-services .cec-intro-box h2 {
    font-size: 28px;
}

#cec-prescription-services .cec-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

#cec-prescription-services .cec-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 28px;
}

#cec-prescription-services .cec-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--cec-green-dark);
    content: "\2713";
    font-weight: 700;
}

#cec-prescription-services .cec-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

#cec-prescription-services .cec-button {
    min-height: 48px;
    padding: 12px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cec-white);
    background: var(--cec-green);
    border: 2px solid var(--cec-green);
    border-radius: 2px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

#cec-prescription-services .cec-button:hover,
#cec-prescription-services .cec-button:focus {
    color: var(--cec-white);
    background: var(--cec-green-dark);
    border-color: var(--cec-green-dark);
}

#cec-prescription-services .cec-button-secondary {
    color: var(--cec-navy-dark);
    background: var(--cec-white);
    border-color: var(--cec-teal-dark);
}

#cec-prescription-services .cec-button-secondary:hover,
#cec-prescription-services .cec-button-secondary:focus {
    color: var(--cec-white);
    background: var(--cec-teal-dark);
    border-color: var(--cec-teal-dark);
}

#cec-prescription-services .cec-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

#cec-prescription-services .cec-service-card {
    height: 100%;
    padding: 28px;
    background: var(--cec-white);
    border: 1px solid var(--cec-border);
    border-top: 5px solid var(--cec-teal);
    box-shadow: 0 5px 16px rgba(23, 53, 66, 0.06);
}

#cec-prescription-services .cec-service-number {
    width: 44px;
    height: 44px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cec-white);
    background: var(--cec-green);
    border-radius: 50%;
    font-weight: 700;
}

#cec-prescription-services .cec-service-card p {
    margin: 0;
    color: var(--cec-muted);
}

#cec-prescription-services .cec-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

#cec-prescription-services .cec-process-step {
    height: 100%;
    padding: 28px;
    background: var(--cec-white);
    border: 1px solid var(--cec-border);
}

#cec-prescription-services .cec-process-number {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cec-white);
    background: var(--cec-navy);
    border-radius: 50%;
    font-size: 19px;
    font-weight: 700;
}

#cec-prescription-services .cec-process-step p {
    margin-bottom: 0;
    color: var(--cec-muted);
}

#cec-prescription-services .cec-medication-panel {
    padding: 42px;
    color: var(--cec-white);
    background: var(--cec-navy-dark);
    border-left: 8px solid var(--cec-green);
}

#cec-prescription-services .cec-medication-panel h2,
#cec-prescription-services .cec-medication-panel h3 {
    color: var(--cec-white);
}

#cec-prescription-services .cec-medication-panel > p {
    max-width: 900px;
    color: #e5edef;
}

#cec-prescription-services .cec-medication-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

#cec-prescription-services .cec-medication-card {
    position: relative;
    padding: 21px 21px 21px 61px;
    color: var(--cec-text);
    background: var(--cec-white);
}

#cec-prescription-services .cec-medication-card::before {
    position: absolute;
    top: 21px;
    left: 21px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cec-white);
    background: var(--cec-green);
    border-radius: 50%;
    content: "\2713";
    font-size: 13px;
    font-weight: 700;
}

#cec-prescription-services .cec-medication-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--cec-navy-dark);
}

#cec-prescription-services .cec-medication-card p {
    margin: 0;
    color: var(--cec-muted);
    font-size: 14px;
}

#cec-prescription-services .cec-notice {
    margin-top: 25px;
    padding: 20px 23px;
    color: var(--cec-text);
    background: #f3f0e5;
    border-left: 5px solid var(--cec-gold);
}

#cec-prescription-services .cec-notice p:last-child {
    margin-bottom: 0;
}

#cec-prescription-services .cec-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

#cec-prescription-services .cec-panel {
    height: 100%;
    padding: 30px;
    background: var(--cec-white);
    border: 1px solid var(--cec-border);
}

#cec-prescription-services .cec-panel-dark {
    color: var(--cec-white);
    background: var(--cec-teal-dark);
    border-color: var(--cec-teal-dark);
}

#cec-prescription-services .cec-panel-dark h2,
#cec-prescription-services .cec-panel-dark h3 {
    color: var(--cec-white);
}

#cec-prescription-services .cec-panel-dark p,
#cec-prescription-services .cec-panel-dark li {
    color: var(--cec-white);
}

#cec-prescription-services .cec-panel-dark .cec-list li::before {
    color: #dce8c8;
}

#cec-prescription-services .cec-procedure-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

#cec-prescription-services .cec-procedure-card {
    position: relative;
    min-height: 165px;
    padding: 26px 26px 54px;
    display: block;
    color: var(--cec-text);
    background: var(--cec-white);
    border: 1px solid var(--cec-border);
    border-bottom: 5px solid var(--cec-green);
    text-decoration: none;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

#cec-prescription-services .cec-procedure-card:hover,
#cec-prescription-services .cec-procedure-card:focus {
    color: var(--cec-text);
    box-shadow: 0 10px 24px rgba(23, 53, 66, 0.13);
    transform: translateY(-2px);
}

#cec-prescription-services .cec-procedure-card p {
    margin: 0;
    color: var(--cec-muted);
    font-size: 14px;
}

#cec-prescription-services .cec-procedure-link {
    position: absolute;
    right: 26px;
    bottom: 19px;
    left: 26px;
    color: var(--cec-teal-dark);
    font-size: 13px;
    font-weight: 700;
}

#cec-prescription-services .cec-procedure-link::after {
    margin-left: 6px;
    content: "\2192";
}

#cec-prescription-services .cec-faq {
    border-top: 1px solid var(--cec-border);
}

#cec-prescription-services .cec-faq-item {
    border-bottom: 1px solid var(--cec-border);
}

#cec-prescription-services .cec-faq-button {
    position: relative;
    width: 100%;
    padding: 22px 52px 22px 0;
    color: var(--cec-navy-dark);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

#cec-prescription-services .cec-faq-button::before,
#cec-prescription-services .cec-faq-button::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 2px;
    background: var(--cec-green-dark);
    content: "";
    transform: translateY(-50%);
}

#cec-prescription-services .cec-faq-button::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s ease;
}

#cec-prescription-services .cec-faq-item.is-open .cec-faq-button::after {
    transform: translateY(-50%);
}

#cec-prescription-services .cec-faq-answer {
    padding: 0 48px 22px 0;
    color: var(--cec-muted);
}

#cec-prescription-services .cec-faq-answer[hidden] {
    display: none;
}

#cec-prescription-services .cec-final-cta {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    color: var(--cec-white);
    background: var(--cec-navy-dark);
    border-left: 8px solid var(--cec-green);
}

#cec-prescription-services .cec-final-cta h2 {
    margin-bottom: 9px;
    color: var(--cec-white);
}

#cec-prescription-services .cec-final-cta p {
    max-width: 720px;
    margin: 0;
    color: #e5edef;
}

/* Get started form */

#cec-prescription-services .cec-form-container {
    max-width: 920px;
    margin: 0 auto;
}

#cec-prescription-services .cec-form-card {
    padding: 42px;
    background: var(--cec-white);
    border: 1px solid var(--cec-border);
    border-top: 6px solid var(--cec-teal);
    box-shadow: 0 12px 32px rgba(23, 53, 66, 0.12);
}

#cec-prescription-services .cec-form-section {
    margin: 0 0 38px;
    padding: 0 0 34px;
    border: 0;
    border-bottom: 1px solid var(--cec-border);
}

#cec-prescription-services .cec-form-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#cec-prescription-services .cec-form-legend {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    color: var(--cec-navy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

#cec-prescription-services .cec-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#cec-prescription-services .cec-form-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#cec-prescription-services .cec-field-full {
    grid-column: 1 / -1;
}

#cec-prescription-services .cec-label {
    margin-bottom: 7px;
    display: block;
    color: var(--cec-navy-dark);
    font-weight: 700;
}

#cec-prescription-services .cec-required {
    color: var(--cec-error);
}

#cec-prescription-services .cec-input,
#cec-prescription-services .cec-select,
#cec-prescription-services .cec-textarea {
    width: 100%;
    color: var(--cec-text);
    background: var(--cec-white);
    border: 1px solid #89989d;
    border-radius: 2px;
}

#cec-prescription-services .cec-input,
#cec-prescription-services .cec-select {
    min-height: 52px;
    padding: 11px 13px;
}

#cec-prescription-services .cec-textarea {
    min-height: 130px;
    padding: 13px;
    resize: vertical;
}

#cec-prescription-services .cec-input:focus,
#cec-prescription-services .cec-select:focus,
#cec-prescription-services .cec-textarea:focus {
    border-color: var(--cec-teal-dark);
    outline: 3px solid rgba(63, 112, 120, 0.16);
}

#cec-prescription-services .cec-input.is-invalid,
#cec-prescription-services .cec-select.is-invalid,
#cec-prescription-services .cec-textarea.is-invalid {
    border-color: var(--cec-error);
}

#cec-prescription-services .cec-error {
    min-height: 19px;
    margin: 6px 0 0;
    color: var(--cec-error);
    font-size: 13px;
}

#cec-prescription-services .cec-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 25px;
}

#cec-prescription-services .cec-radio,
#cec-prescription-services .cec-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#cec-prescription-services .cec-radio input,
#cec-prescription-services .cec-checkbox input {
    width: 19px;
    height: 19px;
    margin: 3px 0 0;
    flex: 0 0 auto;
    accent-color: var(--cec-green-dark);
}

#cec-prescription-services .cec-checkbox-list {
    display: grid;
    gap: 14px;
}

#cec-prescription-services .cec-form-help {
    margin: 7px 0 0;
    color: var(--cec-muted);
    font-size: 13px;
}

#cec-prescription-services .cec-submit-row {
    margin-top: 30px;
}

#cec-prescription-services .cec-submit-button {
    min-height: 52px;
    padding: 13px 28px;
    color: var(--cec-white);
    background: var(--cec-green);
    border: 2px solid var(--cec-green);
    border-radius: 2px;
    font-weight: 700;
}

#cec-prescription-services .cec-submit-button:hover,
#cec-prescription-services .cec-submit-button:focus {
    background: var(--cec-green-dark);
    border-color: var(--cec-green-dark);
}

#cec-prescription-services .cec-submit-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

#cec-prescription-services .cec-form-alert {
    margin: 0 0 26px;
    padding: 17px 20px;
    color: var(--cec-text);
    background: var(--cec-blue-light);
    border-left: 5px solid var(--cec-teal);
}

#cec-prescription-services .cec-form-alert p:last-child {
    margin-bottom: 0;
}

#cec-prescription-services .cec-success-message {
    padding: 38px;
    color: #315526;
    background: #eef5e9;
    border: 1px solid #b8cca9;
    border-left: 7px solid var(--cec-success);
    text-align: center;
}

#cec-prescription-services .cec-success-message[hidden] {
    display: none;
}

#cec-prescription-services .cec-success-message h2 {
    margin-bottom: 12px;
    color: #315526;
}

#cec-prescription-services .cec-success-message p:last-child {
    margin-bottom: 0;
}

#cec-prescription-services .cec-emergency {
    margin-top: 28px;
    padding: 21px 24px;
    color: #72251e;
    background: #fff0ee;
    border-left: 5px solid var(--cec-error);
}

#cec-prescription-services .cec-emergency p:last-child {
    margin-bottom: 0;
}

#cec-prescription-services :focus-visible {
    outline: 3px solid rgba(135, 157, 99, 0.45);
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    #cec-prescription-services .cec-service-grid,
    #cec-prescription-services .cec-procedure-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    #cec-prescription-services h2 {
        font-size: 30px;
    }

    #cec-prescription-services .cec-section {
        padding: 42px 0;
    }

    #cec-prescription-services .cec-section-background {
        padding: 29px 20px;
    }

    #cec-prescription-services .cec-intro,
    #cec-prescription-services .cec-service-grid,
    #cec-prescription-services .cec-process,
    #cec-prescription-services .cec-medication-grid,
    #cec-prescription-services .cec-two-columns,
    #cec-prescription-services .cec-procedure-grid,
    #cec-prescription-services .cec-form-grid,
    #cec-prescription-services .cec-form-grid-three {
        grid-template-columns: 1fr;
    }

    #cec-prescription-services .cec-field-full {
        grid-column: auto;
    }

    #cec-prescription-services .cec-form-card {
        padding: 28px 22px;
    }

    #cec-prescription-services .cec-final-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    #cec-prescription-services .cec-button-row,
    #cec-prescription-services .cec-button,
    #cec-prescription-services .cec-submit-button {
        width: 100%;
    }

    #cec-prescription-services .cec-intro-box,
    #cec-prescription-services .cec-medication-panel,
    #cec-prescription-services .cec-panel,
    #cec-prescription-services .cec-final-cta {
        padding: 22px;
    }

    #cec-prescription-services .cec-radio-group {
        align-items: flex-start;
        flex-direction: column;
    }
}