/** 
* Theme Name: Viva ! 
* Template: shapely
*/

/*
Theme / Child theme style additions
Forum des Portugais de Suisse - version Bootstrap 3 compatible
Converted from the Figma/Tailwind proposal into plain CSS usable in WordPress.
*/

/* ---------------------------------------------------------
   1) Base générale
   --------------------------------------------------------- */

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    /*background: #020617;*/
    color: #e2e8f0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #a1152f;
    /*transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;*/
}

a:hover,
a:focus {
    color: #030303 !important;
    text-decoration: none;
}

::selection {
    /*background: rgba(250, 204, 21, .30);*/
    color: #030303;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #030303;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.025em;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 24px;
}

p {
    color: #333;
}

.lead {
    color: #333;
    font-size: 20px !important;
    line-height: 1.65;
}

.text-muted {
    color: #030303;
}

/* Option utile si le contenu WordPress est dans .entry-content */
.entry-content {
    color: #e2e8f0;
}

/* ---------------------------------------------------------
   2) Helpers visuels réutilisables
   --------------------------------------------------------- */

#site-navigation {
    /*background-color: #020617;*/
}

#site-navigation .nav-bar a {
    color: #030303;
    font-size: 16px;
}

#site-navigation .nav-bar li.lang-item-fr {
    margin-right: 0;
}

#site-navigation .nav-bar li.lang-item img {
    vertical-align: center !important;
    vertical-align: -moz-center-with-baseline !important;
}

.forum-site {
    /*background: #020617;*/
    color: #e2e8f0;
    overflow-x: hidden;
}

.forum-section {
    padding: 80px 0;
    /*background: #020617;*/
}

.forum-section-alt {
    /*background: #f8d4d4;*/
}

.forum-section-heading,
.forum-heading {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.forum-section-heading h2,
.forum-heading h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.forum-section-heading p,
.forum-heading p {
    margin-bottom: 0;
    color: #94a3b8;
}

.forum-kicker,
.forum-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 5px 25px;
    border: 1px solid #a1152f;
    border-radius: 999px;
    /*background: rgba(15, 23, 42, .82);*/
    color: #a1152f;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.forum-red {
    color: #a1152f;
}

.forum-gold {
    color: #a1152f;
}

.forum-card {
    /*background: #f8d4d4;*/
    border: 1px solid #a1152f;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .28);
}

.forum-card:hover {
    border-color: #334155;
}

/* ---------------------------------------------------------
   3) Navbar Bootstrap 3
   --------------------------------------------------------- */

.navbar,
.navbar.navbar-default,
.forum-navbar {
    min-height: 80px;
    margin-bottom: 0;
    /*background: rgba(2, 6, 23, .92);*/
    border: 0;
    border-bottom: 1px solid #a1152f;
    border-radius: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.admin-bar .navbar-fixed-top,
.admin-bar .forum-navbar.navbar-fixed-top {
    top: 32px;
}

.navbar .navbar-brand,
.navbar-default .navbar-brand,
.forum-navbar .navbar-brand {
    height: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #f8fafc;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #a1152f;
}

.forum-logo-mark {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 5px;
    /*background: #a1152f;*/
    color: #a1152f;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}

.navbar-default .navbar-nav>li>a,
.forum-navbar .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.forum-navbar .navbar-nav>li>a:hover,
.forum-navbar .navbar-nav>li>a:focus {
    /*background: transparent;*/
    color: #a1152f;
}

.navbar-default .navbar-toggle,
.forum-navbar .navbar-toggle {
    margin-top: 22px;
    border-color: #334155;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.forum-navbar .navbar-toggle:hover,
.forum-navbar .navbar-toggle:focus {
    /*background: #f8d4d4;*/
}

.navbar-default .navbar-toggle .icon-bar,
.forum-navbar .navbar-toggle .icon-bar {
    /*background: #f8fafc;*/
}

/* ---------------------------------------------------------
   4) Hero / accueil
   --------------------------------------------------------- */

.forum-hero {
    position: relative;
    display: table;
    width: 100%;
    min-height: 90vh;
    padding: 50px 0 90px;
    overflow: hidden;
    /*background-color: #020617;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;*/
    color: #030303;
}

.forum-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    /*background:
        radial-gradient(circle at 50% 25%, rgba(250, 204, 21, .12), transparent 32%),
        linear-gradient(135deg, rgba(2, 6, 23, .90), rgba(2, 6, 23, .78) 52%, rgba(127, 29, 29, .78));*/
    z-index: 1;
}

.forum-hero:after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: -180px;
    width: 480px;
    height: 480px;
    background: rgba(220, 38, 38, .20);
    transform: rotate(45deg);
    z-index: 1;
}

.forum-hero-inner {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: top;
}

.forum-hero-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.forum-hero h1 {
    margin: 0 0 24px;
    color: #030303;
    font-size: 64px;
    font-weight: 900;
    line-height: 1.03;
}

.forum-hero h1 .accent,
.forum-hero .accent {
    color: #a1152f;
    font-weight: bolder;
}

.forum-hero .lead,
.forum-hero p {
    color: #030303;
}

.forum-hero-meta {
    margin: 34px 0 42px;
    color: #030303;
    font-size: 20px;
}

.forum-hero-meta span,
.forum-hero-meta-item {
    display: inline-block;
    margin: 0 16px 12px;
    vertical-align: middle;
}

.forum-hero-meta i,
.forum-hero-meta .fa {
    margin-right: 8px;
    color: #a1152f;
}

/* ---------------------------------------------------------
   5) Boutons Bootstrap
   --------------------------------------------------------- */

.btn {
    border-radius: 6px;
    font-weight: 800;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn-lg {
    padding: 13px 26px;
    font-size: 18px;
}

#download-flyer {
    font-size: 20px;
}

.btn-primary,
.btn-forum-primary {
    background: #a1152f;
    border-color: #a1152f;
    color: #fff;
}

.btn:focus,
.btn:visited,
.btn-primary:focus,
.btn-primary:active,
.btn-forum-primary:visited,
.btn-primary:visited,
.btn-forum-primary:focus,
.btn-forum-primary:active {
    background: #a1152f !important;
    border-color: #a1152f !important;
    color: #fff;
}

.btn-primary:hover,
.btn-forum-primary:hover,
.btn:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #a1152f;
}

.btn-default,
.btn-forum-secondary {
    background: #a1152f;
    border-color: #334155;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-forum-secondary:hover,
.btn-forum-secondary:focus {
    background: #334155;
    border-color: #475569;
    color: #030303;
}

.btn-forum-outline {
    background: transparent;
    border: 1px solid #a1152f !important;
    color: #a1152f !important;
}

.btn-forum-outline:hover,
.btn-forum-outline:hover:visited,
.btn-forum-outline:focus,
.btn-forum-outline:focus:visited {
    background: #a1152f;
    border-color: #a1152f;
    color: #020617;
}

.btn .fa,
.btn i {
    margin-right: 8px;
}

/* ---------------------------------------------------------
   6) Programme / panels Bootstrap / accordéons
   --------------------------------------------------------- */

.forum-band-title {
    padding: 42px 0;
    margin-bottom: 42px;
    background: #f8d4d4;
    border-top: 1px solid #a1152f;
    border-bottom: 1px solid #a1152f;
    text-align: center;
}

.forum-band-title h2 {
    margin: 0;
    color: #030303;
}

.forum-schedule {
    max-width: 820px;
    margin: 0 auto;
}

.panel-forum,
.forum-schedule .panel {
    background: #f8d4d4;
    border: 1px solid #a1152f;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .20);
    overflow: hidden;
}

.panel-forum:hover,
.forum-schedule .panel:hover {
    border-color: #334155;
}

.panel-forum>.panel-heading,
.forum-schedule .panel-heading {
    padding: 0;
    background: #f8d4d4;
    border-color: #a1152f;
    color: #030303;
}

.panel-forum>.panel-heading a,
.panel-forum>.panel-heading button,
.forum-schedule-toggle {
    display: block;
    width: 100%;
    padding: 20px;
    background: transparent;
    border: 0;
    color: #030303;
    text-align: left;
}

.panel-forum>.panel-heading a:hover,
.panel-forum>.panel-heading a:focus,
.panel-forum>.panel-heading button:hover,
.panel-forum>.panel-heading button:focus,
.forum-schedule-toggle:hover,
.forum-schedule-toggle:focus {
    background: #f8d4d4;
    color: #030303;
    outline: none;
}

.panel-forum .panel-title .program-panel__heading-main .program-panel__icon {
    margin-right: 10px;
}

.panel-forum .panel-title,
.forum-schedule .panel-title {
    color: #030303;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.panel-forum .panel-body,
.forum-schedule .panel-body {
    background: #f8d4d4;
    border-top: 1px solid #a1152f;
    color: #030303;
    padding: 20px;
}

.forum-time,
.panel-forum .forum-time {
    display: inline;
    margin-right: 25px;
    margin-bottom: 8px;
    padding: 5px 11px;
    border-radius: 5px;
    color: #a1152f;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.forum-time .fa,
.forum-time svg,
.forum-time i {
    margin-right: 5px;
}

.forum-speaker-grid {
    margin-top: 15px;
}

.forum-speaker-card {
    min-height: 92px;
    margin-bottom: 15px;
    padding: 14px;
    background: #020617;
    border: 1px solid #a1152f;
    border-radius: 7px;
}

.forum-speaker-avatar {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    border-radius: 50%;
    background: #a1152f;
    color: #94a3b8;
    line-height: 42px;
    text-align: center;
}

.forum-speaker-name {
    color: #030303;
    font-weight: 800;
}

.forum-speaker-role {
    color: #a1152f;
    font-size: 14px;
}

.forum-speaker-org {
    color: #94a3b8;
    font-size: 14px;
}

/* ---------------------------------------------------------
   7) Cards / affiches / contenus
   --------------------------------------------------------- */

.forum-info-card,
.forum-poster-card,
.forum-feature-card {
    margin-bottom: 30px;
    background: #f8d4d4;
    border: 1px solid #a1152f;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .26);
    overflow: hidden;
}

.forum-info-card {
    min-height: 220px;
    padding: 28px;
    text-align: center;
}

.forum-info-card i,
.forum-info-card .fa {
    display: inline-block;
    margin-bottom: 16px;
    color: #a1152f;
    font-size: 34px;
}

.forum-info-card h3,
.forum-poster-card h3,
.forum-feature-card h3 {
    margin-top: 0;
    color: #030303;
}

.forum-info-card p,
.forum-poster-card p,
.forum-feature-card p {
    color: #94a3b8;
}

.forum-poster-card img {
    display: block;
    width: 100%;
}

.forum-poster-card-content,
.forum-poster-content,
.forum-feature-card-content {
    padding: 22px;
}

.thumbnail.forum-thumbnail {
    padding: 6px;
    background: #f8d4d4;
    border: 1px solid #a1152f;
    border-radius: 10px;
}

.thumbnail.forum-thumbnail .caption {
    color: #030303;
}

/* ---------------------------------------------------------
   8) Jumbotron Bootstrap
   --------------------------------------------------------- */

.jumbotron.forum-jumbotron,
.forum-site .jumbotron {
    margin-bottom: 0;
    padding: 54px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .97), rgba(2, 6, 23, .96) 55%, rgba(127, 29, 29, .82));
    border: 1px solid #a1152f;
    border-radius: 12px;
    color: #030303;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.jumbotron.forum-jumbotron h1,
.jumbotron.forum-jumbotron h2,
.forum-site .jumbotron h1,
.forum-site .jumbotron h2 {
    color: #030303;
}

.jumbotron.forum-jumbotron p,
.forum-site .jumbotron p {
    color: #030303;
}

/* ---------------------------------------------------------
   9) Formulaires WordPress / WPForms / Bootstrap forms
   --------------------------------------------------------- */

.forum-form-card,
.wpforms-container.forum-form,
.forum-site .wpforms-container,
.forum-site form {
    background: #f8d4d4;
    border: 1px solid #a1152f;
    border-radius: 10px;
}

.forum-form-card,
.forum-site .wpforms-container {
    padding: 30px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .32);
}

.forum-form-card h3,
.forum-site .wpforms-title {
    margin-top: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #a1152f;
    color: #a1152f;
}

.form-control,
.forum-site input[type="text"],
.forum-site input[type="email"],
.forum-site input[type="tel"],
.forum-site input[type="number"],
.forum-site input[type="url"],
.forum-site select,
.forum-site textarea,
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container select,
.wpforms-container textarea {
    height: auto;
    min-height: 44px;
    padding: 10px 13px;
    background: #020617;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #030303;
    box-shadow: none;
}

.form-control:focus,
.forum-site input:focus,
.forum-site select:focus,
.forum-site textarea:focus,
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    border-color: #a1152f;
    box-shadow: 0 0 0 1px rgba(250, 204, 21, .45);
    outline: none;
}

label,
.control-label,
#primary .wpforms-container .wpforms-field-label,
#primary .wpforms-container .wpforms-field-sublabel {
    color: #030303;
    font-weight: 700;
}

.wpforms-container .wpforms-required-label {
    color: #a1152f;
}

.wpforms-submit,
.wpforms-container button[type="submit"],
#primary .wpforms-container .wpforms-submit-container button[type="submit"],
.forum-site input[type="submit"] {
    display: inline-block;
    padding: 12px 24px;
    background-color: #a1152f;
    border: 1px solid #a1152f;
    border-radius: 6px;
    color: #fff;
    height: auto;
    font-weight: 800;
    line-height: 1.4;
    box-shadow: 0 12px 28px rgba(220, 38, 38, .22);
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.wpforms-submit:hover,
.wpforms-submit:focus,
.wpforms-container button[type="submit"]:hover,
.wpforms-container button[type="submit"]:focus,
.forum-site input[type="submit"]:hover,
.forum-site input[type="submit"]:focus {
    background: #a1152f;
    border-color: #a1152f;
    color: #030303;
    transform: translateY(-1px);
}

/* ---------------------------------------------------------
   10) Informations pratiques / carte
   --------------------------------------------------------- */

.forum-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forum-info-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px;
}

.forum-info-icon {
    position: absolute;
    top: 2px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(220, 38, 38, .12);
    color: #ef4444;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
}

.forum-info-item h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #030303;
}

.forum-info-item p {
    color: #94a3b8;
}

.forum-map-card {
    position: relative;
    min-height: 400px;
    padding: 8px;
    background: #f8d4d4;
    border: 1px solid #a1152f;
    border-radius: 10px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .32);
    overflow: hidden;
}

.forum-map-card iframe,
.forum-map-card img {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 7px;
    object-fit: cover;
}

.forum-map-placeholder {
    position: absolute;
    inset: 8px;
    display: table;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background: rgba(2, 6, 23, .62);
    color: #64748b;
    text-align: center;
    z-index: 2;
}

.forum-map-placeholder-inner {
    display: table-cell;
    vertical-align: middle;
}

/* ---------------------------------------------------------
   11) Footer / soutiens
   --------------------------------------------------------- */

.site-footer,
.forum-footer {
    padding: 60px 0 30px;
    background: #f8d4d4;
    border-top: 1px solid #a1152f;
    color: #94a3b8;
}

.forum-footer h3,
.forum-footer h4,
.site-footer h3,
.site-footer h4 {
    color: #030303;
}

.forum-footer a,
.site-footer a {
    color: #94a3b8;
}

.forum-footer a:hover,
.site-footer a:hover {
    color: #a1152f;
}

.forum-footer-nav {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.forum-footer-nav li {
    display: inline-block;
    margin: 0 12px 10px;
}

.forum-footer-nav a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.forum-partners,
.forum-sponsors {
    padding: 28px;
    background: #030303;
    border-radius: 10px;
    text-align: center;
}

.forum-partners img,
.forum-sponsors img {
    display: inline-block;
    max-height: 58px;
    width: auto;
    margin: 10px 18px;
    opacity: .82;
    filter: grayscale(100%);
    transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.forum-partners img:hover,
.forum-sponsors img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-1px);
}

.forum-lang-switcher {
    display: inline-block;
    padding: 4px;
    background: #f8d4d4;
    border: 1px solid #a1152f;
    border-radius: 6px;
}

.forum-lang-switcher a,
.forum-lang-switcher button,
.lang-item a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 800;
}

.forum-lang-switcher a:hover,
.forum-lang-switcher a.active,
.forum-lang-switcher button:hover,
.forum-lang-switcher button.active,
.current-lang a {
    background: #f8d4d4;
    color: #a1152f;
}

/* ---------------------------------------------------------
   12) Compatibilité Bootstrap / WordPress divers
   --------------------------------------------------------- */

.well,
.forum-site .well {
    background: #f8d4d4;
    border-color: #a1152f;
    color: #030303;
}

.alert-info {
    background: rgba(250, 204, 21, .10);
    border-color: rgba(250, 204, 21, .30);
    color: #fde68a;
}

.alert-danger {
    background: rgba(220, 38, 38, .12);
    border-color: rgba(220, 38, 38, .35);
    color: #fecaca;
}

.table>thead>tr>th {
    border-bottom-color: #334155;
    color: #030303;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top-color: #a1152f;
}

hr {
    border-top-color: #a1152f;
}

/* ---------------------------------------------------------
   13) Responsive Bootstrap 3
   --------------------------------------------------------- */

@media (max-width: 991px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 32px;
    }

    .forum-hero h1 {
        font-size: 54px;
    }

    .forum-section {
        padding: 64px 0;
    }
}

@media (max-width: 782px) {

    .admin-bar .navbar-fixed-top,
    .admin-bar .forum-navbar.navbar-fixed-top {
        top: 46px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    .lead {
        font-size: 18px;
    }

    .navbar,
    .navbar.navbar-default,
    .forum-navbar {
        min-height: 64px;
    }

    .navbar .navbar-brand,
    .navbar-default .navbar-brand,
    .forum-navbar .navbar-brand {
        height: 64px;
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 20px;
    }

    .navbar-default .navbar-nav>li>a,
    .forum-navbar .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar-default .navbar-toggle,
    .forum-navbar .navbar-toggle {
        margin-top: 15px;
    }

    .forum-hero {
        min-height: auto;
        padding: 96px 0 68px;
        background-attachment: scroll;
    }

    .forum-hero h1 {
        font-size: 39px;
    }

    .forum-hero-meta {
        font-size: 17px;
    }

    .forum-hero-meta span,
    .forum-hero-meta-item {
        display: block;
        margin: 0 0 12px;
    }

    .forum-section {
        padding: 52px 0;
    }

    .forum-band-title {
        padding: 32px 0;
        margin-bottom: 32px;
    }

    .jumbotron.forum-jumbotron,
    .forum-site .jumbotron {
        padding: 32px 24px;
    }

    .btn-lg,
    .forum-hero .btn {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .forum-info-item {
        padding-left: 0;
    }

    .forum-info-icon {
        position: static;
        margin-bottom: 12px;
    }

    .forum-map-card,
    .forum-map-card iframe,
    .forum-map-card img {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .forum-hero h1 {
        font-size: 34px;
    }

    .forum-kicker,
    .forum-badge {
        font-size: 11px;
        letter-spacing: .10em;
    }

    .forum-form-card,
    .forum-site .wpforms-container {
        padding: 22px;
    }
}