.pt100-wrap {
    --pt100-donker: #2b2b2b;
    --pt100-oranje: #f28c00;
    --pt100-oranje-donker: #d96f00;
    --pt100-oranje-licht: #ffb347;

    position: relative;
    margin: 35px 0;
    padding: 28px;
    overflow: hidden;
    border-radius: 28px;
    color: var(--pt100-donker);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.70), rgba(255,255,255,0.58)),
        radial-gradient(circle at 10% 10%, rgba(242,140,0,0.12), transparent 30%),
        radial-gradient(circle at 90% 30%, rgba(255,179,71,0.10), transparent 34%),
        linear-gradient(135deg, #f8f8f8, #eeeeee);
}

.pt100-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(1200px, 160vw);
    height: min(1200px, 160vw);
    background-image: url('https://radio1224.nl/wp-content/uploads/Logo-1224-Metal-250x250-V1.1-1-scaled.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.28;
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0.45) 78%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0.45) 78%, rgba(0,0,0,0) 100%);
}

.pt100-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: linear-gradient(to right, rgba(248,248,248,0) 0%, rgba(248,248,248,0.45) 45%, rgba(248,248,248,0.86) 78%, rgba(248,248,248,1) 100%);
    pointer-events: none;
    z-index: 1;
}

.pt100-top-title {
    position: relative;
    z-index: 2;
    margin: 0 auto 22px;
    max-width: 980px;
    padding: 28px 24px;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,0.48), rgba(0,0,0,0.16), rgba(0,0,0,0.42)),
        url('https://radio1224.nl/wp-content/uploads/Banner1224V1.5.png');
    background-size: cover, 200% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(43,43,43,0.20);
    box-shadow: 0 10px 26px rgba(0,0,0,0.16);
}

.pt100-top-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(242,140,0,0.24), transparent 36%),
        linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.28));
    pointer-events: none;
    z-index: 0;
}

.pt100-top-title::after {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 17px;
    border: 1px solid rgba(255,255,255,0.18);
    pointer-events: none;
    z-index: 1;
}

.pt100-top-title h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 900;
}

.pt100-intro {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 22px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(43,43,43,0.18);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
    background:
        linear-gradient(135deg, rgba(43,43,43,0.10), rgba(242,140,0,0.14)),
        rgba(255,255,255,0.84);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 22px;
    align-items: center;
}

.pt100-intro-text {
    text-align: left;
}

.pt100-intro-text p {
    margin: 0;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 800;
}

.pt100-intro-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt100-intro-logo img {
    display: block;
    width: 100%;
    max-width: 170px;
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.18));
}

.pt100-form {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(43,43,43,0.32);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    background:
        linear-gradient(135deg, rgba(43,43,43,0.96), rgba(43,43,43,0.88)),
        #2b2b2b;
    overflow: hidden;
}

.pt100-header {
    position: relative;
    margin: 0 0 22px;
    padding: 22px;
    border-radius: 20px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,0.46), rgba(0,0,0,0.12), rgba(0,0,0,0.38)),
        url('https://radio1224.nl/wp-content/uploads/Banner1224V1.5.png');
    background-size: cover, 200% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

.pt100-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(242,140,0,0.22), transparent 36%),
        linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.26));
    pointer-events: none;
    z-index: 0;
}

.pt100-header::after {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.18);
    pointer-events: none;
    z-index: 1;
}

.pt100-header h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
    color: #ffffff;
}

.pt100-section {
    position: relative;
    margin-top: 18px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.40);
}

.pt100-section h3 {
    margin: 0 0 10px;
    color: #2b2b2b;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.pt100-section p {
    margin: 0 0 16px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 1.55;
}

.pt100-form label {
    display: block;
    color: #2b2b2b;
    font-weight: 900;
    margin-bottom: 7px;
}

.pt100-form input,
.pt100-form select,
.pt100-form textarea {
    width: 100%;
    margin-bottom: 14px;
    padding: 12px 13px;
    border-radius: 12px;
    border: 1px solid rgba(43,43,43,0.18);
    background: rgba(255,255,255,0.96);
    color: #2b2b2b;
    font-size: 15px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

.pt100-form textarea {
    min-height: 82px;
    resize: vertical;
    line-height: 1.5;
    font-family: inherit;
}

.pt100-form input:focus,
.pt100-form select:focus,
.pt100-form textarea:focus,
.pt100-form .select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: rgba(242,140,0,0.70);
    box-shadow:
        0 0 0 3px rgba(242,140,0,0.18),
        inset 0 1px 3px rgba(0,0,0,0.06);
}

.pt100-row {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 18px;
}

.pt100-row > label {
    margin-bottom: 0;
    text-align: center;
    padding: 11px 10px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pt100-oranje), var(--pt100-oranje-licht));
    box-shadow: 0 6px 14px rgba(242,140,0,0.28);
}

.pt100-track-fields {
    min-width: 0;
}

.pt100-reason-label {
    margin-top: 10px;
    font-size: 14px;
}

.pt100-reason-field {
    margin-bottom: 0 !important;
}

.pt100-free-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 8px;
}

.pt100-free-reason {
    margin-bottom: 20px;
}

.pt100-button {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 15px 24px;
    background: linear-gradient(135deg, var(--pt100-oranje), var(--pt100-oranje-licht));
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(242,140,0,0.34);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pt100-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(242,140,0,0.42);
}

.pt100-button:active {
    transform: scale(0.98);
}

.pt100-error {
    position: relative;
    z-index: 3;
    max-width: 980px;
    margin: 0 auto 18px;
    padding: 15px 18px;
    border-radius: 18px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    background: #ffe1e1;
    color: #8a1f1f;
    border: 1px solid rgba(138,31,31,0.22);
}

.pt100-thankyou {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 26px;
    border-radius: 24px;
    text-align: center;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(43,43,43,0.96), rgba(43,43,43,0.88)),
        #2b2b2b;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}

.pt100-thankyou-logo {
    display: block;
    width: 150px;
    max-width: 70%;
    height: auto;
    margin: 0 auto 18px;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.30));
}

.pt100-thankyou h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
}

.pt100-thankyou p {
    margin: 0 auto;
    max-width: 720px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 800;
}

.pt100-thankyou strong {
    color: #ffb347;
}

.pt100-popup-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0,0,0,0.62);
    z-index: 9999999;
}

.pt100-popup-overlay.is-visible {
    display: flex;
}

.pt100-popup-box {
    width: min(520px, 100%);
    padding: 24px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(43,43,43,0.96), rgba(43,43,43,0.90)),
        #2b2b2b;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 18px 50px rgba(0,0,0,0.38);
    color: #ffffff;
    text-align: center;
}

.pt100-popup-box h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
}

.pt100-popup-box p {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
}

.pt100-popup-close {
    display: inline-block;
    min-width: 170px;
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f28c00, #ffb347);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(242,140,0,0.34);
}

.select2-container {
    width: 100% !important;
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(43,43,43,0.18);
    background: rgba(255,255,255,0.96);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    color: #2b2b2b;
    padding-left: 13px;
    padding-right: 36px;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 8px;
}

.select2-dropdown {
    border-radius: 14px;
    border: 1px solid rgba(43,43,43,0.18);
    overflow: hidden;
}

.select2-results__option {
    padding: 10px 12px;
    font-weight: 700;
}

.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option[aria-selected],
.select2-dropdown,
.select2-results,
.select2-results__options {
    background: #ffffff !important;
    color: #2b2b2b !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted {
    background: #f28c00 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #eeeeee !important;
    color: #2b2b2b !important;
}

.select2-search--dropdown {
    background: #ffffff !important;
    padding: 8px !important;
}

.select2-search--dropdown .select2-search__field {
    background: #ffffff !important;
    color: #2b2b2b !important;
    border: 1px solid rgba(43,43,43,0.22) !important;
    border-radius: 10px !important;
}

.select2-dropdown {
    border: 1px solid rgba(43,43,43,0.22) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.20) !important;
    z-index: 999999 !important;
}

.pt100-wrap,
.pt100-wrap * {
    text-shadow: none !important;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .pt100-wrap {
        padding: 18px;
        border-radius: 24px;
    }

    .pt100-top-title {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .pt100-top-title h1 {
        font-size: 30px;
    }

    .pt100-intro {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 22px;
        text-align: center;
    }

    .pt100-intro-text {
        text-align: center;
    }

    .pt100-intro-logo img {
        max-width: 150px;
    }

    .pt100-form {
        padding: 18px;
        border-radius: 22px;
    }

    .pt100-header {
        padding: 18px;
    }

    .pt100-header h2 {
        font-size: 26px;
    }

    .pt100-section {
        padding: 16px;
    }

    .pt100-free-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media screen and (max-width: 600px) {
    .pt100-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pt100-row > label {
        text-align: left;
        width: fit-content;
        min-width: 78px;
    }
}

@media screen and (max-width: 480px) {
    .pt100-wrap {
        padding: 12px;
        border-radius: 22px;
    }

    .pt100-top-title h1 {
        font-size: 25px;
    }

    .pt100-intro-text p {
        font-size: 15px;
        line-height: 1.55;
    }

    .pt100-form {
        padding: 14px;
        border-radius: 20px;
    }

    .pt100-header,
    .pt100-section {
        border-radius: 18px;
    }

    .pt100-header h2 {
        font-size: 23px;
    }

    .pt100-section h3 {
        font-size: 21px;
    }

    .pt100-popup-box {
        padding: 20px;
        border-radius: 20px;
    }

    .pt100-popup-box h3 {
        font-size: 23px;
    }

    .pt100-thankyou {
        padding: 26px 18px;
        border-radius: 20px;
    }

    .pt100-thankyou h2 {
        font-size: 26px;
    }

    .pt100-thankyou p {
        font-size: 16px;
    }
}

/* Beheerdersoverzicht op webpagina */
.pt100-admin-public {
    color: #2b2b2b;
}

.pt100-admin-hero,
.pt100-admin-locked {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 22px;
    padding: 24px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(43,43,43,0.95), rgba(43,43,43,0.88)),
        #2b2b2b;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    text-align: center;
}

.pt100-admin-hero h2,
.pt100-admin-locked h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}

.pt100-admin-hero p,
.pt100-admin-locked p {
    margin: 0 auto;
    max-width: 780px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 700;
}

.pt100-admin-button,
.pt100-admin-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f28c00, #ffb347);
    color: #ffffff !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(242,140,0,0.28);
}

.pt100-admin-stats {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pt100-admin-stat {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(43,43,43,0.16);
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.pt100-admin-stat span {
    display: block;
    color: #f28c00;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.pt100-admin-stat p {
    margin: 8px 0 0;
    color: #2b2b2b;
    font-weight: 900;
}

.pt100-admin-nav {
    position: sticky;
    top: 16px;
    z-index: 5;
    max-width: 1180px;
    margin: 0 auto 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(43,43,43,0.92);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}

.pt100-admin-panel {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto 28px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(43,43,43,0.16);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.pt100-admin-panel-title {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 3px solid rgba(242,140,0,0.28);
}

.pt100-admin-panel-title h2 {
    margin: 0 0 8px;
    color: #2b2b2b;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}

.pt100-admin-panel-title p {
    margin: 0;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
}

.pt100-admin-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid rgba(43,43,43,0.12);
}

.pt100-admin-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    background: #ffffff;
}

.pt100-admin-table th {
    background: #2b2b2b;
    color: #ffffff;
    padding: 13px 12px;
    text-align: left;
    font-weight: 900;
    white-space: nowrap;
}

.pt100-admin-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(43,43,43,0.10);
    color: #2b2b2b;
    vertical-align: top;
    font-weight: 700;
}

.pt100-admin-table tbody tr:nth-child(even) td {
    background: rgba(242,140,0,0.07);
}

.pt100-admin-top100-table tbody tr:first-child td {
    background: linear-gradient(135deg, rgba(242,140,0,0.18), rgba(255,179,71,0.24));
    font-weight: 900;
}

.pt100-admin-empty {
    padding: 16px;
    border-radius: 16px;
    background: rgba(242,140,0,0.10);
    color: #2b2b2b;
    font-weight: 900;
}

.pt100-motivation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pt100-motivation-card,
.pt100-submission-card {
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(43,43,43,0.14);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.pt100-motivation-card header,
.pt100-submission-card header {
    padding: 17px;
    background:
        linear-gradient(135deg, rgba(43,43,43,0.96), rgba(43,43,43,0.88)),
        #2b2b2b;
    color: #ffffff;
}

.pt100-motivation-card header h3,
.pt100-submission-card header h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}

.pt100-motivation-card header p,
.pt100-submission-card header p {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.pt100-motivation-card header span,
.pt100-submission-card header span {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f28c00, #ffb347);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.pt100-motivation-list {
    padding: 14px;
}

.pt100-motivation-item {
    padding: 14px;
    border-radius: 16px;
    background: rgba(242,140,0,0.08);
    border-left: 5px solid #f28c00;
}

.pt100-motivation-item + .pt100-motivation-item {
    margin-top: 12px;
}

.pt100-motivation-item blockquote,
.pt100-submission-list blockquote {
    margin: 0 0 10px;
    color: #2b2b2b;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 800;
}

.pt100-motivation-item p {
    margin: 0;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 800;
}

.pt100-pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 900;
    white-space: nowrap;
}

.pt100-pill.is-yes {
    background: #2e7d32;
}

.pt100-pill.is-no {
    background: #8a1f1f;
}

.pt100-submission-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.pt100-submission-card header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.pt100-submission-list {
    margin: 0;
    padding: 16px 16px 16px 42px;
}

.pt100-submission-list li {
    margin-bottom: 13px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(242,140,0,0.08);
}

.pt100-submission-list li::marker {
    color: #f28c00;
    font-weight: 900;
}

.pt100-submission-list strong {
    display: block;
    color: #2b2b2b;
    font-weight: 900;
}

.pt100-submission-list span {
    display: block;
    margin-top: 3px;
    color: #2b2b2b;
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .pt100-admin-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt100-motivation-grid {
        grid-template-columns: 1fr;
    }

    .pt100-admin-nav {
        position: relative;
        top: auto;
    }
}

@media screen and (max-width: 560px) {
    .pt100-admin-stats {
        grid-template-columns: 1fr;
    }

    .pt100-admin-panel {
        padding: 16px;
        border-radius: 20px;
    }

    .pt100-admin-panel-title h2 {
        font-size: 24px;
    }

    .pt100-submission-card header {
        display: block;
    }
}

.pt100-ip-note {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 22px;
    padding: 14px 18px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(242,140,0,0.14), rgba(255,179,71,0.24)),
        rgba(255,255,255,0.90);
    border-left: 6px solid #f28c00;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.pt100-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pt100-setting-card {
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(43,43,43,0.14);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.pt100-setting-card h3 {
    margin: 0 0 10px;
    color: #2b2b2b;
    font-size: 21px;
    font-weight: 900;
}

.pt100-setting-card p {
    margin: 0 0 14px;
    color: #2b2b2b;
    font-weight: 800;
}

.pt100-status-on {
    color: #2e7d32;
}

.pt100-status-off {
    color: #8a1f1f;
}

.pt100-small-button {
    min-height: 36px;
    padding: 8px 13px;
    font-size: 13px;
}

.pt100-public-subtitle {
    margin: 24px 0 12px;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 900;
}

.pt100-single-submission-panel {
    border: 3px solid rgba(242,140,0,0.28);
}

@media screen and (max-width: 760px) {
    .pt100-settings-grid {
        grid-template-columns: 1fr;
    }
}

/* Motivatieveld pas tonen na klik */
.pt100-reason-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 10px 0 0;
    padding: 9px 14px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f28c00, #ffb347);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(242,140,0,0.26);
}

.pt100-reason-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 9px 18px rgba(242,140,0,0.34);
}

.pt100-reason-toggle.is-open {
    background: linear-gradient(135deg, #2b2b2b, #4a4a4a);
}

.pt100-reason-wrap {
    display: none;
    margin-top: 10px;
}

.pt100-reason-wrap.is-visible {
    display: block;
}

/* Motivatieknop en verborgen motivatievelden - sterke override */
.pt100-reason-wrap {
    display: none !important;
    margin-top: 10px !important;
}

.pt100-reason-wrap.is-visible {
    display: block !important;
}

.pt100-reason-wrap:not(.is-visible) .pt100-reason-field,
.pt100-reason-wrap:not(.is-visible) textarea {
    display: none !important;
}

.pt100-reason-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 190px !important;
    margin: 10px 0 0 !important;
    padding: 11px 16px !important;
    border: 0 !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #f28c00, #ffb347) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
    box-shadow: 0 6px 14px rgba(242,140,0,0.28) !important;
    text-shadow: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

.pt100-reason-toggle::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.pt100-reason-toggle:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(242,140,0,0.38) !important;
}

.pt100-reason-toggle.is-open {
    background: linear-gradient(135deg, #2b2b2b, #4a4a4a) !important;
    box-shadow: 0 6px 14px rgba(43,43,43,0.30) !important;
}

.pt100-reason-toggle.is-open::before {
    content: "−";
}

.pt100-free-reason .pt100-reason-toggle {
    margin-top: 0 !important;
}

/* Extra harde verberging voor motivatievelden */
.pt100-wrap .pt100-reason-wrap[hidden],
.pt100-wrap .pt100-reason-wrap[style*="display:none"],
.pt100-wrap .pt100-reason-wrap:not(.is-visible) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pt100-wrap .pt100-reason-wrap.is-visible {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    margin-top: 10px !important;
}

/* Motivatieknop: kleiner en donkergrijs */
.pt100-wrap .pt100-reason-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 145px !important;
    margin: 8px 0 0 !important;
    padding: 8px 12px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #2b2b2b !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    cursor: pointer !important;
    box-shadow: 0 5px 12px rgba(43,43,43,0.28) !important;
    text-shadow: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

.pt100-wrap .pt100-reason-toggle::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.pt100-wrap .pt100-reason-toggle:hover {
    background: #1f1f1f !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 16px rgba(43,43,43,0.34) !important;
}

.pt100-wrap .pt100-reason-toggle.is-open {
    background: #2b2b2b !important;
}

.pt100-wrap .pt100-reason-toggle.is-open::before {
    content: "−";
}

/* Motivatievelden echt standaard verbergen */
.pt100-wrap .pt100-reason-wrap[hidden],
.pt100-wrap .pt100-reason-wrap:not(.is-visible) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pt100-wrap .pt100-reason-wrap.is-visible {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    margin-top: 10px !important;
}

.pt100-danger-panel {
    border: 2px solid rgba(138,31,31,0.24) !important;
}

.pt100-danger-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #8a1f1f, #c0392b);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(138,31,31,0.28);
}

.pt100-danger-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(138,31,31,0.36);
}

.pt100-admin-success-message {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto 22px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(46,125,50,0.12);
    border-left: 6px solid #2e7d32;
    color: #2b2b2b;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.pt100-delete-row-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 0;
    border-radius: 999px;
    background: #8a1f1f;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 5px 12px rgba(138,31,31,0.22);
}

.pt100-delete-row-button:hover {
    background: #6f1717;
}

.pt100-single-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 0 0 18px;
}

.pt100-single-delete-button {
    min-height: 42px;
}

/* Motivaties in Top 100 overzicht */
.pt100-track-motivation-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 12px;
    border: 0;
    border-radius: 999px;
    background: #2b2b2b;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    cursor: pointer;
    box-shadow: 0 5px 12px rgba(43,43,43,0.22);
}

.pt100-track-motivation-toggle:hover {
    background: #1f1f1f;
    transform: translateY(-1px);
}

.pt100-track-motivation-toggle.is-open {
    background: #f28c00;
}

.pt100-track-motivation-row[hidden],
.pt100-track-motivation-row:not(.is-visible) {
    display: none !important;
}

.pt100-track-motivation-row.is-visible {
    display: table-row !important;
}

.pt100-track-motivation-box {
    padding: 14px;
    border-radius: 18px;
    background: rgba(43,43,43,0.04);
    border: 1px solid rgba(43,43,43,0.12);
}

.pt100-track-motivation-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(43,43,43,0.12);
}

.pt100-track-motivation-item:last-child {
    border-bottom: 0;
}

.pt100-track-motivation-item blockquote {
    margin: 0 0 8px;
    padding: 10px 13px;
    border-left: 5px solid #f28c00;
    background: #ffffff;
    border-radius: 12px;
    color: #2b2b2b;
    font-weight: 800;
}

.pt100-track-motivation-item p {
    margin: 0;
    color: #555;
    font-size: 13px;
    font-weight: 800;
}

.pt100-no-motivation {
    display: inline-block;
    color: #777;
    font-weight: 800;
    font-size: 13px;
}

.pt100-admin-password-note {
    border: 2px solid rgba(43,43,43,0.12);
}

/* Zeker tonen/verbergen van motivatie-rijen in de Top 100 */
.pt100-admin-top100-table .pt100-track-motivation-row[hidden] {
    display: none !important;
}

.pt100-admin-top100-table .pt100-track-motivation-row.is-visible {
    display: table-row !important;
}

/* Zoekdropdown: meer suggesties zichtbaar met scrollbar */
.select2-results__options {
    max-height: 420px !important;
    overflow-y: auto !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 420px !important;
    overflow-y: auto !important;
}

/* Flyer en spelregels op het invulformulier */
.pt100-flyer-box {
    position: relative;
    z-index: 2;
    max-width: 360px;
    margin: 0 auto 22px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(43,43,43,0.10);
    box-shadow: 0 10px 26px rgba(0,0,0,0.12);
    text-align: center;
}

.pt100-flyer-box img {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
}

.pt100-rules-box {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 26px auto 0;
    padding: 22px 24px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(43,43,43,0.96), rgba(43,43,43,0.88)),
        #2b2b2b;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    border-left: 7px solid #f28c00;
}

.pt100-rules-box h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
}

.pt100-rules-box p {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
}

.pt100-rules-box p:last-child {
    margin-bottom: 0;
}

.pt100-added-motivation {
    max-width: 360px;
    padding: 10px 12px;
    border-left: 5px solid #f28c00;
    border-radius: 12px;
    background: rgba(242,140,0,0.10);
    color: #2b2b2b;
    font-weight: 800;
    line-height: 1.45;
}

/* Flyer op paginabreedte */
.pt100-flyer-box {
    max-width: 980px !important;
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

.pt100-flyer-box img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    border-radius: 24px !important;
}

/* Beheerpagina - Nummers toevoegen: motivatie beter leesbaar */
#pt100-eigen-nummers .pt100-added-motivation {
    max-width: 520px !important;
    padding: 14px 16px !important;
    border-left: 6px solid #f28c00 !important;
    border-radius: 14px !important;
    background: #fff7ed !important;
    color: #2b2b2b !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 800 !important;
    box-shadow: inset 0 0 0 1px rgba(242,140,0,0.18) !important;
    white-space: normal !important;
}

#pt100-eigen-nummers .pt100-admin-table td {
    vertical-align: top !important;
}

#pt100-eigen-nummers .pt100-admin-table th:last-child,
#pt100-eigen-nummers .pt100-admin-table td:last-child {
    min-width: 320px;
}

/* Popup voor ingezonden lijst */
body.pt100-modal-open {
    overflow: hidden;
}

.pt100-modal-overlay[hidden] {
    display: none !important;
}

.pt100-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.68);
}

.pt100-modal-window {
    position: relative;
    width: min(980px, 96vw);
    max-height: 88vh;
    overflow-y: auto;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0,0,0,0.35);
    padding: 22px;
}

.pt100-modal-close {
    position: sticky;
    top: 0;
    float: right;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #2b2b2b;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
}

.pt100-modal-close:hover {
    background: #f28c00;
    color: #2b2b2b;
}

.pt100-modal-content {
    clear: both;
}

.pt100-modal-content .pt100-single-submission-panel {
    margin: 0;
    box-shadow: none;
    border: 0;
    padding-top: 0;
}

.pt100-view-list-button {
    cursor: pointer;
}

/* Hou popups buiten de tabel-layout */
.pt100-modal-holder {
    display: contents;
}
