.vfm-candidat {
    margin: 0;
    text-align: center;
}

.vfm-candidat h3 {
    margin-top: 0;
    font-size: 1.1rem;
}

.vfm-thumbnail {
    margin: 0 auto 15px;
}

.vfm-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.vfm-excerpt {
    margin-bottom: 15px;
}

.jury-vote-form {
    margin-top: 15px;
}

.vfm-vote-status {
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.vfm-vote-status.voted {
    color: #2f4a11;
}

.vfm-vote-status.not-voted {
    color: #111111;
}

:root {
    --vfm-qj-primary: #89d007;
    --vfm-qj-primary-deep: #6aa103;
    --vfm-qj-primary-soft: #c8f281;
    --vfm-qj-ink: #1f2a12;
    --vfm-qj-muted: #536045;
}

.vfm-quickjury-login-shell,
.vfm-quickjury-box {
    font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
}

.vfm-quickjury-login-shell {
    max-width: 1040px;
    margin: 36px auto;
    padding: 16px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 20%, rgba(137, 208, 7, 0.26), transparent 46%),
        radial-gradient(circle at 90% 82%, rgba(137, 208, 7, 0.2), transparent 42%),
        linear-gradient(148deg, #f3f9e1 0%, #eff8d7 45%, #f6fbe8 100%);
    border: 1px solid rgba(137, 208, 7, 0.3);
}

.vfm-quickjury-login-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px;
}

.vfm-quickjury-brand-panel {
    padding: 26px;
    border-radius: 20px;
    background:
        linear-gradient(160deg, rgba(137, 208, 7, 0.96) 0%, rgba(114, 176, 6, 0.96) 65%, rgba(88, 141, 4, 0.98) 100%);
    color: #f8ffea;
    border: 1px solid rgba(59, 99, 0, 0.35);
    box-shadow: 0 14px 35px rgba(37, 57, 8, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vfm-quickjury-logo {
    display: block;
    max-width: 215px;
    width: 100%;
    height: auto;
    margin: 0 auto 14px;
    filter: drop-shadow(0 8px 14px rgba(23, 41, 1, 0.2));
}

.vfm-quickjury-logo-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 62px;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.vfm-quickjury-brand-panel h2 {
    margin: 3px 0 8px;
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.vfm-quickjury-brand-panel p {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
}

.vfm-quickjury-box {
    max-width: 760px;
    margin: 26px auto;
    padding: 24px;
    border: 1px solid rgba(137, 208, 7, 0.24);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(50, 72, 14, 0.12);
}

.vfm-quickjury-login-layout .vfm-quickjury-box {
    max-width: none;
    margin: 0;
}

.vfm-quickjury-login-card h3 {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    color: var(--vfm-qj-ink);
}

.vfm-quickjury-subtitle {
    margin: 6px 0 16px;
    font-size: 0.88rem;
    color: var(--vfm-qj-muted);
}

.vfm-quickjury-brand-inline {
    margin-bottom: 12px;
    text-align: center;
}

.vfm-quickjury-brand-inline .vfm-quickjury-logo {
    max-width: 168px;
    margin: 0 auto;
}

.vfm-quickjury-brand-inline .vfm-quickjury-logo-fallback {
    min-width: 150px;
    min-height: 52px;
    margin: 0 auto;
    color: #29410b;
    background: rgba(137, 208, 7, 0.2);
    border-color: rgba(137, 208, 7, 0.34);
}

.vfm-quickjury-form .form-label {
    color: #243510;
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.vfm-quickjury-form .form-control {
    min-height: 42px;
    border-color: #d5dfc1;
    border-radius: 10px;
    font-size: 0.89rem;
}

.vfm-quickjury-form .form-control:focus {
    border-color: var(--vfm-qj-primary);
    box-shadow: 0 0 0 0.18rem rgba(137, 208, 7, 0.26);
}

.vfm-quickjury-form .form-check-label {
    font-size: 0.82rem;
    color: #4d5f37;
}

.vfm-quickjury-form .form-check-input:checked {
    background-color: var(--vfm-qj-primary);
    border-color: var(--vfm-qj-primary-deep);
}

.vfm-quickjury-primary-btn {
    background: linear-gradient(180deg, var(--vfm-qj-primary) 0%, #7ec106 100%);
    border: 1px solid #6daa02;
    color: #1a2b07;
    border-radius: 11px;
    min-height: 43px;
    min-width: 158px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.vfm-quickjury-primary-btn:hover,
.vfm-quickjury-primary-btn:focus {
    background: linear-gradient(180deg, #7fc304 0%, #6faa04 100%);
    border-color: #669a03;
    color: #ffffff;
}

.vfm-quickjury-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.vfm-qj-dashboard {
    max-width: 1120px;
    font-size: 14px;
    line-height: 1.45;
}

.vfm-qj-dashboard-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 8px;
}

.vfm-qj-dashboard-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vfm-qj-dashboard-logo {
    margin: 0 auto;
}

.vfm-qj-dashboard-title-wrap p {
    margin: 4px 0 0;
    font-size: 0.84rem;
    color: #4f6141;
}

.vfm-qj-dashboard h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #243510;
}

.vfm-qj-dashboard .btn {
    border-radius: 12px;
    min-height: 40px;
    padding: 0.48rem 0.95rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: all 0.18s ease;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
    -webkit-tap-highlight-color: transparent;
}

.vfm-qj-dashboard .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.vfm-qj-dashboard .btn:focus,
.vfm-qj-dashboard .btn:focus-visible,
.vfm-qj-dashboard .btn:active {
    outline: none !important;
    border: none !important;
}

.vfm-qj-dashboard .vfm-quickjury-primary-btn {
    color: #ffffff !important;
    background: linear-gradient(180deg, #95df12 0%, #77b805 100%) !important;
}

.vfm-qj-dashboard .vfm-quickjury-primary-btn:hover,
.vfm-qj-dashboard .vfm-quickjury-primary-btn:focus {
    color: #ffffff !important;
    background: linear-gradient(180deg, #7dc206 0%, #639603 100%) !important;
}

.vfm-qj-dashboard .btn-outline-primary {
    color: #ffffff !important;
    background: linear-gradient(180deg, #93dc11 0%, #79bc05 100%) !important;
}

.vfm-qj-dashboard .btn-outline-primary:hover,
.vfm-qj-dashboard .btn-outline-primary:focus {
    color: #ffffff !important;
    background: linear-gradient(180deg, #7fc406 0%, #649804 100%) !important;
}

.vfm-qj-dashboard .btn-outline-secondary {
    color: #111111 !important;
    background: #ffffff !important;
}

.vfm-qj-dashboard .btn-outline-secondary:hover,
.vfm-qj-dashboard .btn-outline-secondary:focus {
    color: #111111 !important;
    background: #ebf9cf !important;
}

.vfm-qj-dashboard .btn-outline-success {
    color: #ffffff !important;
    background: linear-gradient(180deg, #8dd310 0%, #70ab04 100%) !important;
}

.vfm-qj-dashboard .btn-outline-success:hover,
.vfm-qj-dashboard .btn-outline-success:focus {
    color: #ffffff !important;
    background: linear-gradient(180deg, #79bc05 0%, #5f9203 100%) !important;
}

.vfm-qj-dashboard .btn-outline-danger {
    color: #ffffff !important;
    background: #111111 !important;
}

.vfm-qj-dashboard .btn-outline-danger:hover,
.vfm-qj-dashboard .btn-outline-danger:focus {
    color: #ffffff !important;
    background: #000000 !important;
}

.vfm-qj-dashboard .vfm-qj-btn-dark {
    color: #ffffff !important;
    background: #111111 !important;
}

.vfm-qj-dashboard .vfm-qj-btn-dark:hover,
.vfm-qj-dashboard .vfm-qj-btn-dark:focus {
    color: #ffffff !important;
    background: #000000 !important;
}

.vfm-qj-step-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(137, 208, 7, 0.24);
    background:
        radial-gradient(circle at 100% 0%, rgba(137, 208, 7, 0.09), transparent 44%),
        linear-gradient(180deg, #ffffff 0%, #fbfdf5 100%);
    box-shadow: 0 8px 24px rgba(43, 68, 10, 0.08);
}

.vfm-qj-step-card h3 {
    margin: 0 0 6px;
    font-size: 1.02rem;
    font-weight: 800;
    color: #22310f;
}

.vfm-qj-step-card h4 {
    margin: 0 0 10px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #365116;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.vfm-qj-notice {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 1.5;
    border: 1px solid #d6e8b4;
}

.vfm-qj-notice-success {
    color: #0f1a08;
    background: #eff9db;
}

.vfm-qj-notice-error {
    color: #111111;
    background: #ffffff;
    border-left: 4px solid #111111;
}

.vfm-qj-form .form-control {
    min-height: 40px;
    border-color: #dbe7c9;
    border-radius: 10px;
    font-size: 0.83rem;
    background: #ffffff;
}

.vfm-qj-form .form-control:focus {
    border-color: var(--vfm-qj-primary);
    box-shadow: 0 0 0 0.18rem rgba(137, 208, 7, 0.26);
}

.vfm-qj-jury-row {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 1.1fr auto;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(137, 208, 7, 0.2);
    background: #fcfff6;
    align-items: center;
}

.vfm-qj-criteria-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(137, 208, 7, 0.2);
    background: #fcfff6;
    align-items: center;
}

.vfm-qj-delete-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid #d7e5be;
    background: #fff;
    font-size: 0.78rem;
    color: #445534;
    min-height: 40px;
}

.vfm-qj-delete-toggle input {
    margin: 0;
}

.vfm-qj-empty {
    margin: 0;
    padding: 10px 12px;
    border: 1px dashed #cfdfb2;
    border-radius: 10px;
    background: #fbfef5;
}

.vfm-qj-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.vfm-qj-number-wrap {
    max-width: 220px;
    margin-bottom: 14px;
}

.vfm-qj-number-wrap .form-label {
    color: #243510;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.vfm-qj-tableau-names-wrap {
    margin: 12px 0 4px;
    padding: 10px;
    border-radius: 12px;
    background: #f9fdea;
    border: 1px solid rgba(137, 208, 7, 0.2);
}

.vfm-qj-tableau-names-wrap h4 {
    margin-bottom: 8px;
}

.vfm-qj-tableau-names-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vfm-qj-tableau-name-row .form-label {
    margin-bottom: 4px;
    color: #253612;
    font-size: 0.76rem;
    font-weight: 700;
}

.vfm-qj-dnd-board {
    margin-top: 12px;
    display: block;
}

.vfm-qj-tabs-shell {
    min-width: 0;
}

.vfm-qj-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.vfm-qj-tab-btn {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: #ffffff;
    color: #111111;
    border-radius: 12px;
    min-height: 40px;
    padding: 0.48rem 0.95rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.1;
    transition: all 0.18s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

.vfm-qj-tab-btn:hover {
    color: #111111 !important;
    background: #f2f9e3 !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.vfm-qj-tab-btn:focus,
.vfm-qj-tab-btn:active {
    color: #111111;
    background: #ebf9cf;
    outline: none;
    border: none;
}

.vfm-qj-tab-btn:focus-visible {
    outline: none;
    border: none;
}

.vfm-qj-tab-btn.is-active {
    background: linear-gradient(180deg, #93dd11 0%, #77b805 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.vfm-qj-tab-btn.is-active:focus,
.vfm-qj-tab-btn.is-active:active,
.vfm-qj-tab-btn.is-active:focus-visible {
    background: linear-gradient(180deg, #93dd11 0%, #77b805 100%) !important;
    color: #ffffff !important;
    outline: none !important;
    border: none !important;
}

.vfm-qj-dashboard button::-moz-focus-inner,
.vfm-qj-dashboard .btn::-moz-focus-inner {
    border: 0;
}

.vfm-qj-tab-panel {
    display: none;
}

.vfm-qj-tab-panel.is-active {
    display: block;
}

.vfm-qj-tableau-block {
    margin-top: 0;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(137, 208, 7, 0.26);
    background: #f9fdea;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.vfm-qj-tableau-block h4 {
    margin-bottom: 8px;
}

.vfm-qj-tableau-workspace {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 300px;
}

.vfm-qj-tableau-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.vfm-qj-tableau-col h5 {
    margin: 0 0 6px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4a642a;
}

.vfm-qj-dropzone {
    flex: 1;
    min-height: 170px;
    max-height: 68vh;
    overflow: auto;
    padding: 8px;
    border-radius: 10px;
    border: 2px dashed #cfe49d;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.vfm-qj-dropzone.is-over {
    border-color: #89d007;
    background: #f4fcd9;
    box-shadow: inset 0 0 0 1px rgba(137, 208, 7, 0.24);
}

.vfm-qj-candidate-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    border: 1px solid #d6e6b7;
    background: #ffffff;
    border-radius: 10px;
    padding: 7px;
    cursor: grab;
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.vfm-qj-candidate-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(50, 72, 14, 0.12);
    border-color: #bddf7b;
}

.vfm-qj-candidate-card.is-dragging {
    opacity: 0.55;
    cursor: grabbing;
    transform: scale(0.98);
}

.vfm-qj-candidate-card img,
.vfm-qj-candidate-noimg {
    width: 62px;
    height: 62px;
    border-radius: 9px;
}

.vfm-qj-candidate-card img {
    display: block;
    object-fit: cover;
    border: 1px solid #cadf9e;
}

.vfm-qj-candidate-noimg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    color: #5e7246;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: linear-gradient(165deg, #f2fadf 0%, #ecf7d5 100%);
    border: 1px dashed #c6de98;
}

.vfm-qj-candidate-meta {
    min-width: 0;
}

.vfm-qj-candidate-meta strong {
    display: block;
    margin: 0 0 2px;
    font-size: 0.79rem;
    line-height: 1.3;
    color: #22310f;
    word-break: break-word;
}

.vfm-qj-candidate-meta small {
    display: block;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #557137;
}

.vfm-qj-jury-page {
    max-width: 1120px;
}

.vfm-qj-vote-step {
    margin-top: 14px;
}

.vfm-qj-jury-page .vfm-qj-tab-buttons {
    margin-bottom: 14px;
}

.vfm-qj-jury-page .vfm-qj-tab-panel {
    margin-top: 0;
}

.vfm-qj-vote-tableau-block {
    min-height: 0;
    margin-top: 0;
}

.vfm-qj-vote-title {
    margin: 0 0 12px;
    text-align: center;
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #22310f;
}

.vfm-qj-vote-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.vfm-qj-vote-card {
    margin-top: 0;
    padding: 14px;
}

.vfm-qj-vote-card-head {
    margin-bottom: 9px;
}

.vfm-qj-vote-card .card-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: #1f2a12;
}

.vfm-qj-vote-card-meta {
    margin: 5px 0 0;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #557137;
}

.vfm-qj-vote-card .vfm-thumbnail {
    margin: 0 auto 12px;
}

.vfm-qj-vote-card .vfm-thumbnail img {
    max-width: 220px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #d2e5ae;
    box-shadow: 0 8px 22px rgba(43, 68, 10, 0.12);
}

.vfm-qj-vote-card .vfm-excerpt {
    margin: 0 0 12px;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #2f4318;
}

.vfm-qj-vote-form {
    margin-top: 8px;
}

.vfm-qj-criterion-block {
    margin: 0 0 11px;
    padding: 10px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d8e9b7;
}

.vfm-qj-criterion-label {
    display: block;
    margin-bottom: 7px;
    font-size: 0.8rem;
    font-weight: 800;
    color: #22310f;
}

.vfm-qj-score-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.vfm-qj-score-pill {
    position: relative;
    margin: 0;
}

.vfm-qj-score-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vfm-qj-score-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #cfe3a7;
    background: #ffffff;
    color: #22310f;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease;
}

.vfm-qj-score-pill span:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(43, 68, 10, 0.15);
}

.vfm-qj-score-input:checked + span {
    background: linear-gradient(180deg, #95df12 0%, #77b805 100%);
    border-color: #73af05;
    color: #ffffff;
    box-shadow: 0 7px 14px rgba(63, 97, 14, 0.22);
}

.vfm-qj-score-input:focus-visible + span {
    box-shadow: 0 0 0 0.18rem rgba(137, 208, 7, 0.3);
}

.vfm-qj-vote-submit {
    margin-top: 4px;
    min-width: 146px;
}

.vfm-qj-vote-feedback {
    margin-top: 10px;
}

.vfm-qj-vote-feedback:empty {
    display: none;
}

.vfm-qj-vote-empty {
    margin-top: 0;
}

body.vfm-jury-vote-page {
    background: #89d007 !important;
}

body.vfm-jury-vote-page .vfm-qj-jury-page.vfm-quickjury-box {
    box-shadow: none !important;
}

body.vfm-jury-vote-page #content .e-con,
body.vfm-jury-vote-page #content .e-con-inner,
body.vfm-jury-vote-page #content .elementor-widget-container,
body.vfm-jury-vote-page #content .e-n-tabs-content,
body.vfm-jury-vote-page #content .e-n-tab-content {
    background: transparent !important;
    box-shadow: none !important;
}

body.vfm-jury-vote-page .entry-title,
body.vfm-jury-vote-page .wp-block-post-title,
body.vfm-jury-vote-page .page-title,
body.vfm-jury-vote-page .elementor-widget-theme-post-title,
body.vfm-jury-vote-page .elementor-widget-theme-post-title .elementor-heading-title,
body.vfm-jury-vote-page .elementor-page-title {
    display: none !important;
}

body.vfm-jury-vote-page main .entry-header,
body.vfm-jury-vote-page main .page-header,
body.vfm-jury-vote-page main article > header {
    display: none !important;
}

@media (max-width: 900px) {
    .vfm-quickjury-login-shell {
        margin: 18px auto;
        padding: 12px;
        border-radius: 18px;
    }

    .vfm-quickjury-brand-panel,
    .vfm-quickjury-box {
        padding: 18px;
        border-radius: 14px;
    }

    .vfm-quickjury-logo {
        max-width: 185px;
    }

    .vfm-qj-jury-row {
        grid-template-columns: 1fr;
    }

    .vfm-qj-criteria-row {
        grid-template-columns: 1fr;
    }

    .vfm-qj-delete-toggle {
        width: fit-content;
    }

    .vfm-qj-dnd-board {
        display: block;
    }

    .vfm-qj-tab-btn {
        width: 100%;
        text-align: center;
    }

    .vfm-qj-tableau-workspace {
        grid-template-columns: 1fr;
    }

    .vfm-qj-dashboard-logo {
        max-width: 170px !important;
    }

    .vfm-qj-tableau-names-grid {
        grid-template-columns: 1fr;
    }

    .vfm-qj-vote-card {
        padding: 12px;
    }

    .vfm-qj-score-pill span {
        width: 30px;
        height: 30px;
    }
}
