:root {
    --bg: #ffffff;
    --panel: #ffffff;
    --panel-soft: #f4f4f4;
    --text: #555555;
    --muted: #666666;
    --accent: #c02cbc;
    --danger: #c0392b;
    --success: #2e8b57;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--bg);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.85;
}

a {
    color: var(--accent);
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 136px;
    padding: 0 30px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.site-footer {
    padding: 2rem 30px;
    color: #8a8a8a;
    background: #fff;
    text-align: center;
}

.site-footer .footer-admin-link,
.site-footer .footer-admin-link:visited,
.site-footer .footer-admin-link:hover,
.site-footer .footer-admin-link:focus,
.site-footer .footer-admin-link:active {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand img {
    display: block;
    width: 255px;
    max-width: 34vw;
    height: auto;
}

.nav-toggle {
    display: none;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.site-nav a,
.nav-dropdown-trigger,
.nav-toggle {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.site-nav > a:first-child,
.nav-dropdown-trigger {
    color: #c02cbc;
}

.nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-trigger span {
    display: block;
    font-size: 14px;
    line-height: 1;
    transform: translateY(1px);
}

.nav-dropdown-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 16px);
    left: 0;
    display: none;
    min-width: 225px;
    background: #fff;
    border-top: 3px solid #26b8ff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.nav-dropdown.is-open .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu a {
    display: block;
    padding: 11px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
    color: #c02cbc;
    background: #fafafa;
}

.page-title-band {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    background: #f5f5f5;
    border-bottom: 1px solid #ececec;
}

.page-title-band h1 {
    margin: 0;
    color: #444;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
}

.content-card,
.login-panel {
    background: var(--panel);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 28px 30px;
    margin: 0 auto 1.5rem;
    max-width: 1180px;
}

.public-shell .content-card > h1 {
    display: none;
}

.public-shell .content-card p {
    margin: 0 0 1.15rem;
}

.lede {
    color: var(--muted);
    font-size: 1.2rem;
}

.page-section {
    padding-block: 1rem;
}

/* Compatibility for imported Elementor page bodies from the current site. */
.public-shell .elementor-section {
    margin: 0 auto;
}

.public-shell .elementor-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.public-shell .elementor-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -8px;
}

.public-shell .elementor-column {
    min-width: 0;
    padding: 0 8px;
}

.public-shell .elementor-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.public-shell .elementor-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.public-shell .elementor-col-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.public-shell .elementor-widget-image {
    margin: 0 0 30px;
}

.public-shell .elementor-image,
.public-shell .elementor-widget-image a {
    display: block;
}

.public-shell .elementor-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.public-shell .elementor-text-editor {
    margin-bottom: 22px;
}

.public-shell .elementor-divider-separator {
    display: block;
    width: 100%;
    border-top: 1px solid #222222;
    margin: 18px 0 30px;
}

.public-shell .elementor-widget-video,
.public-shell .elementor-widget-shortcode {
    margin: 0 0 30px;
}

.public-shell .elementor-fit-aspect-ratio {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.public-shell .elementor-fit-aspect-ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.public-shell iframe {
    max-width: 100%;
}

.mm-lazy-video,
.mm-lazy-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mm-lazy-video {
    overflow: hidden;
    background: #111;
}

.mm-lazy-video iframe {
    z-index: 2;
    border: 0;
    opacity: 0;
    transition: opacity 180ms ease;
}

.mm-lazy-video.is-loaded iframe {
    opacity: 1;
}

.mm-lazy-video-snapshot {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
}

.mm-lazy-video-snapshot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-lazy-video-play {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 46px;
    padding-left: 4px;
    border-radius: 12px;
    background: #ff0000;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.mm-lazy-video-status {
    position: absolute;
    right: 12px;
    bottom: 10px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
}

.mm-lazy-video.is-loaded .mm-lazy-video-snapshot {
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.mm-lazy-redcircle {
    position: relative;
    min-height: 170px;
    margin: 0 0 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.mm-lazy-redcircle-card {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 170px;
    padding: 20px;
    background: #f5f5f5;
    color: #111;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    transition: opacity 180ms ease;
}

.mm-lazy-redcircle-card .mm-redcircle-art {
    flex: 0 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
}

.mm-redcircle-panel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 130px;
    padding: 20px 24px;
    background: #fff;
}

.mm-redcircle-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.mm-redcircle-brand {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.mm-redcircle-brand span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 -1px;
    border-radius: 50%;
    background: #ef312f;
}

.mm-lazy-redcircle-card strong {
    display: block;
    margin-bottom: 20px;
    color: #111;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mm-redcircle-controls {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #ef312f;
    font-size: 15px;
    font-weight: 700;
}

.mm-redcircle-play {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f93434;
}

.mm-redcircle-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
}

.mm-redcircle-scrub {
    position: relative;
    flex: 1 1 auto;
    height: 18px;
    min-width: 140px;
}

.mm-redcircle-scrub::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    height: 3px;
    background: #f0f0f0;
}

.mm-redcircle-scrub span {
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #ff8d8d;
    border-radius: 50%;
    background: #fff;
}

.mm-redcircle-speaker,
.mm-redcircle-download {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.mm-redcircle-speaker::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 10px;
    background: #ef312f;
    clip-path: polygon(0 30%, 45% 30%, 100% 0, 100% 100%, 45% 70%, 0 70%);
}

.mm-redcircle-speaker::after {
    content: ")))";
    position: absolute;
    top: -2px;
    left: 8px;
    color: #ef312f;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -4px;
}

.mm-redcircle-download::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
    width: 2px;
    height: 10px;
    background: #ef312f;
}

.mm-redcircle-download::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    height: 5px;
    border-right: 2px solid #ef312f;
    border-bottom: 2px solid #ef312f;
    border-left: 2px solid #ef312f;
}

.mm-redcircle-more {
    display: inline-block;
    color: #ef312f;
    letter-spacing: 2px;
}

.mm-redcircle-time {
    align-self: flex-end;
    margin-top: 5px;
    color: #111;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.mm-redcircle-wait {
    position: absolute;
    right: 24px;
    bottom: 12px;
    max-width: calc(100% - 180px);
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.86);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 140ms ease, transform 140ms ease;
}

.mm-lazy-redcircle.is-waiting .mm-redcircle-wait {
    opacity: 1;
    transform: translateY(0);
}

.mm-lazy-redcircle.is-waiting .mm-redcircle-play {
    animation: mm-redcircle-pulse 900ms ease-in-out infinite alternate;
}

@keyframes mm-redcircle-pulse {
    from {
        box-shadow: 0 0 0 0 rgba(249, 52, 52, 0.38);
    }

    to {
        box-shadow: 0 0 0 7px rgba(249, 52, 52, 0);
    }
}

.mm-lazy-redcircle-target iframe {
    display: block;
}

.mm-lazy-redcircle.is-loaded .mm-lazy-redcircle-card {
    cursor: default;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 720px) {
    .mm-lazy-redcircle {
        min-height: 150px;
    }

    .mm-lazy-redcircle-card {
        gap: 12px;
        min-height: 150px;
        padding: 12px;
    }

    .mm-lazy-redcircle-card .mm-redcircle-art {
        width: 96px;
        height: 96px;
    }

    .mm-redcircle-panel {
        min-height: 112px;
        padding: 14px;
    }

    .mm-lazy-redcircle-card strong {
        margin-bottom: 14px;
        font-size: 15px;
    }

    .mm-redcircle-brand,
    .mm-redcircle-rate,
    .mm-redcircle-speaker,
    .mm-redcircle-download,
    .mm-redcircle-more {
        display: none;
    }

    .mm-redcircle-wait {
        right: 14px;
        bottom: 8px;
        max-width: calc(100% - 124px);
        font-size: 11px;
    }
}

input,
textarea,
select,
button,
.button {
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    font: inherit;
}

input,
textarea,
select {
    width: 100%;
    padding: 0.75rem 0.85rem;
    background: #fff;
    color: var(--text);
}

input:focus,
textarea:focus,
select:focus,
button:focus-visible,
.button:focus-visible {
    border-color: var(--accent);
    outline: 2px solid rgba(192, 44, 188, 0.18);
    outline-offset: 2px;
}

label {
    display: block;
    margin: 0 0 1rem;
    color: var(--muted);
}

button,
.button {
    display: inline-block;
    margin: 0.35rem 0.35rem 0.35rem 0;
    padding: 0.75rem 1.05rem;
    background: var(--accent);
    color: #141006;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.75rem;
    text-align: left;
}

.section-editor {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: var(--panel-soft);
}

.local-wysiwyg {
    margin-top: 0.35rem;
}

.editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, 0.22);
}

.editor-toolbar-button {
    margin: 0;
    padding: 0.35rem 0.55rem;
    border-radius: 7px;
    background: rgba(215, 168, 79, 0.14);
    color: var(--text);
    font-size: 0.9rem;
}

.local-wysiwyg-panel {
    min-height: 360px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0 0 10px 10px;
    background: #0d0f16;
    color: var(--text);
    overflow: auto;
}

.local-wysiwyg-panel,
.local-wysiwyg-panel * {
    color: var(--text) !important;
}

.local-wysiwyg-panel a {
    color: var(--accent) !important;
}

.local-wysiwyg-panel:focus {
    border-color: var(--accent);
    outline: 2px solid rgba(215, 168, 79, 0.22);
    outline-offset: 2px;
}

.local-wysiwyg-source {
    display: none;
}

.local-wysiwyg textarea.wysiwyg:not(.local-wysiwyg-source) {
    min-height: 360px;
    border-radius: 0 0 10px 10px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

.admin-shell {
    --bg: #08090d;
    --panel: #151720;
    --panel-soft: #202330;
    --text: #f4f0e8;
    --muted: #b9b2a6;
    --accent: #d7a84f;
    background: radial-gradient(circle at top, #27212d 0, var(--bg) 48rem);
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
}

.admin-shell .site-header,
.admin-shell .site-footer {
    min-height: auto;
    background: rgba(0, 0, 0, 0.35);
}

.admin-shell .site-header {
    padding: 1rem clamp(1rem, 4vw, 4rem);
}

.admin-shell .brand {
    color: var(--text);
    font-size: 1.35rem;
    font-weight: 700;
}

.admin-shell .site-nav {
    gap: 1rem;
}

.admin-shell .site-nav a,
.admin-shell .nav-dropdown-trigger,
.admin-shell .nav-toggle {
    color: var(--accent);
    font-family: Georgia, "Times New Roman", serif;
}

.admin-shell .page-wrap {
    width: min(1120px, calc(100% - 2rem));
    margin: 2rem auto;
}

.admin-shell .content-card,
.admin-shell .login-panel {
    background: rgba(21, 23, 32, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.35);
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.admin-shell input,
.admin-shell textarea,
.admin-shell select {
    background: #0f1118;
    color: var(--text);
}

@media (max-width: 920px) {
    .site-header {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        min-height: auto;
        padding: 18px 22px;
    }

    .brand img {
        max-width: 240px;
        width: min(70vw, 240px);
    }

    .site-header {
        position: relative;
    }

    .nav-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-left: auto;
        width: 44px;
        height: 42px;
        padding: 0;
        background: #fff;
        color: #555;
        border: 1px solid #dddddd;
        border-radius: 0;
        cursor: pointer;
    }

    .nav-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
    }

    .site-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        width: 100%;
        flex-basis: 100%;
        padding-top: 12px;
    }

    .js .site-nav {
        display: none;
    }

    .js .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 5px 0;
    }

    .nav-dropdown-menu {
        position: static;
        display: none;
        min-width: 0;
        margin-top: 8px;
        border-top: 2px solid #26b8ff;
        box-shadow: none;
    }

    .nav-dropdown-menu a {
        padding: 9px 14px;
        white-space: normal;
    }

    .page-title-band {
        min-height: 66px;
        padding: 0 20px;
        text-align: center;
    }

    .page-title-band h1 {
        font-size: 21px;
    }

    .content-card,
    .login-panel {
        padding: 24px 20px;
    }

}

@media (min-width: 641px) and (max-width: 800px) {
    .public-shell .elementor-col-33 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 640px) {
    .public-shell .elementor-row {
        margin: 0;
    }

    .public-shell .elementor-column,
    .public-shell .elementor-col-50,
    .public-shell .elementor-col-33 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (min-width: 761px) and (max-width: 1024px) {
    .site-header {
        padding: 0 24px;
    }

    .brand img {
        width: 230px;
        max-width: 30vw;
    }

    .site-nav {
        gap: 18px;
    }

}

.notice {
    border-radius: 12px;
    margin: 1rem 0;
    padding: 0.8rem 1rem;
}

.notice-error {
    background: color-mix(in srgb, var(--danger) 25%, transparent);
}

.notice-success {
    background: color-mix(in srgb, var(--success) 25%, transparent);
}

.password-field {
    position: relative;
    display: block;
}

.password-field input {
    padding-right: 3.4rem;
}

.password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: transparent;
    color: var(--muted);
}

.password-toggle:hover,
.password-toggle:focus-visible,
.password-toggle.is-visible {
    color: var(--accent);
}

.password-toggle svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: currentColor;
}

.cannes-hero {
    border-color: rgba(215, 168, 79, 0.28);
}

.eyebrow {
    margin: 0 0 0.35rem;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cannes-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.2rem 0 0;
}

.cannes-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(215, 168, 79, 0.3);
    border-radius: 999px;
    color: var(--text);
    text-decoration: none;
}

.cannes-nav a.is-active,
.cannes-nav a:focus,
.cannes-nav a:hover {
    background: rgba(215, 168, 79, 0.16);
    color: var(--accent);
}

.cannes-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.cannes-dashboard-card {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    min-height: 130px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    text-decoration: none;
}

.cannes-dashboard-card strong {
    color: var(--accent);
    font-size: 2rem;
    line-height: 1;
}

.cannes-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cannes-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cannes-section-heading h2 {
    margin-bottom: 0.15rem;
}

.cannes-section-heading p {
    margin: 0;
    color: var(--muted);
}

.cannes-filter {
    flex: 0 0 min(280px, 100%);
    margin: 0;
}

.cannes-form {
    margin: 1rem 0 1.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
}

.cannes-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cannes-field-wide {
    grid-column: 1 / -1;
}

.button-secondary {
    background: transparent;
    color: var(--accent);
}

.button-link {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent);
    font-weight: 400;
    text-decoration: underline;
}

.cannes-table-wrap {
    overflow-x: auto;
}

.cannes-table {
    min-width: 760px;
}

.cannes-table td {
    vertical-align: top;
}

.cannes-actions {
    white-space: nowrap;
}

.cannes-actions form {
    display: inline;
}

.cannes-inline-status {
    min-height: 1.5rem;
    color: var(--success);
}

.cannes-row-hidden {
    display: none;
}

.cannes-sentinel {
    min-height: 1px;
}

@media (max-width: 760px) {
    .admin-shell .page-wrap {
        width: min(100% - 1rem, 1120px);
        margin: 1rem auto;
    }

    .cannes-section-heading,
    .cannes-form-grid {
        display: block;
    }

    .cannes-filter {
        margin-top: 1rem;
    }

    .cannes-nav a,
    .cannes-quick-actions .button {
        justify-content: center;
        width: 100%;
    }

    .cannes-table {
        min-width: 680px;
    }
}
