.fngh-portal {
    --fngh-border: color-mix(in srgb, currentColor 18%, transparent);
    --fngh-panel: color-mix(in srgb, currentColor 5%, transparent);
    --fngh-panel-strong: color-mix(in srgb, currentColor 9%, transparent);
    --fngh-accent: var(--wp--preset--color--primary, var(--wp--preset--color--accent, #c89b3c));
    --fngh-accent-contrast: var(--wp--preset--color--base, #111);
    --fngh-muted: color-mix(in srgb, currentColor 68%, transparent);
    --fngh-soft-shadow: 0 12px 36px color-mix(in srgb, currentColor 9%, transparent);
    display: grid;
    gap: 16px;
    color: inherit;
}

.fngh-portal-intro {
    display: grid;
    gap: 8px;
    padding: 8px 0 16px;
}

.fngh-portal-intro h2,
.fngh-portal-intro p {
    margin: 0;
}

.fngh-order-next-steps {
    display: grid;
    gap: 16px;
    margin: 28px 0;
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary, #c89b3c) 60%, currentColor 18%);
    background: color-mix(in srgb, currentColor 5%, transparent);
}

.fngh-order-next-steps h2 {
    margin: 0;
}

.fngh-order-next-steps__head {
    display: grid;
    gap: 7px;
}

.fngh-order-next-steps__head p {
    max-width: 780px;
    margin: 0;
    color: color-mix(in srgb, currentColor 72%, transparent);
}

.fngh-order-next-steps ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fngh-order-next-steps li {
    counter-increment: fngh-next-step;
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

.fngh-order-next-steps ol {
    counter-reset: fngh-next-step;
}

.fngh-order-next-steps li::before {
    content: "0" counter(fngh-next-step);
    color: var(--fngh-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.fngh-order-next-steps li span {
    color: color-mix(in srgb, currentColor 68%, transparent);
}

.fngh-portal-intro p {
    max-width: 760px;
    color: var(--fngh-muted);
}

.fngh-setup-guide {
    display: grid;
    gap: 16px;
    padding: clamp(18px, 2vw, 28px);
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 58%, var(--fngh-border));
    background: color-mix(in srgb, var(--fngh-accent) 8%, transparent);
}

.fngh-setup-heading,
.fngh-primary-action,
.fngh-renewal-panel {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.fngh-setup-heading > div,
.fngh-renewal-panel > div {
    display: grid;
    gap: 5px;
}

.fngh-setup-heading strong,
.fngh-renewal-panel strong {
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.1;
}

.fngh-kicker,
.fngh-integrations article > span {
    color: var(--fngh-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.fngh-step-count {
    flex: 0 0 auto;
    color: var(--fngh-muted);
    font-size: 13px;
    font-weight: 700;
}

.fngh-stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fngh-stepper li {
    position: relative;
    display: grid;
    gap: 8px;
    padding-right: 14px;
    color: var(--fngh-muted);
    font-size: 12px;
    font-weight: 700;
}

.fngh-stepper li::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 8px;
    left: 38px;
    height: 1px;
    background: var(--fngh-border);
}

.fngh-stepper li:last-child::after {
    display: none;
}

.fngh-stepper li > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--fngh-border);
    color: inherit;
}

.fngh-stepper li.is-current,
.fngh-stepper li.is-complete {
    color: inherit;
}

.fngh-stepper li.is-current > span {
    border-color: var(--fngh-accent);
    background: var(--fngh-accent);
    color: var(--fngh-accent-contrast);
}

.fngh-stepper li.is-complete > span {
    border-color: color-mix(in srgb, #22c55e 65%, var(--fngh-border));
    color: #22c55e;
}

.fngh-primary-action {
    padding-top: 14px;
    border-top: 1px solid var(--fngh-border);
}

.fngh-primary-action p {
    max-width: 720px;
    margin: 0;
    color: var(--fngh-muted);
}

.fngh-primary-action form {
    margin: 0;
}

.fngh-managed-waiting {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 13px;
    border: 1px solid var(--fngh-border);
    color: var(--fngh-muted);
    font-size: 13px;
    font-weight: 800;
}

.fngh-service-facts--primary {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.fngh-renewal-panel {
    padding: 18px;
    border: 1px solid var(--fngh-border);
    background: var(--fngh-panel-strong);
}

.fngh-renewal-panel p {
    max-width: 620px;
    margin: 0;
    color: var(--fngh-muted);
}

.fngh-renewal-form {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: end;
}

.fngh-renewal-form label {
    display: grid;
    gap: 5px;
    color: var(--fngh-muted);
    font-size: 12px;
    font-weight: 700;
}

.fngh-renewal-form select {
    min-width: 210px;
    min-height: 42px;
    border: 1px solid var(--fngh-border);
    background: #171c17;
    color: #f4ead7;
}

.fngh-renewal-form select option {
    background: #171c17;
    color: #f4ead7;
}

.fngh-renewal-form button {
    min-height: 42px;
    padding: 0 16px;
}

.fngh-renewal-existing {
    color: var(--fngh-accent);
    font-weight: 700;
}

.fngh-managed-renewal {
    align-items: stretch;
}

.fngh-managed-term-form {
    width: min(100%, 650px);
    flex-direction: column;
    align-items: stretch;
}

.fngh-renewal-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.fngh-renewal-options legend {
    margin-bottom: 6px;
    color: var(--fngh-muted);
    font-size: 12px;
    font-weight: 800;
}

.fngh-renewal-options label {
    position: relative;
    cursor: pointer;
}

.fngh-renewal-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fngh-renewal-options label > span {
    display: grid;
    gap: 5px;
    min-height: 72px;
    padding: 11px 12px;
    border: 1px solid var(--fngh-border);
    background: color-mix(in srgb, currentColor 3%, transparent);
}

.fngh-renewal-options label > span strong {
    font-size: 15px;
    line-height: 1.25;
}

.fngh-renewal-options label > span small {
    color: var(--fngh-muted);
    line-height: 1.4;
}

.fngh-renewal-options input:checked + span {
    border-color: var(--fngh-accent);
    box-shadow: inset 3px 0 0 var(--fngh-accent);
}

.fngh-renewal-options input:focus-visible + span {
    outline: 2px solid var(--fngh-accent);
    outline-offset: 2px;
}

.fngh-managed-price {
    display: grid;
    gap: 6px;
    max-width: 520px;
    margin: 14px 0 6px;
}

.fngh-managed-price > div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.fngh-managed-price dt,
.fngh-managed-price dd {
    margin: 0;
}

.fngh-managed-price .is-total {
    padding-top: 7px;
    border-top: 1px solid var(--fngh-border);
    color: var(--fngh-accent);
    font-weight: 800;
}

.fngh-renewal-unavailable {
    display: grid;
    gap: 4px;
    max-width: 320px;
    padding: 12px 14px;
    border: 1px solid color-mix(in srgb, #f59e0b 55%, var(--fngh-border));
    color: var(--fngh-muted);
}

.fngh-integrations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fngh-integrations article {
    display: grid;
    gap: 7px;
    padding: 18px;
    border: 1px solid var(--fngh-border);
    background: color-mix(in srgb, currentColor 3%, transparent);
}

.fngh-integrations article strong {
    font-size: 18px;
}

.fngh-integrations article p {
    margin: 0;
    color: var(--fngh-muted);
}

.fngh-service-management {
    border-top: 1px solid var(--fngh-border);
    padding-top: 12px;
}

.fngh-service-management > summary {
    cursor: pointer;
    font-weight: 800;
}

.fngh-service-management[open] > summary {
    margin-bottom: 12px;
}

.fngh-service-facts--technical {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.fngh-alert {
    padding: 10px 12px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 45%, transparent);
    background: color-mix(in srgb, var(--fngh-accent) 12%, transparent);
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.45;
}

.fngh-refresh-note {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--fngh-border);
    background: var(--fngh-panel);
    border-radius: 6px;
    color: var(--fngh-muted);
}

.fngh-refresh-note strong {
    color: inherit;
}

.fngh-portal.is-refreshing [data-fngh-refresh] {
    opacity: 0.7;
}

.fngh-portal [hidden] {
    display: none !important;
}

.fngh-service {
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    padding: 16px;
    background: var(--fngh-panel);
    box-shadow: var(--fngh-soft-shadow);
}

.fngh-service-card {
    display: grid;
    gap: 14px;
}

.fngh-service header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.fngh-service h3 {
    margin: 0;
}

.fngh-service header p {
    margin: 6px 0 0;
    color: var(--fngh-muted);
}

.fngh-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.fngh-service-actions button,
.fngh-control-buttons button {
    min-height: 36px;
    padding: 0 12px;
}

.fngh-service dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid var(--fngh-border);
    border-bottom: 1px solid var(--fngh-border);
}

.fngh-service dl > div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.fngh-service dt {
    font-weight: 700;
    color: var(--fngh-muted);
    font-size: 12px;
}

.fngh-service dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.fngh-status-panel {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-left: 3px solid var(--fngh-border);
    background: color-mix(in srgb, currentColor 3%, transparent);
}

.fngh-status-copy {
    display: grid;
    gap: 3px;
}

.fngh-status-copy p {
    margin: 0;
    color: var(--fngh-muted);
}

.fngh-locked-note {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid color-mix(in srgb, #ef4444 42%, var(--fngh-border));
    border-radius: 6px;
    background: color-mix(in srgb, #ef4444 10%, transparent);
}

.fngh-locked-note p {
    margin: 0;
    color: var(--fngh-muted);
}

.fngh-badge {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 60%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--fngh-accent) 18%, transparent);
    color: inherit;
    font-size: 12px;
    font-weight: 700;
}

.fngh-badge-ok,
.fngh-status-ok {
    border-color: color-mix(in srgb, #22c55e 55%, var(--fngh-border));
    background: color-mix(in srgb, #22c55e 12%, transparent);
}

.fngh-badge-warn,
.fngh-status-warn {
    border-color: color-mix(in srgb, #f59e0b 55%, var(--fngh-border));
    background: color-mix(in srgb, #f59e0b 13%, transparent);
}

.fngh-badge-danger,
.fngh-status-danger {
    border-color: color-mix(in srgb, #ef4444 58%, var(--fngh-border));
    background: color-mix(in srgb, #ef4444 12%, transparent);
}

.fngh-badge-muted,
.fngh-status-muted {
    border-color: var(--fngh-border);
    background: color-mix(in srgb, currentColor 5%, transparent);
    color: var(--fngh-muted);
}

.fngh-status-panel small {
    flex: 0 0 auto;
    color: var(--fngh-muted);
    text-align: right;
}

.fngh-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    width: max-content;
    max-width: 100%;
    min-height: 22px;
    margin-bottom: 5px;
    padding: 2px 8px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 40%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--fngh-accent) 10%, transparent);
    color: var(--fngh-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.fngh-rcon-panel {
    display: grid;
    gap: 22px;
    margin-top: 20px;
    padding: clamp(20px, 2.2vw, 32px);
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 55%, transparent);
    border-radius: 8px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--fngh-accent) 8%, var(--fngh-panel-strong)) 0%, var(--fngh-panel-strong) 62%);
}

.fngh-service-controls {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: var(--fngh-panel-strong);
}

.fngh-service-controls p {
    margin: 4px 0 0;
    color: var(--fngh-muted);
}

.fngh-service-controls form {
    flex: 0 0 auto;
}

.fngh-control-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.fngh-control-buttons form {
    margin: 0;
}

.fngh-service-controls button {
    min-height: 40px;
    padding: 0 18px;
}

.fngh-rcon-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 30px;
    align-items: start;
}

.fngh-rcon-copy h4,
.fngh-rcon-copy p,
.fngh-rcon-help ul {
    margin: 0;
}

.fngh-rcon-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--fngh-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fngh-rcon-copy h4 {
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.08;
}

.fngh-rcon-copy p {
    max-width: 760px;
    margin-top: 9px;
    color: var(--fngh-muted);
    line-height: 1.55;
}

.fngh-rcon-help {
    border-left: 1px solid var(--fngh-border);
    padding-left: 22px;
}

.fngh-rcon-help summary {
    color: var(--fngh-accent);
    font-weight: 800;
    cursor: pointer;
}

.fngh-rcon-help ul {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding-left: 18px;
    color: var(--fngh-muted);
    line-height: 1.45;
}

.fngh-rcon-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.fngh-rcon-form > * {
    min-width: 0;
}

.fngh-game-choice {
    display: grid;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid var(--fngh-border);
}

.fngh-game-choice legend {
    padding: 0;
    font-size: 14px;
    font-weight: 800;
}

.fngh-game-choice > p {
    max-width: 820px;
    margin: 0;
    color: var(--fngh-muted);
    font-size: 13px;
    line-height: 1.5;
}

.fngh-game-choice > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.fngh-game-choice label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 13px 14px;
    border: 1px solid var(--fngh-border);
    background: color-mix(in srgb, currentColor 3%, transparent);
    cursor: pointer;
}

.fngh-game-choice label:has(input:checked) {
    border-color: var(--fngh-accent);
    background: color-mix(in srgb, var(--fngh-accent) 9%, transparent);
}

.fngh-game-choice input {
    width: 18px;
    min-height: 18px;
    margin: 2px 0 0;
    accent-color: var(--fngh-accent);
}

.fngh-game-choice label > span {
    display: grid;
    gap: 2px;
}

.fngh-game-choice small {
    color: var(--fngh-muted);
}

.fngh-rcon-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.fngh-rcon-form .fngh-rcon-field {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 9px;
    min-width: 0;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--fngh-border);
    border-radius: 7px;
    background: color-mix(in srgb, currentColor 3%, var(--fngh-panel-strong));
}

.fngh-rcon-field-title {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
}

.fngh-rcon-field-index {
    display: inline-flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--fngh-accent) 16%, transparent);
    color: var(--fngh-accent);
    font-size: 11px;
    font-weight: 900;
}

.fngh-rcon-field-title > strong {
    font-size: 13px;
    font-weight: 800;
}

.fngh-rcon-form input {
    width: 100%;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: #171c17;
    color: inherit;
}

.fngh-rcon-form input:focus {
    border-color: var(--fngh-accent);
    outline: 2px solid color-mix(in srgb, var(--fngh-accent) 22%, transparent);
    outline-offset: 1px;
}

.fngh-rcon-form .fngh-rcon-field-hint {
    display: block;
    align-self: start;
    color: var(--fngh-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.fngh-rcon-actions {
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 28%, var(--fngh-border));
    border-radius: 7px;
    background: color-mix(in srgb, var(--fngh-accent) 6%, var(--fngh-panel-strong));
}

.fngh-rcon-actions p {
    margin: 0;
}

.fngh-rcon-actions-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.fngh-rcon-actions-copy > strong {
    color: inherit;
    font-size: 14px;
}

.fngh-rcon-form .fngh-rcon-actions-copy > span {
    color: var(--fngh-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.fngh-rcon-actions button {
    flex: 0 0 auto;
    min-width: 230px;
    min-height: 46px;
    padding: 0 20px;
}

@media (max-width: 1050px) {
    .fngh-rcon-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fngh-rcon-field-rcon_password {
        grid-column: 1 / -1;
    }
}

/* The account theme ships legacy FNGH layout rules after this stylesheet.
 * Keep the connection workflow self-contained even when those rules use !important. */
body.woocommerce-account .fngh-portal .fngh-rcon-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
}

body.woocommerce-account .fngh-portal .fngh-rcon-fields {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

body.woocommerce-account .fngh-portal .fngh-rcon-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 20px !important;
}

body.woocommerce-account .fngh-portal .fngh-rcon-field-hint,
body.woocommerce-account .fngh-portal .fngh-rcon-actions-copy > span {
    letter-spacing: normal !important;
    text-transform: none !important;
}

@media (max-width: 1050px) {
    body.woocommerce-account .fngh-portal .fngh-rcon-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.fngh-portal button {
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 75%, transparent);
    border-radius: 6px;
    background: var(--fngh-accent);
    color: var(--fngh-accent-contrast);
    font-weight: 700;
    cursor: pointer;
}

.fngh-portal button:hover {
    filter: brightness(1.05);
}

.fngh-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 75%, transparent);
    border-radius: 6px;
    background: var(--fngh-accent);
    color: var(--fngh-accent-contrast);
    font-weight: 700;
    text-decoration: none;
}

.fngh-button-link:hover {
    color: var(--fngh-accent-contrast);
    filter: brightness(1.05);
}

.fngh-note {
    color: var(--fngh-muted);
}

.fngh-empty-state {
    display: grid;
    gap: 4px;
    padding: 18px;
    border: 1px dashed color-mix(in srgb, var(--fngh-accent) 42%, var(--fngh-border));
    border-radius: 6px;
    background: color-mix(in srgb, var(--fngh-accent) 7%, transparent);
}

.fngh-empty-state strong {
    font-size: 16px;
}

.fngh-empty-state p {
    margin: 0;
    color: var(--fngh-muted);
}

.fngh-context-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 13px 14px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 32%, var(--fngh-border));
    border-left-width: 4px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--fngh-accent) 8%, transparent);
}

.fngh-context-link p {
    margin: 3px 0 0;
    color: var(--fngh-muted);
}

.fngh-context-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 45%, var(--fngh-border));
    border-radius: 6px;
    background: color-mix(in srgb, var(--fngh-accent) 11%, transparent);
    color: inherit;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: none;
}

.fngh-user-admin {
    display: grid;
    gap: 16px;
}

.fngh-user-admin-header {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--fngh-border);
}

.fngh-user-service-picker {
    display: grid;
    grid-template-columns: minmax(220px, 420px);
    gap: 10px;
    margin-top: 0;
    padding: 12px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: var(--fngh-panel-strong);
}

.fngh-user-service-picker label,
.fngh-rcon-form label {
    display: grid;
    gap: 5px;
    font-weight: 700;
}

.fngh-user-service-picker select {
    min-height: 38px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: color-mix(in srgb, currentColor 4%, transparent);
    color: inherit;
}

.fngh-user-list,
.fngh-user-wizard,
.fngh-role-manager {
    display: grid;
    gap: 16px;
    margin-top: 0;
    padding: 16px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: var(--fngh-panel-strong);
}

.fngh-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.fngh-user-list h4,
.fngh-user-wizard h4,
.fngh-role-manager h4 {
    margin: 0;
}

.fngh-panel-heading .fngh-eyebrow {
    margin-bottom: 6px;
}

.fngh-count-pill,
.fngh-state-chip,
.fngh-role-chip,
.fngh-mini-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 3px 10px;
    border: 1px solid var(--fngh-border);
    border-radius: 999px;
    background: var(--fngh-panel);
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.fngh-role-chip {
    border-color: color-mix(in srgb, var(--fngh-accent) 35%, var(--fngh-border));
    background: color-mix(in srgb, var(--fngh-accent) 10%, transparent);
}

.fngh-mini-chip {
    min-height: 24px;
    padding: 2px 8px;
    border-color: color-mix(in srgb, var(--fngh-accent) 28%, var(--fngh-border));
    background: color-mix(in srgb, var(--fngh-accent) 8%, transparent);
}

.fngh-mini-chip.is-muted {
    border-color: var(--fngh-border);
    background: var(--fngh-panel);
    color: var(--fngh-muted);
}

.fngh-count-pill {
    border-color: color-mix(in srgb, var(--fngh-accent) 45%, transparent);
    background: color-mix(in srgb, var(--fngh-accent) 12%, transparent);
}

.fngh-user-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) minmax(190px, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
    border-radius: 6px;
    background: color-mix(in srgb, currentColor 4%, transparent);
    transition: border-color 140ms ease, background-color 140ms ease;
}

.fngh-user-row:hover {
    border-color: color-mix(in srgb, var(--fngh-accent) 34%, var(--fngh-border));
    background: color-mix(in srgb, var(--fngh-accent) 5%, transparent);
}

.fngh-user-row > span,
.fngh-user-meta span {
    overflow-wrap: anywhere;
}

.fngh-user-identity {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.fngh-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 45%, var(--fngh-border));
    border-radius: 50%;
    background: color-mix(in srgb, var(--fngh-accent) 14%, transparent);
    font-size: 15px;
    font-weight: 800;
}

.fngh-user-identity strong {
    display: block;
    line-height: 1.25;
}

.fngh-user-row small,
.fngh-user-meta small {
    display: block;
    margin-top: 2px;
    color: var(--fngh-muted);
    font-size: 12px;
}

.fngh-user-meta {
    display: grid;
    gap: 2px;
}

.fngh-user-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    padding-top: 8px;
    border-top: 1px solid color-mix(in srgb, currentColor 9%, transparent);
}

.fngh-user-actions form {
    margin: 0;
}

.fngh-user-actions button,
.fngh-user-edit > summary {
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: var(--fngh-panel-strong);
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.fngh-user-edit {
    flex: 1 1 280px;
}

.fngh-user-edit > summary {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.fngh-user-edit-form {
    display: grid;
    gap: 12px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: color-mix(in srgb, currentColor 4%, transparent);
}

.fngh-user-edit-form .fngh-permission-bundle:first-child {
    margin-top: 0;
}

.fngh-user-edit-form > button {
    justify-self: start;
    min-height: 38px;
    padding: 0 14px;
}

.fngh-role-manager {
    border-color: color-mix(in srgb, var(--fngh-accent) 28%, var(--fngh-border));
}

.fngh-role-list {
    display: grid;
    gap: 12px;
}

.fngh-role-row {
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: color-mix(in srgb, currentColor 4%, transparent);
    overflow: hidden;
    transition: border-color 140ms ease, background-color 140ms ease;
}

.fngh-role-row[open] {
    border-color: color-mix(in srgb, var(--fngh-accent) 38%, var(--fngh-border));
    background: color-mix(in srgb, var(--fngh-accent) 5%, transparent);
}

.fngh-role-create {
    border-color: color-mix(in srgb, var(--fngh-accent) 42%, var(--fngh-border));
}

.fngh-role-row > summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    list-style: none;
}

.fngh-role-row > summary::-webkit-details-marker {
    display: none;
}

.fngh-role-row > summary::marker {
    content: "";
}

.fngh-role-summary-text {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.fngh-role-row > summary small {
    display: block;
    color: var(--fngh-muted);
}

.fngh-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.fngh-role-summary-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.fngh-role-summary-meta em {
    min-width: 82px;
    padding: 3px 8px;
    border: 1px solid var(--fngh-border);
    border-radius: 999px;
    color: var(--fngh-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.fngh-role-disclosure {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 10px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 42%, var(--fngh-border));
    border-radius: 4px;
    color: var(--fngh-accent);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.fngh-role-disclosure-close {
    display: none;
}

.fngh-role-row[open] .fngh-role-disclosure-edit {
    display: none;
}

.fngh-role-row[open] .fngh-role-disclosure-close {
    display: inline;
}

.fngh-role-chevron {
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 140ms ease;
}

.fngh-role-row[open] .fngh-role-chevron {
    transform: rotate(225deg) translate(-1px, -1px);
}

.fngh-role-form {
    display: grid;
    gap: 12px;
    margin: 0 12px 12px;
    padding-top: 2px;
}

.fngh-role-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
}

.fngh-inline-action {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 12px 12px;
}

.fngh-role-picker {
    display: grid;
    gap: 5px;
    font-weight: 700;
}

.fngh-role-picker select {
    min-height: 38px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: color-mix(in srgb, currentColor 4%, transparent);
    color: inherit;
}

.fngh-role-picker span {
    color: var(--fngh-muted);
    font-size: 12px;
    font-weight: 400;
}

.fngh-portal button.is-secondary {
    background: transparent;
    color: inherit;
}

.fngh-wizard-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.fngh-wizard-steps span {
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: var(--fngh-panel);
    color: var(--fngh-muted);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.fngh-user-create {
    border-color: color-mix(in srgb, var(--fngh-accent) 24%, var(--fngh-border));
}

.fngh-wizard-section {
    display: grid;
    gap: 12px;
}

.fngh-section-title {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}

.fngh-section-title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--fngh-accent);
    color: var(--fngh-accent-contrast);
    font-weight: 800;
}

.fngh-section-title p {
    margin: 4px 0 0;
    color: var(--fngh-muted);
}

.fngh-permission-grid {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
}

.fngh-permission {
    display: grid;
    gap: 6px;
    padding: 10px 0;
    border-top: 1px solid color-mix(in srgb, currentColor 10%, transparent);
}

.fngh-permission:hover {
    background: transparent;
}

.fngh-permission input,
.fngh-bundle-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.fngh-permission-main {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    margin: 0;
    cursor: pointer;
}

.fngh-permission i,
.fngh-bundle-toggle i {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border: 2px solid var(--fngh-border);
    border-radius: 6px;
    background: color-mix(in srgb, currentColor 4%, transparent);
}

.fngh-permission input:checked + i,
.fngh-bundle-toggle input:checked + i {
    border-color: var(--fngh-accent);
    background: var(--fngh-accent);
}

.fngh-permission input:checked + i::after,
.fngh-bundle-toggle input:checked + i::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid var(--fngh-accent-contrast);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.fngh-permission strong,
.fngh-bundle-toggle strong {
    display: block;
    line-height: 1.25;
}

.fngh-permission small {
    display: block;
    margin-top: 4px;
    color: var(--fngh-muted);
    font-weight: 400;
    line-height: 1.35;
}

.fngh-permission-bundles {
    display: grid;
    gap: 12px;
}

.fngh-permission-bundle {
    border: 1px solid var(--fngh-border);
    border-radius: 6px;
    background: var(--fngh-panel);
    overflow: hidden;
    transition: border-color 140ms ease, background-color 140ms ease;
}

.fngh-permission-bundle[open] {
    border-color: color-mix(in srgb, var(--fngh-accent) 48%, transparent);
    background: color-mix(in srgb, var(--fngh-accent) 5%, transparent);
}

.fngh-permission-bundle.is-dangerous {
    border-color: color-mix(in srgb, #d63638 48%, var(--fngh-border));
}

.fngh-permission-bundle.is-dangerous[open] {
    background: color-mix(in srgb, #d63638 8%, transparent);
}

.fngh-permission-bundle summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    cursor: pointer;
}

.fngh-permission-bundle summary::marker {
    color: var(--fngh-muted);
}

.fngh-permission-bundle summary em {
    flex: 0 0 auto;
    min-width: 86px;
    padding: 3px 8px;
    border: 1px solid var(--fngh-border);
    border-radius: 999px;
    background: var(--fngh-panel-strong);
    color: var(--fngh-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.fngh-bundle-toggle {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    margin: 0;
    cursor: pointer;
    min-width: 0;
}

.fngh-bundle-toggle small,
.fngh-permission-code {
    color: var(--fngh-muted);
    font-weight: 400;
}

.fngh-permission-bundle .fngh-permission-grid {
    margin: 0 14px 14px 46px;
    padding: 2px 0 0;
}

.fngh-submit-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding-top: 2px;
}

.fngh-submit-bar p {
    margin: 0;
    color: var(--fngh-muted);
}

.fngh-submit-bar button {
    min-width: 260px;
    min-height: 44px;
    padding: 0 18px;
}

@media (max-width: 720px) {
    .fngh-service header,
    .fngh-panel-heading,
    .fngh-permission-bundle summary,
    .fngh-role-row > summary,
    .fngh-service-controls,
    .fngh-status-panel,
    .fngh-submit-bar,
    .fngh-context-link {
        display: grid;
    }

    .fngh-setup-heading,
    .fngh-primary-action,
    .fngh-renewal-panel,
    .fngh-renewal-form {
        display: grid;
        width: 100%;
    }

    .fngh-role-summary-meta {
        justify-content: flex-start;
    }

    .fngh-stepper,
    .fngh-integrations,
    .fngh-renewal-options,
    .fngh-order-next-steps ol {
        grid-template-columns: 1fr;
    }

    .fngh-stepper {
        gap: 10px;
    }

    .fngh-stepper li {
        grid-template-columns: 30px 1fr;
        align-items: center;
    }

    .fngh-stepper li::after {
        display: none;
    }

    .fngh-renewal-form select,
    .fngh-renewal-form button {
        width: 100%;
        min-width: 0;
    }

    .fngh-rcon-head,
    .fngh-rcon-fields,
    .fngh-rcon-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .fngh-game-choice > div {
        grid-template-columns: 1fr;
    }

    .fngh-rcon-head {
        gap: 16px;
    }

    .fngh-rcon-help {
        padding-top: 14px;
        padding-left: 0;
        border-top: 1px solid var(--fngh-border);
        border-left: 0;
    }

    .fngh-rcon-actions {
        gap: 14px;
    }

    .fngh-rcon-actions button {
        width: 100%;
        min-width: 0;
    }

    body.woocommerce-account .fngh-portal .fngh-rcon-fields,
    body.woocommerce-account .fngh-portal .fngh-rcon-actions {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .fngh-user-row,
    .fngh-wizard-steps {
        grid-template-columns: 1fr;
    }

    .fngh-user-actions {
        justify-content: stretch;
    }

    .fngh-user-actions button,
    .fngh-user-edit > summary,
    .fngh-user-actions form,
    .fngh-user-edit,
    .fngh-context-link a {
        width: 100%;
    }

    .fngh-permission-bundle .fngh-permission-grid {
        margin: 0 12px 12px;
    }

    .fngh-service-actions,
    .fngh-control-buttons {
        justify-content: stretch;
    }

    .fngh-service-actions > *,
    .fngh-control-buttons > *,
    .fngh-control-buttons button,
    .fngh-service-actions button,
    .fngh-button-link {
        width: 100%;
    }

    .fngh-service dl {
        grid-template-columns: 1fr;
    }

    .fngh-status-panel small {
        text-align: left;
    }

    .fngh-submit-bar button {
        width: 100%;
        min-width: 0;
    }
}

.fngh-domain-panel {
    display: grid;
    grid-template-columns: minmax(220px, .85fr) minmax(300px, 1.15fr);
    gap: 20px;
    align-items: center;
    margin: 18px 0;
    padding: 20px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 42%, var(--fngh-border));
    border-radius: 10px;
    background: color-mix(in srgb, var(--fngh-accent) 5%, transparent);
}

.fngh-domain-copy h4,
.fngh-domain-copy p { margin: 0; }
.fngh-domain-copy p { margin-top: 7px; color: var(--fngh-muted); }

.fngh-domain-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

.fngh-domain-form label { display: grid; gap: 7px; min-width: 0; }

.fngh-domain-input {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--fngh-border);
    border-radius: 7px;
    background: color-mix(in srgb, currentColor 3%, transparent);
}

.fngh-domain-input:focus-within {
    border-color: var(--fngh-accent);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--fngh-accent) 20%, transparent);
}

.fngh-domain-input input {
    flex: 1 1 auto;
    min-width: 80px;
    min-height: 44px;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.fngh-domain-input strong {
    flex: 0 0 auto;
    padding: 0 12px 0 4px;
    color: var(--fngh-muted);
    white-space: nowrap;
}

.fngh-domain-form small[data-tone="success"] { color: #31a66a; }
.fngh-domain-form small[data-tone="error"] { color: #d45a5a; }
.fngh-domain-form button { min-height: 44px; white-space: nowrap; }
.fngh-domain-form button:disabled { cursor: not-allowed; opacity: .5; }

.fngh-domain-reserved {
    display: block;
    padding: 12px 14px;
    border-radius: 7px;
    background: color-mix(in srgb, var(--fngh-accent) 12%, transparent);
    overflow-wrap: anywhere;
}

@media (max-width: 720px) {
    .fngh-domain-panel,
    .fngh-domain-form { grid-template-columns: 1fr; }
    .fngh-domain-form button { width: 100%; }
}

.fngh-credential-card {
    margin-bottom: 18px;
    border-color: #d6aa3a;
}

.fngh-credential-card h3,
.fngh-credential-card p {
    margin: 0;
}

.fngh-credential-card > p {
    color: var(--fngh-muted);
}

.fngh-credential-card form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fngh-credential-card label {
    display: grid;
    gap: 7px;
    min-width: 0;
    font-weight: 700;
}

.fngh-credential-card input[type="password"] {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 9px 12px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 48%, var(--fngh-border));
    border-radius: 6px;
    outline: none;
    background: color-mix(in srgb, currentColor 4%, transparent);
    color: inherit;
    font: inherit;
    line-height: 1.4;
    box-sizing: border-box;
    opacity: 1;
    appearance: auto;
}

.fngh-credential-card input[type="password"]::placeholder {
    color: var(--fngh-muted);
    opacity: 0.8;
}

.fngh-credential-card input[type="password"]:focus {
    border-color: var(--fngh-accent);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--fngh-accent) 24%, transparent);
}

.fngh-credential-card button {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 42px;
    padding: 0 18px;
}

@media (max-width: 700px) {
    .fngh-credential-card form { grid-template-columns: 1fr; }
}

/* 0.7.2 — klare Hauptaktion im Einrichtungsablauf */
.fngh-primary-action > div {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.fngh-primary-action .fngh-button-link,
.fngh-primary-action button {
    min-width: 190px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid color-mix(in srgb, var(--fngh-accent) 82%, transparent);
    border-radius: 2px;
    background: var(--fngh-accent);
    color: var(--fngh-accent-contrast);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .14);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .035em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.fngh-primary-action .fngh-button-link:hover,
.fngh-primary-action button:hover {
    border-color: var(--fngh-accent);
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.fngh-primary-action .fngh-button-link:focus-visible,
.fngh-primary-action button:focus-visible {
    outline: 2px solid var(--fngh-accent);
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .fngh-primary-action > div,
    .fngh-primary-action form,
    .fngh-primary-action .fngh-button-link,
    .fngh-primary-action button {
        width: 100%;
    }
}

/* 0.8.0 — klarer Dienst-Lebenszyklus im Kundenkonto */
.fngh-service-group {
    display: grid;
    gap: 14px;
}

.fngh-service-group-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0 12px;
    border-bottom: 1px solid var(--fngh-border);
}

.fngh-service-group-heading h3,
.fngh-service-group-heading p {
    margin: 0;
}

.fngh-service-group-heading > span {
    display: grid;
    min-width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--fngh-border);
    color: var(--fngh-muted);
    font-weight: 800;
}

.fngh-service-group--attention .fngh-service-group-heading {
    border-bottom-color: color-mix(in srgb, var(--fngh-accent) 60%, var(--fngh-border));
}

.fngh-service-group-list {
    display: grid;
    gap: 16px;
}

.fngh-service-archive {
    padding: 16px;
    border: 1px solid var(--fngh-border);
    background: color-mix(in srgb, currentColor 3%, transparent);
}

.fngh-service-archive > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-weight: 850;
}

.fngh-service-archive > summary small,
.fngh-service-archive-intro {
    color: var(--fngh-muted);
}

.fngh-service-archive-intro {
    margin: 14px 0;
}

.fngh-service-card--archived {
    box-shadow: none;
    opacity: .82;
}

.fngh-service-facts--archive {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.fngh-destroy-service {
    flex-basis: 100%;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid color-mix(in srgb, #ef4444 45%, var(--fngh-border));
}

.fngh-destroy-service > summary {
    color: #ef9a9a;
    cursor: pointer;
    font-weight: 800;
}

.fngh-destroy-service p {
    max-width: 760px;
}

.fngh-destroy-service form {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.fngh-destroy-service label {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: var(--fngh-muted);
    font-size: 13px;
}

.fngh-destroy-service input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: #ef4444;
}

.fngh-destroy-service button.is-danger {
    border-color: color-mix(in srgb, #ef4444 72%, var(--fngh-border));
    background: color-mix(in srgb, #ef4444 13%, transparent);
    color: #ffd7d7;
}

@media (max-width: 720px) {
    .fngh-service-group-heading,
    .fngh-service-archive > summary {
        align-items: flex-start;
    }

    .fngh-service-facts--archive {
        grid-template-columns: 1fr !important;
    }
}
