/* GRPL theme override: CombatNL-inspired composition with GRPL-owned fonts, colors and assets. */
:root {
    color-scheme: dark;
    --theme-bg: var(--bg, #05070a);
    --theme-surface: var(--surface, #0f151b);
    --theme-text: var(--text, #f6f8f3);
    --theme-muted: #c2c8ce;
    --theme-line: rgba(246, 248, 243, 0.16);
    --theme-accent: var(--accent, #d8ff00);
    --theme-panel: rgba(15, 21, 27, 0.92);
    --theme-heading: var(--heading-font, "Titillium Web", Inter, ui-sans-serif, system-ui, sans-serif);
    --theme-support: var(--body-font, Inter, ui-sans-serif, system-ui, sans-serif);
    --theme-transform: var(--heading-transform, uppercase);
}

.theme-preset-grpl-energy {
    --theme-muted: #c2c8ce;
    --theme-panel: rgba(15, 21, 27, 0.92);
}

.theme-preset-crimson-cold {
    --theme-muted: #d0d7dd;
    --theme-panel: rgba(18, 23, 30, 0.94);
}

.theme-preset-mono-steel {
    --theme-muted: #c9cdd1;
    --theme-panel: rgba(14, 16, 18, 0.95);
}

html,
body {
    background: var(--theme-bg);
}

body {
    color: var(--theme-text);
    font-family: var(--theme-support);
}

.site-header {
    align-items: center;
    background: rgba(5, 7, 10, 0.96);
    border-bottom: 1px solid var(--theme-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 74px;
    padding: 14px clamp(18px, 4vw, 58px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-transparent {
    background: linear-gradient(180deg, rgba(5, 7, 10, 0.88), rgba(5, 7, 10, 0.18));
    position: absolute;
    width: 100%;
}

.brand-logo {
    display: block;
    height: auto;
    max-height: 42px;
    max-width: var(--logo-width, 118px);
    object-fit: contain;
    width: var(--logo-width, 118px);
}

.brand,
.site-nav,
.button,
.eyebrow,
h1,
h2,
h3,
.hero-meta-row,
.match-access,
.match-body strong,
.fighter-card strong,
.feature-list strong,
.split-heading a,
th,
dt {
    font-family: var(--theme-heading);
    font-weight: 600;
    letter-spacing: 0;
    text-transform: var(--theme-transform);
}

.site-nav {
    color: rgba(246, 248, 243, 0.78);
    font-size: 14px;
    gap: 18px;
}

.site-nav a {
    border-bottom: 2px solid transparent;
    padding: 8px 0;
}

.site-nav a:hover {
    border-color: var(--theme-accent);
    color: var(--theme-text);
}

h1 {
    font-size: clamp(52px, 7vw, 104px);
    line-height: 0.92;
    margin-bottom: 18px;
}

h2 {
    font-size: clamp(34px, 4.8vw, 64px);
    line-height: 0.96;
}

.archive-hero {
    background-color: #070b0f;
    background-position: center;
    background-size: cover;
    min-height: min(760px, calc(100vh - 74px));
    overflow: hidden;
    padding: clamp(82px, 10vw, 128px) clamp(18px, 4vw, 58px) clamp(64px, 7vw, 90px);
    position: relative;
}

.hero-compact {
    min-height: 560px;
}

.hero-medium {
    min-height: min(760px, calc(100vh - 74px));
}

.hero-tall {
    min-height: min(860px, calc(100vh - 74px));
}

.header-transparent + main .archive-hero {
    padding-top: clamp(118px, 12vw, 158px);
}

.archive-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.78) 42%, rgba(5, 7, 10, 0.22) 100%),
        linear-gradient(180deg, rgba(5, 7, 10, 0.08) 0%, rgba(5, 7, 10, 0.88) 100%);
    content: "";
    inset: 0;
    opacity: var(--hero-overlay, 0.78);
    position: absolute;
}

.archive-hero::after {
    background: linear-gradient(115deg, transparent 0 52%, color-mix(in srgb, var(--theme-accent) 55%, transparent) 52% 56%, transparent 56% 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.archive-hero__content {
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.eyebrow {
    color: var(--theme-accent);
    font-size: 14px;
    margin-bottom: 12px;
}

.hero-kicker {
    color: var(--theme-muted);
    font-family: var(--theme-support);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.48;
    max-width: 720px;
    text-transform: uppercase;
}

.hero-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0;
}

.hero-meta-row span {
    background: rgba(246, 248, 243, 0.09);
    border: 1px solid var(--theme-line);
    color: var(--theme-text);
    font-size: 14px;
    padding: 9px 12px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button {
    border: 1px solid var(--theme-line);
    border-radius: var(--button-radius, 2px);
    min-height: 46px;
    padding: 12px 18px;
}

.button.primary {
    background: var(--theme-accent);
    border-color: var(--theme-accent);
    color: var(--button-text, #05070a);
}

.button.secondary {
    background: rgba(246, 248, 243, 0.09);
    color: var(--theme-text);
}

.button.danger {
    background: #8d1111;
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.section,
.page-heading,
.admin-shell,
.watch-page,
.auth-shell,
.newsletter-band,
.fighter-profile {
    padding: clamp(36px, 5vw, 72px) clamp(18px, 4vw, 58px);
}

.section,
.page-heading,
.newsletter-band {
    border-top: 1px solid var(--theme-line);
}

.page-heading {
    background: linear-gradient(90deg, rgba(5, 7, 10, 0.98), rgba(15, 21, 27, 0.9));
}

.split-heading {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.split-heading .eyebrow {
    flex-basis: 100%;
    margin-bottom: 0;
}

.split-heading a {
    color: var(--theme-accent);
}

.match-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fighter-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.match-card,
.fighter-card,
.panel,
.auth-card,
.newsletter-form {
    background: var(--theme-panel);
    border: 1px solid var(--theme-line);
    border-radius: var(--card-radius, 2px);
}

.match-card {
    display: grid;
    overflow: hidden;
    position: relative;
    transition: border-color 160ms ease, transform 160ms ease;
}

.match-card::after {
    background: linear-gradient(135deg, transparent 0 72%, color-mix(in srgb, var(--theme-accent) 86%, transparent) 72% 100%);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 160ms ease;
}

.match-card:hover,
.fighter-card:hover {
    border-color: color-mix(in srgb, var(--theme-accent) 70%, transparent);
    box-shadow: none;
    transform: translateY(-2px);
}

.match-card:hover::after {
    opacity: 1;
}

.match-thumb {
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 72%, transparent), rgba(16, 24, 32, 0.95)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0 10px, transparent 10px 20px);
    color: #05070a;
    display: grid;
    font-family: var(--theme-heading);
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    place-items: center;
    text-transform: var(--theme-transform);
}

.match-thumb img {
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.match-card:hover .match-thumb img {
    transform: scale(1.035);
}

.match-body {
    display: grid;
    gap: 7px;
    min-height: 132px;
    padding: 16px;
}

.match-body strong {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1;
}

.match-access {
    color: var(--theme-accent);
    font-size: 12px;
}

.match-body small,
.fighter-card small,
.fighter-card span,
.page-heading p,
.panel p,
.match-panel p,
.newsletter-band p,
.about-band p,
.feature-list span,
.prose {
    color: var(--theme-muted);
}

.fighter-card {
    display: grid;
    gap: 10px;
    min-height: 150px;
    padding: 18px;
}

.fighter-card img {
    aspect-ratio: 1;
    border: 1px solid var(--theme-line);
    object-fit: cover;
    width: 100%;
}

.fighter-card strong {
    font-size: 28px;
    line-height: 1;
}

.about-band {
    background: #0a0f14;
    color: var(--theme-text);
    grid-template-columns: 1fr;
}

.about-band__intro {
    display: grid;
    gap: clamp(22px, 4vw, 52px);
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    align-items: center;
}

.feature-list strong,
.match-panel dt,
.fighter-profile dt {
    color: var(--theme-accent);
}

.stats-band {
    display: none;
}

label {
    color: var(--theme-muted);
    font-weight: 700;
    text-transform: uppercase;
}

input,
textarea,
select {
    background: #070b0f;
    border: 1px solid var(--theme-line);
    color: var(--theme-text);
}

input[type="color"] {
    min-height: 46px;
    padding: 3px;
}

input:not([type="button"]):not([type="submit"]),
textarea {
    text-transform: none;
}

th {
    background: #080c10;
    color: var(--theme-accent);
}

.maintenance-body {
    background: var(--theme-bg);
    color: var(--theme-text);
    font-family: var(--theme-support);
}

.maintenance-body::before {
    background: rgba(0, 0, 0, 0.66);
}

.maintenance-content h1 {
    font-family: var(--theme-heading);
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 600;
    line-height: 0.98;
    text-transform: var(--theme-transform);
}

.maintenance-content p {
    color: var(--theme-muted);
}

.maintenance-logo {
    color: var(--theme-accent);
    font-family: var(--theme-heading);
    font-weight: 600;
    text-transform: var(--theme-transform);
}

.spacing-compact .section,
.spacing-compact .page-heading,
.spacing-compact .newsletter-band,
.spacing-compact .watch-page,
.spacing-compact .fighter-profile,
.spacing-compact .admin-shell {
    padding-top: clamp(24px, 4vw, 48px);
    padding-bottom: clamp(24px, 4vw, 48px);
}

.spacing-spacious .section,
.spacing-spacious .page-heading,
.spacing-spacious .newsletter-band,
.spacing-spacious .watch-page,
.spacing-spacious .fighter-profile,
.spacing-spacious .admin-shell {
    padding-top: clamp(48px, 7vw, 96px);
    padding-bottom: clamp(48px, 7vw, 96px);
}

.settings-tabs {
    background: rgba(5, 7, 10, 0.72);
    border: 1px solid var(--theme-line);
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-bottom: 18px;
    position: sticky;
    top: 88px;
    z-index: 12;
}

.settings-tabs a {
    background: rgba(246, 248, 243, 0.06);
    color: var(--theme-text);
    font-family: var(--theme-heading);
    font-weight: 600;
    padding: 11px 13px;
    text-transform: var(--theme-transform);
}

.settings-tabs a:hover {
    background: var(--theme-accent);
    color: #05070a;
}

.settings-tabs a.is-active {
    background: var(--theme-accent);
    color: var(--button-text, #ffffff);
}

.settings-panel {
    display: none;
    scroll-margin-top: 150px;
}

.settings-panel.is-active {
    display: block;
}

.admin-body {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(141, 17, 17, 0.16), transparent 260px),
        var(--bg);
    color: var(--theme-text);
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(150px, 220px) 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 14px clamp(18px, 4vw, 44px);
    border-bottom: 1px solid rgba(246, 248, 243, 0.12);
    background: rgba(7, 9, 12, 0.94);
    backdrop-filter: blur(16px);
}

.admin-brand,
.admin-nav a {
    color: var(--theme-text);
    text-decoration: none;
}

.admin-brand {
    font-family: var(--theme-heading);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.admin-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-nav a {
    border: 1px solid rgba(246, 248, 243, 0.12);
    border-radius: 2px;
    padding: 8px 10px;
    color: var(--theme-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-nav a:hover {
    border-color: rgba(246, 248, 243, 0.32);
    color: var(--theme-text);
}

.admin-main {
    min-height: calc(100vh - 68px);
}

.admin-body .admin-shell {
    max-width: 1180px;
    padding-top: clamp(22px, 4vw, 44px);
    padding-bottom: clamp(36px, 5vw, 72px);
}

.admin-body .admin-title {
    align-items: flex-end;
    border-bottom: 1px solid rgba(246, 248, 243, 0.12);
    padding-bottom: 18px;
}

.admin-body .admin-title h1 {
    margin-bottom: 0;
}

.admin-body .panel,
.admin-body .auth-card {
    background: rgba(16, 21, 27, 0.88);
}

.admin-body .site-header,
.admin-body .site-footer {
    display: none;
}

.admin-logout {
    white-space: nowrap;
}

.admin-toolbar {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 18px;
}

.admin-toolbar label {
    min-width: min(420px, 100%);
}

.design-preview {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
}

.design-preview__hero,
.design-preview__card {
    border: 1px solid var(--theme-line);
    border-radius: var(--card-radius, 2px);
    padding: 20px;
}

.design-preview__hero {
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.96), rgba(5, 7, 10, 0.62)),
        linear-gradient(115deg, transparent 0 62%, color-mix(in srgb, var(--theme-accent) 40%, transparent) 62% 66%, transparent 66% 100%);
}

.design-preview__hero h3,
.design-preview__card strong {
    display: block;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1;
    margin-bottom: 10px;
}

.design-preview__hero p,
.design-preview__card small {
    color: var(--theme-muted);
}

.design-preview__card {
    background: var(--theme-panel);
}

.import-edit-cell {
    min-width: 320px;
}

.import-edit-cell input,
.import-edit-cell textarea,
td input {
    min-width: 160px;
}

.import-edit-cell textarea {
    min-height: 74px;
}

.about-media {
    margin: 0;
}

.about-media img {
    aspect-ratio: 4 / 3;
    border: 1px solid var(--theme-line);
    border-radius: var(--card-radius, 2px);
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.color-control {
    display: grid;
    gap: 8px;
    grid-template-columns: 58px minmax(0, 1fr);
    margin-top: 8px;
}

.color-control input {
    width: 100%;
}

.integration-status,
.quick-create-form {
    align-items: center;
    display: grid;
    gap: 12px;
}

.integration-status {
    grid-template-columns: minmax(120px, 0.25fr) minmax(220px, 1fr) max-content;
    margin-bottom: 18px;
}

.quick-create-form {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.form-help {
    color: var(--theme-muted);
    margin-top: -8px;
}

.admin-action-grid {
    align-items: stretch;
}

.admin-action-card {
    color: var(--theme-text);
    display: grid;
    gap: 10px;
    text-decoration: none;
}

.admin-action-card span {
    color: var(--theme-accent);
    font-family: var(--theme-heading);
    font-weight: 600;
}

.admin-action-card h2 {
    font-size: clamp(28px, 3vw, 42px);
}

.upload-preview {
    background: #070b0f;
    border-color: var(--theme-line);
}

.media-preview {
    display: grid;
    min-height: 160px;
    place-items: center;
}

.media-preview img,
.media-preview video {
    border: 1px solid var(--theme-line);
    display: block;
    max-height: 260px;
    max-width: 100%;
    object-fit: contain;
}

.favicon-preview img {
    image-rendering: auto;
    max-height: 48px;
    max-width: 48px;
}

.archive-hero__media {
    height: 100%;
    inset: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.archive-hero__media--frame {
    border: 0;
    height: 120%;
    left: -10%;
    top: -10%;
    width: 120%;
}

.player-shell iframe {
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    width: 100%;
}

.match-detail-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.match-detail-grid .wide {
    grid-column: 1 / -1;
}

.match-fighter-pair {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.match-fighter-profile {
    background: rgba(246, 248, 243, 0.06);
    border: 1px solid var(--theme-line);
    color: var(--theme-text);
    display: grid;
    gap: 10px;
    padding: 14px;
}

.match-fighter-profile img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.match-fighter-profile strong {
    font-family: var(--theme-heading);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-transform: var(--theme-transform);
}

.site-footer {
    border-top: 1px solid var(--theme-line);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(180px, 0.8fr) minmax(160px, 0.6fr) minmax(280px, 1fr);
    padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 58px);
}

.site-footer a,
.footer-socials a {
    color: var(--theme-text);
}

.footer-socials {
    display: grid;
    gap: 9px;
}

.footer-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-stats strong {
    color: var(--theme-accent);
    display: block;
    font-family: var(--theme-heading);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 600;
    line-height: 1;
    text-transform: var(--theme-transform);
}

.footer-stats span,
.match-fighter-profile span {
    color: var(--theme-muted);
}

@media (max-width: 900px) {
    .admin-topbar {
        grid-template-columns: 1fr;
        gap: 12px;
        position: static;
    }

    .admin-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .admin-nav a,
    .admin-logout {
        text-align: center;
        width: 100%;
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
        padding: 18px;
    }

    .site-nav {
        display: grid;
        grid-template-columns: repeat(4, max-content);
        gap: 14px;
        width: 100%;
    }

    h1 {
        font-size: clamp(44px, 15vw, 68px);
    }

    h2 {
        font-size: clamp(30px, 10vw, 48px);
    }

    .archive-hero {
        min-height: 620px;
        padding-top: 48px;
    }

    .archive-hero::after {
        background: linear-gradient(115deg, transparent 0 54%, color-mix(in srgb, var(--theme-accent) 42%, transparent) 54% 59%, transparent 59% 100%);
    }

    .about-band,
    .about-band__intro,
    .newsletter-band,
    .watch-page,
    .fighter-profile,
    .admin-grid,
    .columns,
    .match-grid,
    .fighter-grid,
    .form-grid,
    .design-preview,
    .integration-status,
    .quick-create-form,
    .match-detail-grid,
    .match-fighter-pair,
    .site-footer,
    .footer-stats {
        grid-template-columns: 1fr;
    }

    .settings-tabs {
        position: static;
    }
}

/* v0.4.2 live audit fixes. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

main,
section,
.admin-main,
.admin-shell,
.watch-page,
.match-panel,
.player-shell,
.panel,
.admin-form,
.form-grid,
.match-card,
.fighter-card {
    min-width: 0;
}

input,
textarea,
select,
button,
.button {
    max-width: 100%;
    min-width: 0;
}

h1,
h2,
h3,
.match-body strong,
.match-fighter-profile strong,
.admin-action-card h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

.watch-page {
    align-items: start;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    max-width: 100%;
}

.archive-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.8) 54%, rgba(5, 7, 10, 0.48) 100%),
        linear-gradient(180deg, rgba(5, 7, 10, 0.08) 0%, rgba(5, 7, 10, 0.9) 100%);
}

.match-panel h1 {
    font-size: clamp(38px, 5.2vw, 76px);
}

.player-shell {
    min-height: 0;
}

.match-detail-section {
    overflow: hidden;
}

.pagination-wrap {
    margin-top: 28px;
}

.pagination-wrap nav,
.admin-body nav[role="navigation"] {
    color: var(--theme-muted);
    font-family: var(--theme-heading);
    text-transform: uppercase;
}

.pagination-wrap svg,
.admin-body nav[role="navigation"] svg {
    height: 18px;
    width: 18px;
}

.admin-body nav[role="navigation"] > div,
.pagination-wrap nav > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-body nav[role="navigation"] a,
.admin-body nav[role="navigation"] span,
.pagination-wrap nav a,
.pagination-wrap nav span {
    border-color: var(--theme-line) !important;
    color: var(--theme-text) !important;
}

.site-footer {
    max-width: 100%;
}

@media (max-width: 900px) {
    .watch-page {
        grid-template-columns: 1fr;
    }

    .match-panel h1 {
        font-size: clamp(34px, 11vw, 50px);
        line-height: 1.02;
    }

    .admin-body .admin-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .admin-body .admin-title {
        align-items: stretch;
        display: grid;
        gap: 16px;
    }

    .admin-body .admin-title h1 {
        font-size: clamp(32px, 9vw, 44px);
        line-height: 1.05;
    }

    .admin-actions {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .settings-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .settings-tabs a {
        text-align: center;
    }

    .design-preview-panel {
        display: none;
    }

    .form-grid,
    .admin-grid,
    .match-grid,
    .fighter-grid,
    .site-footer,
    .footer-stats {
        grid-template-columns: 1fr;
    }

    .site-nav {
        grid-template-columns: repeat(3, max-content);
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .site-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .archive-hero,
    .section,
    .page-heading,
    .newsletter-band,
    .watch-page,
    .fighter-profile {
        padding-left: 16px;
        padding-right: 16px;
    }

    .archive-hero__content h1 {
        font-size: clamp(38px, 13vw, 50px);
    }

    .hero-actions {
        display: grid;
        width: 100%;
    }

    .button {
        width: 100%;
    }
}
