/* Bringlist title row with edit button right */
.bringlist-page-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}



/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/



:root {
    --akzentfarbe: #000000;
    --buttoncolor: #ecb22d;
       --titlecolor: #000;
    /*
    --lila:#611f69;
    */
    --menufarbe: #6124b1;
    /*
        --lila:#ED7F21;
    */
    --blau: #614a99;
    --oj-avatar-bg-color: var(--buttoncolor);
    --oj-avatar-text-color: #ffffff;
    --oj-dialog-bg-color: white;
    --oj-dialog-title-font-size: 18px;
    --oj-dialog-title-text-color: #000000;
    --oj-avatar-pattern-display: none;
    --oj-dialog-header-padding: 0.8rem 1rem 0.5rem;
    --oj-dialog-cancel-icon-margin-top: -10px;
    --oj-dialog-body-padding: 20px;
    --oj-dialog-header-border-color: var(--buttoncolor);
    --oj-dialog-cancel-icon-margin-end: -10px;

    --oj-dialog-header-decoration: off;
    --page-title-color: var(--titlecolor);
}


.oj-dialog-header {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}


/* Global page title styling */
h1[class*="page-title"],
h2[class*="page-title"],
.messaging-title,
.survey-title,
.survey-result-title,
.survey-admin-title {
    color: var(--page-title-color) !important;
}

/* poppins-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/poppins-v20-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/* poppins-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/poppins-v20-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/poppins-v20-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/poppins-v20-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('/css/fonts/poppins-v20-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('/css/fonts/poppins-v20-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



.google-signin-btn {
    display: inline-flex;
    align-items: center;
    /* vertikal zentriert */
    justify-content: center;
    /* horizontal zentriert */
    gap: 8px;
    /* Abstand zwischen Bild und Text */

    background-color: #4285F4;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.2);
}

.google-signin-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.google-signin-btn:hover {
    background-color: #357ae8;
}

.google-signin-btn:active {
    background-color: #2a65c7;
}

.button-style-black {
    display: block;
    width: 400px;
    --oj-button-solid-chrome-bg-color: #000000;
    --oj-button-solid-chrome-border-color: #000000;
    --oj-button-solid-chrome-text-color: #ffffff;
    --oj-button-solid-chrome-bg-color-hover: #111111;
    --oj-button-solid-chrome-border-color-hover: #111111;
    --oj-button-solid-chrome-text-color-hover: #ffffff;
    --oj-button-solid-chrome-bg-color-active: #1a1a1a;
    --oj-button-solid-chrome-border-color-active: #1a1a1a;
    --oj-button-solid-chrome-text-color-active: #ffffff;
}

.button-style-black.oj-button .oj-button-button {
    width: 220px;
    border-radius: 10px !important;
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/inter-v12-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/inter-v12-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/inter-v12-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/inter-v12-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('/css/fonts/inter-v12-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('/css/fonts/inter-v12-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('/css/fonts/quicksand-v30-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/quicksand-v30-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/quicksand-v30-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/quicksand-v30-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/quicksand-v30-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Convoy Belt on event page */
.event-mypanel {
    width: 12rem;
    height: 12rem;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 10px 10px #CCCCCC;
}


.event-icon {

    width: 40px;
    margin-bottom: 10px;

}

.menu1 a:link {
    color: black;

}

.menu1 a:visited {
    color: black;

}

.menu1 a:hover {
    color: black;
    font-weight: bold;
}


.menu1 {
    background-color: white;
    color: black;

}

.greenButton {
    background-color: green !important;
}

.greenButton .event-full-height {
    height: 100%;
}

.showBottom {

    position: absolute;
    bottom: 20px;
}

/* Button on demo page */
.showButtonFixed {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    --oj-button-solid-chrome-bg-color: green !important;
    --oj-button-solid-chrome-bg-color-hover: rgb(66, 160, 66) !important;
}

.container2 .btn-holder {
    justify-content: flex-end;
    display: flex;
}



.button-style {
    /* Modern pill-shaped button styling for oj-button components */
    --oj-button-border-radius: 999px;
    --oj-button-height: auto;
    --oj-button-padding: 12px 26px;
    --oj-button-font-size: 0.5rem;
    --oj-button-font-weight: 600;

    /* SOLID */
    /* solid enabled - golden gradient */
    --oj-button-solid-chrome-bg-color: var(--buttoncolor);
    --oj-button-solid-chrome-border-color: transparent;
    --oj-button-solid-chrome-text-color: #ffffff;

    /* solid hover */
    --oj-button-solid-chrome-bg-color-hover: var(--buttoncolor);
    --oj-button-solid-chrome-border-color-hover: transparent;
    --oj-button-solid-chrome-text-color-hover: #ffffff;

    /* solid active */
    --oj-button-solid-chrome-bg-color-active: #ff9800;
    --oj-button-solid-chrome-border-color-active: transparent;
    --oj-button-solid-chrome-text-color-active: #ffffff;

    /* solid disabled */
    --oj-button-solid-chrome-bg-color-disabled: #ffe082;
    --oj-button-solid-chrome-border-color-disabled: transparent;
    --oj-button-solid-chrome-text-color-disabled: #ffffff;

    /* BORDERLESS */
    --oj-button-borderless-chrome-text-color: var(--buttoncolor);
    --oj-button-borderless-chrome-bg-color-hover: rgba(221, 176, 0, 0.1);
    --oj-button-borderless-chrome-border-color-hover: transparent;
    --oj-button-borderless-chrome-text-color-hover: var(--buttoncolor);
    --oj-button-borderless-chrome-bg-color-active: rgba(221, 176, 0, 0.2);
    --oj-button-borderless-chrome-border-color-active: transparent;
    --oj-button-borderless-chrome-text-color-active: var(--buttoncolor);
    --oj-button-borderless-chrome-text-color-disabled: #bdbdbd;

    /* OUTLINED */
    --oj-button-outlined-chrome-border-color: var(--buttoncolor);
    --oj-button-outlined-chrome-text-color: #3a2a00;
    --oj-button-outlined-chrome-bg-color-hover: rgba(221, 176, 0, 0.1);
    --oj-button-outlined-chrome-border-color-hover: var(--buttoncolor);
    --oj-button-outlined-chrome-text-color-hover: #3a2a00;
    --oj-button-outlined-chrome-bg-color-active: rgba(221, 176, 0, 0.2);
    --oj-button-outlined-chrome-border-color-active: var(--buttoncolor);
    --oj-button-outlined-chrome-text-color-active: #3a2a00;
    --oj-button-outlined-chrome-border-color-disabled: #bdbdbd;
    --oj-button-outlined-chrome-text-color-disabled: #9e9e9e;
}

.button-style-small {
    /* 20% smaller variant of button-style */
    --oj-button-border-radius: 999px;
    --oj-button-height: auto;
    /* 20% smaller padding and font-size */
    --oj-button-padding: 9.6px 20.8px;
    --oj-button-font-size: 0.8rem;
    --oj-button-font-weight: 600;

    /* SOLID */
    --oj-button-solid-chrome-bg-color: var(--buttoncolor);
    --oj-button-solid-chrome-border-color: transparent;
    --oj-button-solid-chrome-text-color: #ffffff;

    /* solid hover */
    --oj-button-solid-chrome-bg-color-hover: var(--buttoncolor);
    --oj-button-solid-chrome-border-color-hover: transparent;
    --oj-button-solid-chrome-text-color-hover: #ffffff;

    /* solid active */
    --oj-button-solid-chrome-bg-color-active: #ff9800;
    --oj-button-solid-chrome-border-color-active: transparent;
    --oj-button-solid-chrome-text-color-active: #ffffff;

    /* solid disabled */
    --oj-button-solid-chrome-bg-color-disabled: #ffe082;
    --oj-button-solid-chrome-border-color-disabled: transparent;
    --oj-button-solid-chrome-text-color-disabled: #ffffff;

    /* BORDERLESS */
    --oj-button-borderless-chrome-text-color: var(--buttoncolor);
    --oj-button-borderless-chrome-bg-color-hover: rgba(221, 176, 0, 0.1);
    --oj-button-borderless-chrome-border-color-hover: transparent;
    --oj-button-borderless-chrome-text-color-hover: var(--buttoncolor);
    --oj-button-borderless-chrome-bg-color-active: rgba(221, 176, 0, 0.2);
    --oj-button-borderless-chrome-border-color-active: transparent;
    --oj-button-borderless-chrome-text-color-active: var(--buttoncolor);
    --oj-button-borderless-chrome-text-color-disabled: #bdbdbd;

    /* OUTLINED */
    --oj-button-outlined-chrome-border-color: var(--buttoncolor);
    --oj-button-outlined-chrome-text-color: #3a2a00;
    --oj-button-outlined-chrome-bg-color-hover: rgba(221, 176, 0, 0.1);
    --oj-button-outlined-chrome-border-color-hover: var(--buttoncolor);
    --oj-button-outlined-chrome-text-color-hover: #3a2a00;
    --oj-button-outlined-chrome-bg-color-active: rgba(221, 176, 0, 0.2);
    --oj-button-outlined-chrome-border-color-active: var(--buttoncolor);
    --oj-button-outlined-chrome-text-color-active: #3a2a00;
    --oj-button-outlined-chrome-border-color-disabled: #bdbdbd;
    --oj-button-outlined-chrome-text-color-disabled: #9e9e9e;
}

/* Apply pill shape to oj-button with button-style */
.button-style.oj-button .oj-button-button {
    border-radius: 999px !important;
    padding: 10px 20px !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.button-style.oj-button .oj-button-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(58, 42, 0, 0.18);
    filter: brightness(1.03);
}

.button-style.oj-button .oj-button-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(58, 42, 0, 0.12);
    filter: brightness(0.98);
}

.button-style-small.oj-button .oj-button-button {
    border-radius: 999px !important;
    padding: 6px 14px !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 0.6rem;
    transition: all 0.2s ease;
}

.button-style-small.oj-button .oj-button-button:hover {
    transform: translateY(-1px);
}

.button-style-small.oj-button .oj-button-button:active {
    transform: translateY(0);
}

@media (min-width: 1400px) {
    .button-style-small.oj-button .oj-button-button {
        padding: 8px 18px !important;
        font-size: 0.75rem;
    }
}



.button-style-green {
    --oj-button-solid-chrome-bg-color: green;
    --oj-button-solid-chrome-text-color: var(--oj-core-neutral-contrast);
    --oj-button-borderless-chrome-bg-color-hover: rgb(126, 233, 126);
    --oj-button-borderless-chrome-border-color-hover: transparent;
    --oj-button-borderless-chrome-text-color-hover: var(--oj-button-borderless-chrome-text-color);
}

.button-style-red {
    --oj-button-border-radius: 999px;
    --oj-button-height: auto;

    --oj-button-solid-chrome-bg-color: red;
    --oj-button-solid-chrome-text-color: var(--oj-core-neutral-contrast);
    --oj-button-borderless-chrome-bg-color-hover: rgb(231, 179, 26);
    --oj-button-borderless-chrome-border-color-hover: transparent;
    --oj-button-borderless-chrome-text-color-hover: var(--oj-button-borderless-chrome-text-color);
}



.button-style-red.oj-button .oj-button-button:hover {
    transform: translateY(-1px);
}

.button-style-red.oj-button .oj-button-button:active {
    transform: translateY(0);
}



.page-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0;

}

.medium-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Primary action button - unified style for prominent buttons like "Add song" */
.button-primary {
    display: inline-flex;
    align-items: center;

    border: 2px solid var(--buttoncolor);
    padding: 4px 20px;
    border: none;
    border-radius: 999px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: var(--oj-dialog-header-border-color);
    cursor: pointer;
}

.button-primary.oj-button .oj-button-button,
.button-primary.oj-button .oj-button-label {
    color: #ffffff !important;
}

.button-primary:hover {
    transform: translateY(-1px);
}

.button-primary:active {
    transform: translateY(0);
}

.button-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.button-primary img {
    width: 20px;
    height: 20px;
}

/* Secondary action button - for less prominent actions */
.button-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 20px;
    border: 2px solid var(--buttoncolor);
    border-radius: 999px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #3a2a00;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.button-secondary:hover {
    background: rgba(221, 176, 0, 0.1);
    transform: translateY(-1px);
}

.button-secondary:active {
    transform: translateY(0);
}

.button-secondary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.button-secondary img {
    width: 20px;
    height: 20px;
}

.calendar-icon {
    margin-right: 10px;
    vertical-align: middle;
}

/* Danger action button - for destructive actions like delete */
.button-danger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border: none;
    border-radius: 999px;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ef5350 0%, #c62828 100%);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.button-danger:hover {
    transform: translateY(-1px);
}

.button-danger:active {
    transform: translateY(0);
}

.button-danger:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.button-danger img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* Responsive button sizes for mobile */
@media (max-width: 600px) {

    .button-primary,
    .button-secondary,
    .button-danger {
        padding: 0px 10px;
        font-size: 14px;
        gap: 8px;
    }

    .button-primary {
        padding: 0px 8px;
        font-size: 13px;
    }

    .button-primary.oj-button {
        --oj-button-text-to-edge-padding: 6px;
    }

    .button-primary.oj-button .oj-button-button {
        min-height: 32px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .button-primary.oj-button .oj-button-label {
        font-size: 13px;
    }

    .button-primary img,
    .button-secondary img,
    .button-danger img {
        width: 16px;
        height: 16px;
    }

    .button-primary img {
        width: 14px;
        height: 14px;
    }
}

.test-flow {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


.comment {
    background-color: #DDDDDD;
    max-width: 600px;
    border-radius: 7px;
    padding: 10px;

}

#cookieNotice.display-right {
    right: 30px;

}

#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    z-index: 1;
    /* Sit on top */

    border-radius: 10px;
    background-color: white;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
}

.cookie-title {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    line-height: 1.1;
}



/* Style for showing bottom menu row */
.bottom-div {
    border-top-style: solid;
    border-top-color: #dddddd;
    border-top-width: 1px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding-top: 10px;

    padding-bottom: 15px;
    text-align: center;
    z-index: 500;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */

    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}

/* Modal Content/Box */
.modal-content {

    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    max-width: 600px;
}

.showNavList {

    visibility: hidden;
}

.showSmallMenu {

    visibility: visible;
}

.list-border {
    background-color: rgb(248, 248, 248);
    border-radius: 15px;
    border: 1px solid var(--buttoncolor);
    padding: 15px;
    transition: background-color 0.3s;
    /* Optional: Add a smooth transition effect */
    margin-bottom: 20px;
}

/* Change background color of list with border when hovered */
.list-border:hover {
    border-color: rgb(6, 6, 5);
    background-color: rgb(240, 240, 240);
}

/* MyEvents page layout */
.myevents-list-container {
    margin-top: 8px;
}

.myevents-card-wrapper {
    position: relative;
    width: 100%;
}

.myevents-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.myevents-card-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.myevents-card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.myevents-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.myevents-card-meta {
    font-size: 13px;
    color: #555;
}

.myevents-card-meta span+span {
    margin-left: 4px;
}

.myevents-admin-avatars {
    margin-top: 4px;
}

.myevents-card-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.myevents-new-button {
    padding-left: 10px;
    margin-top: 8px;
}


.resp-button {
    height: 40px;
    font-size: 8px;
    padding-top: 18px;
}

.img-style {
    width: 50px;
    height: 50px;
}



@media only screen and (min-width: 900px) {
    .showNavList {

        visibility: visible;
    }

    .img-style {
        width: 70px;
        height: 70px;
    }

    .showSmallMenu {

        visibility: hidden;
    }

    .resp-button {
        padding-top: 19px;
        padding-left: 0px;

        --oj-button-text-to-edge-padding: 0.5rem;
        font-size: 10px;

    }
}

/* Image at the top of various pages, e.g. faq,help,login */
.login-image {
    width: 200px;
    aspect-ratio: 16 / 9;
    /* Prevent layout shift */
    height: auto;
}


@media only screen and (min-width: 1200px) {
    .login-image {
        width: 600px;
    }
}

.dialogStyle {
    display: none;
    height: 60rem;
    width: 110%;

}

@media only screen and (min-width: 800px) {
    .login-image {
        width: 300px;
    }


    .dialogStyle {
        display: none;
        height: 30rem;
        width: 30rem;
        max-width: 90%";

    }


}


label {
    margin-bottom: 0
}

.move-left {
    margin-left: -5px;
}

.hideMenu {
    display: none;
}

.button-small {
    margin: 10px;
    font-size: 13px;
    padding: 2px;
    height: 40px;

}

.button-menu-small {
    font-size: 13px;
    padding: 1px;
    height: 40px;

}

.list-icon {

    height: 20px;
    width: 20px;
}

list-icon-width {
    width: 25px;

}




.menu-button {

    margin-top: 0px;
    padding-right: 20px;

    --oj-button-text-to-edge-padding: 10px;


}

@media (max-width: 400px) {
    .menu-button {
        padding-right: 8px;
        --oj-button-text-to-edge-padding: 7px;

    }

    .menu-icon {
        height: 20px;
        width: 20px;
    }
}



.dialog-layout {
    display: none;

    max-width: 700px;
    width: 100%
}


.image-container {
    position: relative;
    display: inline-block;
}



.popup-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 250px;
    /* Adjust width as needed */
}

/* Row to arrange image and text side-by-side */
.content-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.popup-image {
    width: 40px;
    /* Adjust image width */
    height: auto;
    aspect-ratio: 1 / 1;
    /* Prevent layout shift for square images */
}

.popup-text {
    flex: 1;
    /* Allows the text to take up remaining space */
}

/* Button aligned to the bottom right */
.popup-button {
    align-self: flex-end;
    margin-top: 20px;
    /* Adds some space above the button */
}

/* css for circle on home page in menu */

.circle {
    margin-top: 5px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(red 0deg, lightgray 0deg 360deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: black;
    position: relative;
}

.circle::before {

    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}

.circle span {
    z-index: 2;

}

.percent-box {

    background-color: red;
    color: white;
    font-size: 10px;
    padding: 5px;
    margin-left: 15px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    /* Transparent border */
    text-align: center;
}

.menu-icon {

    height: 25px;
    width: 25px;
}

.menu-icon2 {

    height: 25px;
    width: 25px;
    margin-right: 10px;
}


.black-right {
    position: relative;
    display: flex;
    align-items: center;
    /* Vertically centers the content */
    padding-right: -10px;
    /* Space for the triangle */
    height: 100%;
}

.triangle-right {
    position: absolute;
    right: 0px;
    /* Adjust position to the right of the border */
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--buttoncolor);
    /* Black triangle */
}




@media only screen and (min-width: 800px) {


    list-icon-width {
        width: 20px;
    }


    .left20 {
        width: 20px;
    }


    .list-icon {
        height: 25px;
        width: 25px;
    }

}

.back-button {
    border: 1px solid #000000;
    border-radius: 3px;
    margin-top: 0px;
    font-size: 15px;
    padding: 5px 10px;
    color: #000000;
    margin-right: 10px;

}

/* Hide back button on larger screens */
@media (min-width: 600px) {
    .back-button {
        display: none !important;
    }
}

/*
    .oj-web-applayout-body {
        overflow-y: unset;
    }
*/
.demo-thumbnail {
    border-radius: 5px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    margin-right: 10px;
}

.maintenance-image {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.thumb-picture {
    border-radius: 50px;
    border-width: 50px;
    border-color: grey;
    margin-left: 10px;
}


.with-line {

    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-align: baseline;
    align-items: baseline;
}

/*
.with-line .line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1ex;
    background-color: currentColor;
    opacity: .1;
    margin-left: 8px;
    margin-bottom: 20px;
}
*/
.header {
    font-size: 1.2em;
}

body {
    background-color: #EEEEEE;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    padding-top: constant(safe-area-inset-top);
    /* iOS < 11.2 */
    padding-top: env(safe-area-inset-top);
    /* iOS >= 11.2 */
}

.appName {

    padding-top: 30px;
    font-size: 20px;
    color: white;
    font-weight: 700;
    padding-bottom: 20px;
}

.navbar-mobile {

    margin-top: -50px;
}

.appName_small {
    font-family: 'Russo One', sans-serif;
    padding-top: 10px;
    font-size: 15px;
    color: white;
    padding-bottom: 10px;
}

.wrapper-container {

    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

.midBox {

    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 0 auto;
}

.box-shadow {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);

    padding: 10px;
}

.content-layout {
    padding-left: 10px;
    padding-right: 10px;
}

.my-menu-layout {
    background-color: var(--menufarbe);
    color: #fff;
    font-family: "Inter", sans-serif;

}



.my-menu-layout {

    background: #ffffff !important;
    font-family: Quicksand;
    font-weight: 700;
    font-size: .7em;
    color: black;
}

my-menu-layout-toggle {
    background: #ffffff !important;
    font-family: Quicksand;
    font-weight: 700;
    font-size: .1em;
    color: black;
}

.main-menu-item {

    font-size: 1em;
}

switch {
    height: 1rem !important;

}


h1 {
    font-size: 1.2em;
    font-weight: 600;
}

h2 {
    font-size: 1.1em;
    font-weight: 600;

}



/* Section title */
.default-headline {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--buttoncolor);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.default-headline::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, var(--buttoncolor) 0%, #f5c518 100%);
    border-radius: 2px;
}


.base-content {
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    max-width: 1400px;
    display: block;
    position: relative;
    min-height: 80vh;
    margin: 0 auto;
}

.ident20 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 900px;
    display: block;
    position: relative;

}

.base-content-event {
    background-color: #FFFFFF;

    max-width: 1400px;
    display: block;
    position: relative;
    min-height: 80vh;
    margin: 0 auto;
}

.base-content-event.layout5-background {
    background: linear-gradient(135deg, #faf5ff 0%, #f0e7ff 50%, #e8f4f8 100%);
}

.base-content2 {
    background-color: #FFFFFF;
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;

}

.addEventTitle {
    color: var(--buttoncolor);
    font-weight: normal;
}

.joy {
    color: var(--buttoncolor);
    font-size: 1.5rem;
}

.nly {
    color: black;
    font-size: 1.5rem;
}

.nly2 {
    color: white;
    font-size: 1.5rem;
}

.joy-home {
    color: var(--buttoncolor);
    font-size: 1.8rem;
}

.nly-home {
    color: black;
    font-size: 1.8rem;
}

.nly2-home {
    color: white;
    font-size: 1.8rem;
}

.scrollingDialog {
    width: 300px;
    height: 500px;
}

/*
    @media screen and (max-width: 767.9px) {
        .oj-text-field {
            -webkit-text-size-adjust: 115%;
        }
    }

*/
.info-image {
    left: -10px;
    top: -50px;
    z-index: 100;
    width: 100%;
    position: absolute;

}

.info-image img {
    width: 100px;
}


/* css for horizontal rows in Title */
hr.small {
    border-top: 2px solid white;
    padding-left: 10px;
    padding-right: 10px;
}

hr.smaller {
    border-top: 1px dotted white;
    width: 95%;
    text-align: center;
    margin: 0 auto;

}

hr.big {
    border-top: 8px solid white;
}


hr.new5 {
    border: 10px solid green;
    border-radius: 5px;
}

/*
a:visited.whiteLink {
    color: #ffffff;
}

a:hover.whiteLink {
    color: #ffffff;
    text-decoration: none;
}

a.whiteLink:link {
    color: white;
}
*/

/* Style für Carousel

https://www.the-art-of-web.com/css/fading-slideshow-no-jquery/
*/
#stage {
    margin: 1em auto;
    width: 300px;
    height: 200px;
}

#stage2 {

    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;



}


#stage a {
    position: absolute;
}

#stage a img {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    width: 300px;
    height: 200px;
}

#stage a::after {
    position: absolute;
    left: 14px;
    bottom: 20px;
    padding: 2px 0;
    width: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    content: attr(title);
    font-size: 1.3em;
    color: #fff;
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
    #stage {
        margin: 1em auto;
        width: 400px;
        height: 300px;
    }

    #stage a img {
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff;
        width: 400px;
        height: 300px;
    }

}

@media only screen and (min-width: 800px) {
    #stage {
        margin: 1em auto;
        width: 650px;
        height: 450px;
    }

    #stage a img {
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff;
        width: 600px;
        height: 400px;
    }

    .base-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .base-content2 {
        background-color: #FFFFFF;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        max-width: 1400px;
        display: block;
        position: relative;

        margin: 0 auto;
    }

}

#stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
}

#stage a:nth-of-type(2) {
    z-index: 10;
}

#stage a:nth-of-type(n+3) {
    display: none;
}

@keyframes slider {
    from {
        transform: translateY(-50%) rotate(30deg);
        left: 720px;
    }

    to {
        transform: translateY(-50%);
        left: 0px;
    }
}

@keyframes fader {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

#Edit Button Layout .relative {
    position: relative;
    /* has to be position relative for left to work, or you could just do margin-left: -50px; too */
    z-index: 1;
}


.relative:hover #edit {
    display: block;
}

#edit {
    position: absolute;
    /* has to be position relative for left to work, or you could just do margin-left: -50px; too */
    right: 0px;
    top: 0px;
    z-index: 3;
    display: none;
    vertical-align: text-top;
}

/* Homepage */
html {
    font-size: 17px;
    background-color: white;
}

.bgimg {
    position: relative;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/homepage.jpg");
    height: 500px;
}

.move-left {
    margin-left: -13px;

}

@media only screen and (min-width: 500px) {
    .bgimg {
        height: 300px;
    }

    .caption {
        position: absolute;
        left: 0;
        top: 20%;
        width: 100%;
        text-align: center;
        color: #000;
        line-height: 1.5;
    }
}

.vl {

    border-left: 1px solid grey;
    height: 20px;
}

.caption {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 1.5;
}

.caption span.border2 {

    color: #ffffff;

    font-size: 3em;
    text-shadow: 0 0 2px #000;
    /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
    font-family: 'Courgette', cursive;
}

.caption span.border_bottom {
    font-size: 2em;
}

/* Turning button */


.onclic button {
    width: 40px;

    letter-spacing: 1px !important;
    border-width: 3px !important;
    border-radius: 50px !important;
    background: white !important;
    outline: none !important;
    height: 40px;
    text-shadow: 0 !important;
    color: white !important;
    cursor: pointer !important;
    border-left-color: var(--buttoncolor) !important;
    animation: rotating 2s 0.25s linear infinite;
}

.onclic:after button {
    content: "X" !important;
    width: 400px;
}

.onclic:hover button {
    color: white;
    background: white;
    content: "";
}

.container-image {
    position: relative;
    text-align: center;
    color: white;
    border-color: black;
    border-width: 10px;
    max-width: 600px;
}

.image-text {
    position: absolute;
    bottom: 4px;
    font-size: clamp(1rem, 2vw, 2.5rem);
    left: 50%;
    transform: translateX(-50%);
}

.name {
    text-align: left;

}

#flex-img {
    width: 300px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4%;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    border-color: #DDDDDD;
    box-shadow: 2px 2px 2px #DDDDDD;
}

.title-image {
    width: 300px;

}

.demo-text {
    text-align: justify;
    max-width: 800px;
    width: 90%;

}

@media only screen and (min-width: 700px) {
    #flex-img {
        width: 300px;
    }

    .title-image {
        width: 500px;
    }
}

.exampleButton {

    --oj-button-solid-chrome-bg-color: white !important;
    --oj-button-solid-chrome-bg-color-hover: #DDDDDD !important;
    font-size: 20px;
    color: black;
    margin-bottom: 40px;
    margin-top: 20px;

}


@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Fixed header for mobile devices */
@media (max-width: 1000px) {
    .oj-web-applayout-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        width: 100% !important;
    }

    #main_content {
        margin-top: 50px !important;
    }
}

/* Bringlist page */
.bringlist-page-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}


.bringlist-description {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #6b4f00;
    background-color: #fff9e6;
    border-radius: 14px;
    padding: 18px 22px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.6;
    border: 1px solid var(--buttoncolor);
}

.joynly-card {
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid rgba(177, 132, 24, 0.35);
    box-shadow: 0 5px 5px rgba(15, 23, 42, 0.08);
    padding: 22px 24px;
    margin-bottom: 16px;
    transition: all 0.2s ease;
}

.joynly-card.is-me {
    background: linear-gradient(90deg, rgba(221, 176, 0, 0.12) 0%, rgba(255, 246, 218, 0.6) 60%, #fff 100%);
    border-color: rgba(221, 176, 0, 0.6);
    box-shadow: 0 6px 12px rgba(221, 176, 0, 0.12);
}

@media (max-width: 600px) {
    .joynly-card {
        padding: 16px 18px;
    }
}

.bringlist-card-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.bringlist-status-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bringlist-status-icon.assigned {
    background-color: rgba(39, 174, 96, 0.15);
    border: 3px solid #27ae60;
}

.bringlist-status-icon.unassigned {
    background-color: rgba(221, 176, 0, 0.15);
    border: 3px solid var(--buttoncolor);
}

.bringlist-status-icon img {
    width: 28px;
    height: 28px;
}

.bringlist-card-info {
    flex: 1;
    min-width: 0;
}

.bringlist-item-name {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.bringlist-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.bringlist-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 12px;
    color: #555;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.bringlist-chip.chip-amount {
    background-color: #e8f4fd;
    color: #0c5460;
}

.bringlist-chip.chip-person {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.bringlist-chip.chip-unassigned {
    background-color: #fff3cd;
    color: #856404;
}

.bringlist-notes {
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
    margin-top: 8px;
}

.bringlist-card-actions {
    display: flex;
    gap: 8px;
    margin-left: auto;
    padding-left: 12px;
    align-items: flex-start;
}


.edit-button {

    padding: 0px;
    margin: 0px;
    border: none;
    display: inline-flex;
    background-color: transparent;
    --oj-button-text-to-edge-padding: 5px;

}

.edit-icon {
    padding: 0px;
    margin: 0px;
    height: 25px;
    width: 25px;


}

@media (max-width: 600px) {

    .edit-button {


        --oj-button-text-to-edge-padding: 5px;

    }

    .edit-icon {
        width: 22px;
        height: 22px;
    }

}



.bringlist-empty-state {
    text-align: center;
    padding: 48px 24px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.bringlist-empty-state img {
    width: min(160px, 100%);
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
    max-width: 160px;
    margin-bottom: 16px;
    opacity: 0.8;
}

.bringlist-empty-state p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #666;
}

.bringlist-hidden-message {
    text-align: center;
    padding: 32px 20px;
    color: #888;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    background-color: #f9f9f9;
    border-radius: 12px;
}

.bringlist-add-button-wrapper {
    margin-top: 24px;
    padding-bottom: 56px;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0 0 16px 16px;
}

.settings-dialog-content {
    padding: 8px 0;
}

.settings-section {
    margin-bottom: 24px;
}

.settings-section-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--buttoncolor);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.settings-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

.settings-item:hover {
    background-color: #f5f5f5;
}

.settings-item-switch {
    flex-shrink: 0;
    padding-top: 2px;
}

.settings-item-content {
    flex: 1;
    min-width: 0;
}

.settings-item-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.settings-item-description {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
}

.settings-textarea-section {
    margin-top: 16px;
}

.settings-textarea-label {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
    display: block;
}

#editDialog,
#updateItemDialog {
    min-width: 340px;
    max-width: 500px;
}

#editDialog .oj-dialog-body,
#updateItemDialog .oj-dialog-body {
    padding: 20px 24px;
}

@media (max-width: 600px) {




    .page-title {
        font-size: 1.5rem;
    }

    .bringlist-card-content {
        gap: 12px;
    }

    .bringlist-status-icon {
        width: 44px;
        height: 44px;
    }

    .bringlist-status-icon img {
        width: 24px;
        height: 24px;
    }

    .bringlist-item-name {
        font-size: 1rem;
    }

    .bringlist-attributes {
        gap: 6px;
    }

    .bringlist-chip {
        padding: 4px 10px;
        font-size: 11px;
    }
}

.edit-button .oj-button-button:hover {
    box-shadow: 0 0 0 2px rgba(221, 176, 0, 0.2);
}

/* ========================================
   PARTICIPANTS PAGE STYLES
   ======================================== */

.participants-page {
    background-color: #fff;
    padding: 32px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);
}

.participants-page .page-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.participants-page-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.participants-info-button {
    margin-left: auto;
    align-self: center;
}

.participants-description {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #6b4f00;
    background-color: #fff9e6;
    border-radius: 14px;
    padding: 18px 22px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.6;
    border: 1px solid var(--buttoncolor);
}

.participants-rsvp-section {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.rsvp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 999px;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rsvp-btn-yes {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
}

.rsvp-btn-yes:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.4);
}

.rsvp-btn-no {
    background: linear-gradient(135deg, #ef5350 0%, #c62828 100%);
    color: white;
}

.rsvp-btn-no:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(239, 83, 80, 0.4);
}

.participants-stats-card {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.participants-stats-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid rgba(221, 176, 0, 0.2);
    background-color: #fff6da;
    box-shadow: 0 2px 6px rgba(221, 176, 0, 0.08);
    font-family: 'Quicksand', sans-serif;
    color: #856404;
}

.participants-stats-chip--attending {
    background-color: #f5fbf0;
    border-color: rgba(46, 125, 50, 0.2);
    color: #2e7d32;
    box-shadow: 0 1px 1px rgba(46, 125, 50, 0.08);
}

.participants-stats-chip--declined {
    background-color: #fff1ef;
    border-color: rgba(198, 40, 40, 0.2);
    color: #c62828;
    box-shadow: 0 1px 1px rgba(198, 40, 40, 0.1);
}

.participants-stats-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.participants-stats-icon img {
    width: 16px;
    height: 16px;
}

.participants-stats-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.participants-stats-value {
    font-size: 0.6rem;
    font-weight: 600;
}

.participants-stats-label {
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.75;
}

.participant-card-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.participant-avatar {
    flex-shrink: 0;
}

.participant-info {
    flex: 1;
    min-width: 0;
}

.participant-name {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.participant-email-invalid {
    font-size: 12px;
    color: #c62828;
    background-color: #ffebee;
    padding: 4px 10px;
    border-radius: 6px;
    margin-top: 4px;
    display: inline-block;
}

.participant-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px 6px 0;
    border-radius: 20px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.participant-status img {
    width: 18px;
    height: 18px;
}

.participant-status.status-attending {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.participant-status.status-not_attending {
    background-color: #ffebee;
    color: #c62828;
}

.participant-status.status-informed {
    background-color: #e3f2fd;
    color: #1565c0;
}

.participant-status.status-not_informed {
    background-color: #fff3e0;
    color: #e65100;
}

.participant-comment {
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.participant-card-actions {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.participant-action-indicator {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(221, 176, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.joynly-card:hover .participant-action-indicator {
    background-color: rgba(221, 176, 0, 0.3);
}

.participant-action-indicator::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--buttoncolor);
    border-bottom: 2px solid var(--buttoncolor);
    transform: rotate(-45deg);
    margin-left: -3px;
}

.participants-empty-state {
    text-align: center;
    padding: 48px 24px;
    background-color: #fafafa;
    border-radius: 16px;
}

.participants-empty-state p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #888;
}

.participants-actions-section {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 32px;
    align-items: center;
}

.participants-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.participants-dropdown summary {
    list-style: none;
    cursor: pointer;
}

.participants-dropdown summary::-webkit-details-marker {
    display: none;
}

.participants-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-height: 48px;
}

.participants-dropdown-content {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 20;
}

.participants-dropdown:not([open]) .participants-dropdown-content {
    display: none;
}

.participants-section {
    margin-top: 40px;
}

.invite-guests-section {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 2px solid rgba(97, 36, 177, 0.18);
}

.participants-section-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--buttoncolor);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.participants-section-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, var(--buttoncolor) 0%, #f5c518 100%);
    border-radius: 2px;
}

.participants-locations-wrapper {
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 20px;
}

.participants-locations-map-container {
    margin-top: 16px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.participants-locations-map-container #googleMap {
    width: 100%;
    height: 420px;
    max-height: 70vh;
}

@media (max-width: 800px) {
    .participants-locations-wrapper {
        padding: 0;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .participants-locations-map-container {
        margin-top: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        width: 100%;
    }

    .participants-locations-map-container .w-100,
    .participants-locations-map-container .custompage-block.container,
    .participants-locations-map-container #googleMap {
        width: 100%;
        max-width: none;
    }
}

.invite-card {
    background: #ffffff;
    border: 1px solid rgba(177, 132, 24, 0.35);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.invite-card-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.invite-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(97, 36, 177, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.invite-card-icon img {
    width: 28px;
    height: 28px;
}

.invite-card-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--titlecolor);
    margin: 0 0 6px;
}

.invite-card-description {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #5c4c1a;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.invite-card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 16px;
}

.participants-no-party {
    text-align: center;
    padding: 48px 24px;
}

.participants-no-party img {
    max-width: 300px;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
    margin-bottom: 24px;
}

.participants-no-party p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #666;
}



@media (max-width: 900px) {
    .participants-dropdown-toggle {
        width: auto;
    }

    .participant-avatar {
        align-self: flex-start;
        margin-top: -3px;
    }
}

@media (max-width: 600px) {
    .participants-page {
        padding: 24px 18px;
    }

    .participants-page-title {
        font-size: 1.5rem;
    }

    .participant-card-content {
        gap: 12px;
    }

    .participant-name {
        font-size: 1rem;
    }

    .participants-rsvp-section {
        flex-direction: column;
    }

    .rsvp-btn {
        width: 100%;
        justify-content: center;
    }

    .participants-dropdown-content {
        min-width: 100%;
    }

    .participants-dropdown-content button {
        width: 100%;
        justify-content: center;
    }

    .participants-dropdown-toggle {
        width: 100%;
        justify-content: center;
    }

    .invite-guests-section {
        margin-top: 24px;
        padding-top: 16px;
    }

    .invite-card {
        padding: 22px 18px;
    }

    .invite-card-header {
        flex-direction: column;
    }

    .invite-card-icon {
        display: none;
    }
}

/* ========================================
   LAYOUT 5 - EDITORIAL MAGAZINE STYLE
   ======================================== */

.l5-wrapper {
    min-height: 100vh;
    background: linear-gradient(135deg, #faf5ff 0%, #f0e7ff 50%, #e8f4f8 100%);
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.l5-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px 40px;
}

.l5-photo-section {
    position: relative;
    padding: 40px 20px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l5-photo-frame {
    position: relative;
    background: #fff;
    padding: 12px 12px 40px 12px;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: rotate(-2deg);
    transition: transform 0.4s ease;
    max-width: 340px;
    cursor: pointer;
}

.l5-photo-frame:hover {
    transform: rotate(0deg) scale(1.02);
}

.l5-photo-frame .l5-photo-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

.l5-photo-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Caveat', 'Brush Script MT', cursive;
    font-size: 18px;
    color: #555;
}

.l5-photo-section::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 10%;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 50%;
    opacity: 0.6;
    z-index: 0;
}

.l5-photo-section::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 5%;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    border-radius: 50%;
    opacity: 0.4;
    z-index: 0;
}

.l5-title-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 32px 28px;
    margin: -30px 16px 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    z-index: 10;
}

.l5-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.l5-event-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: clamp(28px, 7vw, 44px);
    font-weight: 700;
    color: #1e1b4b;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.l5-date-ribbon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
    color: #fff;
    padding: 16px 32px;
    border-radius: 60px;
    margin: 24px 0;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.22);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.l5-date-ribbon:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.30);
}

.l5-date-icon {
    font-size: 24px;
}

.l5-date-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.l5-time-text {
    font-size: 14px;
    opacity: 0.9;
}

.l5-calendar-module {
    margin-top: 8px;
}

.l5-invitation-section {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 40px 32px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.l5-invitation-section::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 24px;
    font-family: 'Georgia', serif;
    font-size: 80px;
    color: #e9d5ff;
    line-height: 1;
}

.l5-invitation-text {
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
    text-align: left;
    max-width: 54ch;
    margin: 0 auto;
    padding: 24px 18px 4px;
}

.l5-info-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.l5-info-tile {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.l5-info-tile:hover {
    transform: translateX(4px);
    border-left-color: #8b5cf6;
}

.l5-info-tile.location {
    border-left-color: #ec4899;
    position: relative;
}

.l5-info-tile.location .l5-location-edit-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    z-index: 2;
}

.l5-info-tile.cost {
    border-left-color: #06b6d4;
    position: relative;
}

.l5-info-tile.cost .l5-cost-edit-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    z-index: 2;
}

.l5-info-tile.team {
    border-left-color: #10b981;
    position: relative;
}

.l5-info-tile.team .l5-team-edit-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    z-index: 2;
}

.l5-tile-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.l5-tile-icon.location {
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

.l5-tile-icon.cost {
    background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
}

.l5-tile-icon.team {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.l5-tile-content {
    flex: 1;
    min-width: 0;
}

.l5-tile-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9ca3af;
    margin-bottom: 4px;
}

.l5-tile-value {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

.l5-tile-sub {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.l5-info-tile.team .l5-tile-value {
    font-size: 15px;
    font-weight: 400;
}

.l5-tile-action {
    margin-top: 12px;
}

.l5-price-big {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0891b2;
}

.l5-price-free {
    color: #059669;
    font-size: 24px;
}

.l5-payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.l5-payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #f3f4f6;
    border-radius: 8px;
    font-size: 13px;
    color: #4b5563;
}

.l5-edit-btn {
    position: absolute;
    top: 8px;
    right: 4px;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 20;
    background: rgba(255, 255, 255, 0.9);
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.l5-edit-btn .oj-button-button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.l5-edit-btn img,
.l5-edit-btn .edit-icon {
    width: 30px;
    height: 30px;
    margin-left: -18px;
    display: block;
}

.l5-edit-btn:hover {
    opacity: 1;
}

.l5-photo-frame:hover .l5-edit-btn,
.l5-title-card:hover .l5-edit-btn,
.l5-date-ribbon:hover .l5-edit-btn,
.l5-invitation-section:hover .l5-edit-btn,
.l5-info-tile:hover .l5-edit-btn {
    opacity: 1;
}

.l5-date-ribbon .l5-date-edit-btn {
    position: static;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin-left: auto;
    opacity: 0.7;
}

.l5-date-ribbon .l5-date-edit-btn .oj-button-button {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}

.l5-date-ribbon .l5-date-edit-btn img,
.l5-date-ribbon .l5-date-edit-btn .edit-icon {
    width: 16px;
    height: 16px;
}

.l5-date-ribbon:hover .l5-date-edit-btn {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.l5-timetable {
    margin-top: 24px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #8b5cf6;
    position: relative;
    transition: all 0.3s ease;
}

.l5-timetable:hover {
    transform: translateX(4px);
}

.l5-timetable .event-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9ca3af;
    margin-bottom: 16px;
    margin-left: 0;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
}

.l5-timetable center {
    text-align: left;
}

.l5-timetable .event-title .edit-button {
    margin-left: auto;
}

.l5-timetable #tt ul::before {
    background: linear-gradient(180deg, #e9d5ff 0%, #ddd6fe 50%, #c7d2fe 100%);
}

.l5-timetable #tt ul li .date {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
}

.l5-timetable #tt ul li .date::before {
    background: #5b21b6;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25) 100%, transparent);
}

.l5-timetable #tt ul li .date::after {
    background: #faf5ff;
    border-color: #7c3aed;
    border-width: 0.25rem;
}

.l5-timetable #tt ul li.alternate-color .date {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
}

.l5-timetable #tt ul li.alternate-color .date::before {
    background: #d97706;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25) 100%, transparent);
}

.l5-timetable #tt ul li.alternate-color .date::after {
    border-color: #f59e0b;
}

.l5-timetable #tt ul li .timeline_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1e1b4b;
    padding-block-start: 1.2rem;
    padding-block-end: 0.8rem;
}

.l5-timetable #tt ul li .descr {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    padding-block-end: 1.2rem;
}

.l5-timetable #tt ul li .timeline_title::before,
.l5-timetable #tt ul li .descr::before {
    display: none;
}

.l5-timetable .orga-by {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.l5-timetable .orga-by-unknown {
    background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 640px) {
    .l5-timetable {
        padding: 28px 32px;
    }

    .l5-timetable #tt ul li .date {
        font-size: 1rem;
    }

    .l5-timetable .orga-by,
    .l5-timetable .orga-by-unknown {
        font-size: 12px;
        padding: 7px 12px;
    }
}

@media (max-width: 640px) {
    .l5-container {
        padding: 16px 12px 32px;
    }

    .l5-photo-frame {
        max-width: 280px;
        padding: 8px 8px 32px 8px;
    }

    .l5-photo-frame .l5-photo-image {
        height: 200px;
    }

    .l5-title-card {
        margin: -20px 8px 20px;
        padding: 24px 20px;
    }

    .l5-date-ribbon {
        padding: 12px 24px;
    }

    .l5-date-text {
        font-size: 16px;
    }

    .l5-invitation-section {
        padding: 32px 20px;
    }

    .l5-invitation-section::before {
        font-size: 60px;
        left: 16px;
    }

    .l5-info-tile {
        padding: 20px;
    }

    .l5-tile-icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .l5-photo-frame {
        max-width: 380px;
    }

    .l5-photo-frame .l5-photo-image {
        height: 280px;
    }

    .l5-info-section {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .l5-info-tile {
        flex: 1 1 calc(50% - 8px);
        min-width: 280px;
    }
}