.ihh-ed-admin-wrap input[readonly] {
    width: 100%;
    background: #f6f7f7;
    cursor: pointer;
}

.ihh-ed-admin-wrap .button-link-delete {
    color: #b32d2e;
    border-color: #b32d2e;
}

body.ihh-ed-page {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: linear-gradient(180deg, #bab6ae 0%, rgb(212 190 114) 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ihh-ed-shell {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 18px 16px 40px;
    box-sizing: border-box;
}

.ihh-ed-card,
.ihh-ed-message-card {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(4px);
}

.ihh-ed-card {
    padding: 18px;
}

.ihh-ed-message-card {
    margin-top: 8vh;
    padding: 36px 22px;
    text-align: center;
}

.ihh-ed-head {
    margin-bottom: 16px;
}

.ihh-ed-avatar {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.ihh-ed-avatar img {
    width: 100%;
    max-width: 210px;
    height: auto;
}

.ihh-ed-headcopy {
    text-align: center;
}

.ihh-ed-headcopy h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
}

.ihh-ed-headcopy p {
    margin: 4px 0 0;
    font-size: 14px;
}

.ihh-ed-formwrap .gform_wrapper {
    margin: 0 !important;
}

.ihh-ed-formwrap .gform_body {
    background-color: transparent!important;
}

.ihh-ed-formwrap .gform_heading,
.ihh-ed-formwrap .gfield_label,
.ihh-ed-formwrap .gform_description,
.ihh-ed-formwrap .gfield_required {
    display: none !important;
}

.ihh-ed-formwrap input[type="text"],
.ihh-ed-formwrap input[type="email"],
.ihh-ed-formwrap input[type="number"],
.ihh-ed-formwrap input[type="tel"],
.ihh-ed-formwrap textarea,
.ihh-ed-formwrap select {
    width: 100% !important;
    min-height: 56px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
}

.ihh-ed-formwrap .ginput_container_amount input,
.ihh-ed-formwrap .gfield input.large.amount,
.ihh-ed-formwrap input[type="number"] {
    min-height: 72px !important;
    border-radius: 22px !important;
    font-size: 34px !important;
    font-weight: 800 !important;
}

.ihh-ed-formwrap input[readonly],
.ihh-ed-formwrap textarea[readonly] {
    cursor: not-allowed;
    opacity: 0.95;
}

.ihh-ed-formwrap .gform_footer,
.ihh-ed-formwrap .gform_page_footer {
    margin-top: 14px !important;
    padding: 0 !important;
}

.ihh-ed-formwrap input[type="submit"],
.ihh-ed-formwrap button[type="submit"],
.ihh-ed-formwrap .gform_button {
    width: 100% !important;
    min-height: 56px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #00916f!important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    cursor: pointer;
}

.ihh-ed-note {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.ihh-ed-message-icon {
    display: flex;
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000000;
    font-size: 42px;
    font-weight: 800;
}

.ihh-ed-message-card h1 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: bold;
}

.ihh-ed-message-card p {
    max-width: 380px;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 1.35;
}

.ihh-ed-primary-link {
    display: inline-flex;
    min-height: 48px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

/* Status Badges */
.ihh-ed-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
}

.ihh-ed-badge-active {
    background-color: #e7f6ec;
    color: #008a32;
    border: 1px solid #b2d9bb;
}

.ihh-ed-badge-inactive {
    background-color: #fcf0f1;
    color: #b32d2e;
    border: 1px solid #f1c3c4;
}

@media (max-width: 480px) {
    .ihh-ed-headcopy h1 {
        font-size: 21px;
    }

    .ihh-ed-message-card h1 {
        font-size: 34px;
    }

    .ihh-ed-message-card p {
        font-size: 18px;
    }
}