/*
Template base: provided website template
Adaptation: AquaPuzzle Guide, independent Fishdom informational fan guide
*/

:root {
    --aqua: #29d9d0;
    --turquoise: #00a7bf;
    --deep-blue: #06304f;
    --reef-blue: #0b5170;
    --coral: #ff7a59;
    --sand: #f4d8a8;
    --white: #ffffff;
    --ink: #09243a;
    --muted: #b9d5df;
    --panel: rgba(255, 255, 255, 0.08);
    --panel-strong: rgba(255, 255, 255, 0.14);
    --border: rgba(255, 255, 255, 0.18);
    --shadow: 0 18px 55px rgba(0, 39, 68, 0.28);
    --container-max: 1120px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: "Outfit", Arial, sans-serif;
    color: var(--white);
    background:
        linear-gradient(180deg, rgba(6, 48, 79, 0.82), rgba(6, 48, 79, 0.95)),
        linear-gradient(135deg, var(--deep-blue), #0b6f82 52%, #094b72);
    line-height: 1.6;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 68px),
        linear-gradient(180deg, rgba(41, 217, 208, 0.12), transparent 42%, rgba(244, 216, 168, 0.08));
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.oOaeWhe2fc,
.BOnWyh,
.ULpjXvzC8,
.nDe4CFlBZ,
.pZ9b5c,
.IGuxLe,
.zmOm71tg,
.deBXgpstp {
    width: min(100% - 2rem, var(--container-max));
    margin-inline: auto;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    padding: 1rem;
    background: rgba(5, 31, 51, 0.82);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(18px);
}

.UFTXNejLKEt {
    width: min(100%, var(--container-max));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.jEQ923 {
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 1.9rem;
    line-height: 0.95;
    letter-spacing: 0;
    color: var(--white);
    text-decoration: none;
}

.jEQ923 span {
    display: block;
    margin-top: 0.15rem;
    font-family: "Space Mono", Consolas, monospace;
    font-size: 0.68rem;
    line-height: 1.2;
    color: var(--sand);
}

.zCGpHeBUV {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    list-style: none;
}

.zCGpHeBUV a,
.EeGYCT a {
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.zCGpHeBUV a:hover,
.zCGpHeBUV a.active,
.EeGYCT a:hover,
.EeGYCT a.active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}

.nuYZFc,
.btn,
.Fcn444ChEv,
.wrjZY4z5 button,
.cxRLouX {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0.72rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: var(--ink);
    background: linear-gradient(135deg, var(--sand), var(--coral));
    font: 700 0.86rem "Space Mono", Consolas, monospace;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(255, 122, 89, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.nuYZFc:hover,
.btn:hover,
.Fcn444ChEv:hover,
.wrjZY4z5 button:hover,
.cxRLouX:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 18px 36px rgba(255, 122, 89, 0.28);
}

.eQfLCj,
.wrjZY4z5 .dKra90mpe {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.lFNNwOdTO {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.lFNNwOdTO span {
    display: block;
    width: 1.2rem;
    height: 2px;
    margin: 0.28rem auto;
    background: var(--white);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.lFNNwOdTO.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.lFNNwOdTO.active span:nth-child(2) {
    opacity: 0;
}

.lFNNwOdTO.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.EeGYCT {
    position: absolute;
    top: calc(100% + 1px);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(5, 31, 51, 0.96);
    box-shadow: var(--shadow);
}

.EeGYCT.active {
    display: flex;
}

.b1jHhrefN,
.pCTAIy {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: 8.5rem 1rem 5rem;
    overflow: hidden;
    isolation: isolate;
}

.b1jHhrefN {
    background:
        linear-gradient(90deg, rgba(4, 29, 49, 0.9), rgba(4, 29, 49, 0.55) 55%, rgba(4, 29, 49, 0.28)),
        url("../nuLcOJM6U/Dr2uJTu.jpg") center / cover no-repeat;
}

.pCTAIy {
    min-height: 54vh;
    background:
        linear-gradient(90deg, rgba(4, 29, 49, 0.92), rgba(4, 29, 49, 0.52)),
        url("../nuLcOJM6U/au4uBMW.jpg") center / cover no-repeat;
}

.b1jHhrefN::after,
.pCTAIy::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28%;
    background: linear-gradient(180deg, transparent, rgba(6, 48, 79, 0.92));
    z-index: -1;
}

.fSd3uLFG8,
.pCTAIy .deBXgpstp {
    width: min(100% - 2rem, var(--container-max));
    margin-inline: auto;
}

.GpytSJS {
    max-width: 670px;
}

.nzfdCeluTnx,
.Cs1Gyaxr2 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.42rem 0.86rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--sand);
    background: rgba(255, 255, 255, 0.08);
    font: 700 0.78rem "Space Mono", Consolas, monospace;
}

.b1jHhrefN h1,
.pCTAIy h1 {
    max-width: 760px;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 5.8rem;
    line-height: 0.95;
    letter-spacing: 0;
    text-wrap: balance;
}

.b1jHhrefN h1 span,
.pCTAIy h1 span,
.z0YmDg6 span {
    color: var(--aqua);
}

.DHXcbgn5,
.pCTAIy p,
.UfwpHEBpWq,
.JnhspAX,
.t325iKeS,
.ozOGORC,
.kHP4u9Z p,
.kHP4u9Z li,
.r3A58GrARpj {
    color: var(--muted);
}

.DHXcbgn5 {
    max-width: 620px;
    margin-top: 1.2rem;
    font-size: 1.2rem;
}

.mbsJBMAFq {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.NgsTTMqz {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 620px;
    margin-top: 2.5rem;
}

.stat {
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.OUZH6vwu {
    display: block;
    color: var(--sand);
    font: 700 1.4rem "Space Mono", Consolas, monospace;
}

.UrvHLbyF8 {
    display: block;
    margin-top: 0.15rem;
    color: var(--muted);
    font-size: 0.88rem;
}

.QnVcnlim7uX,
.D34zgFQ5FSe,
.xccUSf,
.jvfBvmdKem7,
.bUvuXycl,
.mJe4kr,
.OhretNtN,
.oN9RdzIXL {
    padding: 5.5rem 0;
}

.xaffjjd9G,
.ndscdzy {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.z0YmDg6 {
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
}

.UfwpHEBpWq {
    max-width: 640px;
    margin-top: 0.65rem;
    font-size: 1.05rem;
}

.RZORLG7 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.filter-tab {
    min-height: 2.3rem;
    padding: 0.5rem 0.8rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.filter-tab:hover,
.filter-tab.active {
    color: var(--ink);
    background: var(--sand);
    transform: translateY(-1px);
}

.urXPzL2IBf6,
.k5c4BM,
.kxFwg0Us3NM,
.D8UDYXQMe5p {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.gallery-item,
.feature-card,
.price-card,
.article-card,
.F6tVOE,
.fgyBWl4a14 {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.gallery-item {
    min-height: 340px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(3, 25, 42, 0.88));
}

.gallery-item:hover img {
    transform: scale(1.04);
    filter: saturate(1.08);
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(4) {
    grid-column: span 2;
}

.JOgd3O3R {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}

.JOgd3O3R h3,
.QlEJJXB8Znc,
.rOYsZ9jIm,
.article-card h3,
.RA4gpCN,
.fgyBWl4a14 h3,
.F6tVOE h2,
.F6tVOE h3 {
    color: var(--white);
    font-size: 1.22rem;
    line-height: 1.25;
}

.item-prompt {
    margin-top: 0.35rem;
    color: var(--muted);
}

.item-style,
.vOIGbl6 {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    color: var(--ink);
    background: var(--sand);
    font: 700 0.72rem "Space Mono", Consolas, monospace;
}

.feature-card,
.price-card,
.article-card,
.fgyBWl4a14,
.F6tVOE {
    padding: 1.35rem;
}

.feature-card.highlight,
.price-card.pJpbrTr,
.article-card.cpB9b1xuTJc {
    background: linear-gradient(180deg, rgba(41, 217, 208, 0.18), rgba(255, 122, 89, 0.1));
}

.PAeEGQw,
.tOLJV89rD {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--sand);
    font: 700 0.82rem "Space Mono", Consolas, monospace;
}

.dTwUuLfxf {
    width: 2.9rem;
    height: 2.9rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    color: var(--ink);
    background: linear-gradient(135deg, var(--aqua), var(--sand));
}

.dTwUuLfxf svg {
    width: 1.45rem;
    height: 1.45rem;
    stroke-width: 2;
}

.JnhspAX,
.article-card p,
.price-card p {
    margin-top: 0.65rem;
}

.tdpQSKr {
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.oWaT2m {
    display: block;
    color: var(--coral);
    font: 700 1.35rem "Space Mono", Consolas, monospace;
}

.NC7KZ7ftB8k {
    color: var(--muted);
    font-size: 0.88rem;
}

.OOp6ggK {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.how-step {
    padding: 1.35rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.Jw7AxY6JYvU {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    color: var(--ink);
    background: var(--sand);
    font: 700 0.9rem "Space Mono", Consolas, monospace;
}

.price-card ul,
.article-card ul,
.kHP4u9Z ul {
    list-style: none;
    margin-top: 1rem;
}

.price-card li,
.article-card li,
.kHP4u9Z li {
    position: relative;
    padding-left: 1.25rem;
    margin-top: 0.5rem;
}

.price-card li::before,
.article-card li::before,
.kHP4u9Z li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: var(--aqua);
}

.TWRVzKAR {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: center;
}

.TWRVzKAR img,
.article-card img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.TWRVzKAR img {
    min-height: 360px;
    max-height: 480px;
}

.RqEIVU {
    display: grid;
    gap: 0.8rem;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border: 0;
    color: var(--white);
    background: transparent;
    font: 700 1rem "Outfit", Arial, sans-serif;
    text-align: left;
    cursor: pointer;
}

.faq-question::after {
    content: "+";
    flex: 0 0 auto;
    width: 1.8rem;
    height: 1.8rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--sand);
    font: 700 1.05rem "Space Mono", Consolas, monospace;
}

.faq-item.open .faq-question::after {
    content: "-";
}

.xWcPC5cgL5 {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease;
}

.xWcPC5cgL5 p {
    overflow: hidden;
    padding: 0 1.2rem;
    color: var(--muted);
}

.faq-item.open .xWcPC5cgL5 {
    grid-template-rows: 1fr;
}

.faq-item.open .xWcPC5cgL5 p {
    padding-bottom: 1.1rem;
}

.OhretNtN,
.oN9RdzIXL {
    background: rgba(255, 255, 255, 0.055);
}

.sIE1iCCH {
    padding: 1.35rem;
    border: 1px solid rgba(244, 216, 168, 0.4);
    border-radius: 8px;
    background: rgba(244, 216, 168, 0.1);
}

.sIE1iCCH strong {
    color: var(--sand);
}

.mJe4kr {
    padding-top: 4.5rem;
}

.KlGdprqqL {
    display: grid;
    gap: 1rem;
}

.kHP4u9Z {
    display: grid;
    gap: 1.25rem;
}

.kHP4u9Z h2 {
    margin-bottom: 0.35rem;
    color: var(--white);
    font-size: 1.35rem;
}

.EA43dX {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1rem;
    align-items: start;
}

.ZoXqNKSOS3M {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.ZoXqNKSOS3M a {
    color: var(--sand);
    text-decoration: none;
}

.UKLMhrc {
    display: grid;
    gap: 1rem;
}

.YH9UMRYGkt {
    display: grid;
    gap: 0.42rem;
}

.YH9UMRYGkt label {
    color: var(--white);
    font-weight: 700;
}

.YH9UMRYGkt input,
.YH9UMRYGkt textarea {
    width: 100%;
    min-height: 3rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    font: 500 1rem "Outfit", Arial, sans-serif;
    outline: none;
}

.YH9UMRYGkt textarea {
    min-height: 9rem;
    resize: vertical;
}

.YH9UMRYGkt input:focus,
.YH9UMRYGkt textarea:focus {
    border-color: var(--aqua);
    box-shadow: 0 0 0 3px rgba(41, 217, 208, 0.18);
}

.N3LlV83,
.form-status {
    min-height: 1.2rem;
    color: var(--sand);
    font-size: 0.9rem;
}

.form-status.success {
    color: #98f0c1;
}

.OJOJHQ4U {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: none;
    place-items: center;
    padding: 1rem;
}

.OJOJHQ4U.active {
    display: grid;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 17, 31, 0.84);
}

.mcVTKeXz {
    position: relative;
    z-index: 1;
    width: min(92vw, 760px);
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #062d49;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.iPX0ZQFK1V {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--white);
    background: rgba(5, 31, 51, 0.76);
    cursor: pointer;
}

.UEiC3r {
    width: 100%;
    max-height: 62vh;
    object-fit: cover;
}

.sGxaeSuV8c {
    padding: 1.2rem;
}

.xxNSn1LnNu {
    color: var(--white);
    font-weight: 700;
}

.RxDN7qLh {
    display: inline-flex;
    margin-top: 0.7rem;
    color: var(--sand);
}

footer {
    padding: 4.5rem 0 2rem;
    border-top: 1px solid var(--border);
    background: rgba(3, 25, 42, 0.7);
}

.ZAHslWFD {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    gap: 2rem;
}

.ozOGORC {
    margin-top: 1rem;
}

.pCAQVmbe h4,
.NLnRCmZ5NB h4 {
    margin-bottom: 0.8rem;
    color: var(--sand);
    font-size: 1rem;
}

.pCAQVmbe ul {
    list-style: none;
}

.pCAQVmbe li {
    margin-top: 0.45rem;
}

.pCAQVmbe a,
.NLnRCmZ5NB a {
    color: var(--muted);
    text-decoration: none;
}

.pCAQVmbe a:hover,
.NLnRCmZ5NB a:hover {
    color: var(--white);
}

.m1fnH23Wgth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.6rem;
    padding-top: 1.3rem;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: 0.92rem;
}

.xkE428 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.xkE428 a {
    color: var(--sand);
    text-decoration: none;
}

.ICqZPYFL5hd {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 250;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(calc(100% - 2rem), 980px);
    margin-inline: auto;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(5, 31, 51, 0.96);
    box-shadow: var(--shadow);
}

.ICqZPYFL5hd.visible {
    display: flex;
}

.ICqZPYFL5hd p {
    color: var(--muted);
}

.wrjZY4z5 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    flex: 0 0 auto;
}

.wrjZY4z5 a {
    display: inline-flex;
    align-items: center;
    min-height: 2.65rem;
    color: var(--sand);
    text-decoration: none;
}

@media (max-width: 980px) {
    .zCGpHeBUV,
    .UFTXNejLKEt > .nuYZFc {
        display: none;
    }

    .lFNNwOdTO {
        display: block;
    }

    .b1jHhrefN h1,
    .pCTAIy h1 {
        font-size: 4.3rem;
    }

    .xaffjjd9G,
    .ndscdzy {
        align-items: start;
        flex-direction: column;
    }

    .urXPzL2IBf6,
    .k5c4BM,
    .kxFwg0Us3NM,
    .D8UDYXQMe5p,
    .OOp6ggK,
    .EA43dX,
    .TWRVzKAR,
    .ZAHslWFD {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item:nth-child(1),
    .gallery-item:nth-child(4) {
        grid-column: span 1;
    }

    .ZAHslWFD {
        gap: 1.5rem;
    }
}

@media (max-width: 680px) {
    nav {
        padding: 0.8rem;
    }

    .jEQ923 {
        font-size: 1.55rem;
    }

    .b1jHhrefN,
    .pCTAIy {
        min-height: 82vh;
        padding: 7rem 1rem 4rem;
    }

    .b1jHhrefN h1,
    .pCTAIy h1 {
        font-size: 3.35rem;
    }

    .DHXcbgn5 {
        font-size: 1.05rem;
    }

    .NgsTTMqz,
    .urXPzL2IBf6,
    .k5c4BM,
    .kxFwg0Us3NM,
    .D8UDYXQMe5p,
    .OOp6ggK,
    .EA43dX,
    .TWRVzKAR,
    .ZAHslWFD {
        grid-template-columns: 1fr;
    }

    .QnVcnlim7uX,
    .D34zgFQ5FSe,
    .xccUSf,
    .jvfBvmdKem7,
    .bUvuXycl,
    .mJe4kr,
    .OhretNtN,
    .oN9RdzIXL {
        padding: 3.8rem 0;
    }

    .z0YmDg6 {
        font-size: 2.45rem;
    }

    .gallery-item,
    .gallery-item img {
        min-height: 280px;
    }

    .m1fnH23Wgth,
    .ICqZPYFL5hd {
        align-items: start;
        flex-direction: column;
    }

    .wrjZY4z5 {
        width: 100%;
    }

    .wrjZY4z5 button,
    .wrjZY4z5 a {
        flex: 1 1 auto;
    }
}
