button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

*, body, html {
    box-sizing: border-box
}

* {
    outline: 0
}

body, html {
    height: 100%
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.showMobile, [hidden], template {
    display: none
}

.btn, .logo {
    display: flex
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.btn .link span, .logo .logoText, .text {
    font-family: Arial, sans-serif
}

summary {
    display: list-item
}

html, body {
    background: radial-gradient(120% 100% at 50% -10%, #ffe6c4, #ffd6a1) fixed;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.container {
    width: 100%;
    max-width: 700px;
    padding: 8px 12px;
    gap: 14px;
    display: flex;
    flex-direction: column;
}

audio {
    width: 100%;
}

.block {
    max-width: 700px;
}

.media {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.media img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1.4;
}

.media video {
    max-height: 400px;
    aspect-ratio: 0.55;
}

.microcopy {
    background: linear-gradient(180deg, #fff8ee, #ffe9cc);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    padding: 14px;
    text-align: center;
    line-height: 1.35;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
}

.microcopy strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
}

.microcopy p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #5a3200;
}

.share-row {
    display: grid;
    gap: 12px;
    align-items: stretch;
}

.btn {
    border: none;
    border-radius: 16px;
    padding: 14px 14px;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.btn svg {
    width: 18px;
    height: 18px;
    display: block;
}

.btn .label {
    flex: 1;
    text-align: center;
}

.btn .count {
    background: rgba(255, 255, 255, .95);
    color: #0f3e96;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 900;
    min-width: 48px;
    text-align: center;
}

.btn.fb {
    background: #1877F2;;
    justify-content: space-between;
    width: 100%;
}

.btn.wa {
    background: #25D366;
    text-decoration: none;
    display: none;
}

#fbCount {
    position: relative;
    height: 28px;
    width: 45px;
    overflow: hidden;
}

.fb-share-button {
    top: -8px;
    left: -24px;
    right: 0;
    width: 45px;
}

#shareFB {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}

.hidden{
    display: none !important;
}

.banner {
    display: none;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 122, 24, .22), rgba(255, 214, 161, .55));
    border: 1px dashed rgba(0, 0, 0, .15);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 26px rgba(0,0,0,.12);
}


.banner .kicker {
    font-size: 12px;
    color: #5a3200;
    opacity: .9;
    letter-spacing: .2px
}

.banner .headline {
    font-weight: 900;
    font-size: 18px
}

.cta-more {
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff7a18, #ffb224);
    color: #2a1500;
    text-decoration: none;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12)
}

/* hidden by default */
#safari-share-fallback { display: none; }

@supports (-webkit-backdrop-filter: none) and (not (backdrop-filter: none)) {
    /* Safari desktop only */
    #safari-share-fallback {
        display: -webkit-box;      /* OLD - Safari 3.1–6 */
        display: -webkit-flex;     /* Safari 6.1+ */
        display: -ms-flexbox;      /* IE 10 */
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-box-align: center; /* OLD syntax for Safari */
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: justify; /* OLD syntax for Safari */
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* simple styling */
#safari-share-fallback {
    font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    background: #fff7e6;
    border: 1px solid #ffd28c;
    padding: 12px 14px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
#safari-share-fallback p {
    margin: 0 0 12px 0;
    width: 100%;
}
#copy-link-btn {
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    background: #1877f2; /* Facebook-ish */
    color: #fff;
    width: 100%;
    text-align: center;
}
#copy-link-btn:active { transform: translateY(1px); }
#copy-status {
    font-weight: 600;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    width: 70px;
    height: 36px;
    text-align: center;
    left: calc(50% - 35px);
    top: calc(50% - 18px);
    color: #0a7a0a;
    position: absolute;
}

@media only screen and (max-width: 992px) {
    .btn.wa, .banner {
        display: flex;
    }

    .share-row {
        grid-template-columns: 0.8fr 1.2fr;
    }
}