.zcj-content .zcj-item strong {
    width: 170px;
    display: inline-block;
}

.zcj-content input#zcj-new-evidence {
    width: 454px;
}

.swal2-container.swal2-top-end.swal2-backdrop-show {
    margin-top: 40px !important;
}

.zcj-content #zcj-add-evidence {
    width: 69px;
    background-color: #cd2653;
    border-color: #cd2653;
}

.zcj-content .zcj-remove-item {
    background-color: #cd2653;
    border-color: #cd2653;
    color: #fff;
}

.zcj-remove-evidence {
    background-color: transparent !important;
    border-color: #cd2653 !important;
    color: #cd2653 !important;
}

.zcj-content .zcj-item {
    margin-bottom: 18px;
}

.zcj-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.zcj-gf-entry-view {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 15px;
    margin-top: 15px;
}

.zcj-gf-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.zcj-gf-row:last-child {
    border-bottom: none;
}

.zcj-gf-label {
    width: 35%;
    font-weight: 600;
    color: #23282d;
}

.zcj-gf-value {
    width: 65%;
}

.zcj-gf-entry-view {
    background: #fff;
    border: 1px solid #ccd0d4;
    margin-top: 20px;
}

.zcj-gf-row {
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.zcj-gf-label {
    font-weight: 600;
    color: #23282d;
    font-size: 15px;
}

.zcj-gf-value {
    white-space: normal;
    font-size: 15px;
}

.zcj-gf-complex {
    font-size: 15px;
}

.zcj-gf-complex img {
    float: left;
    margin: 3px 10px 0 0;
}

.gfield_consent_description {
    margin-top: 12px;
}

.zcj-gf-block h4 {
    margin-top: 0 !important;
}

.zcj-gf-block {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.zcj-gf-block h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.zcj-gf-complex table {
    width: 100%;
    border-collapse: collapse;
}

.zcj-gf-complex th,
.zcj-gf-complex td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

#zcj-edit-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 420px;
    max-width: 90%;
    padding: 20px 24px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    z-index: 100000;
    display: none;
    animation: zcjModalFade 0.25s ease;
}

#zcj-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    display: none;
}

#zcj-edit-modal h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #1d2327;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}

#zcj-edit-modal label {
    font-weight: 600;
    font-size: 13px;
    color: #444;
}

#zcj-edit-modal input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ccd0d4;
    margin-top: 4px;
}

.zcj-errors {
    color: #d63638;
    font-size: 13px;
    margin-top: 4px;
}

.zcj-input-error {
    border: 1px solid #d63638 !important;
}

#zcj-edit-modal input:focus {
    border-color: #d63638;
    box-shadow: 0 0 0 1px #d63638;
    outline: none;
}

#zcj-edit-modal p:last-child {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

#zcj-edit-modal .button-primary {
    background: #d63638;
    border-color: #d63638;
}

#zcj-users-table_filter {
    padding-bottom: 10px;
}

.user-error {
    color: #ff0000;
    padding: 2px;
}

#zcj-edit-modal .button-primary:hover {
    background: #135e96;
    border-color: #135e96;
}

@keyframes zcjModalFade {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.zcj-login-required {
    text-align: center;
    padding: 60px 20px;
    border-radius: 12px;
    max-width: 520px;
    margin: 80px auto;
}

.zcj-login-required p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1f2937;
}

.zcj-login-btn {

    /* border-color: #cf2d53 !important; */

    display: inline-block;
    padding: 14px 34px;
    background: #cf2d53 !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(11, 94, 215, 0.35);
}

.zcj-login-btn:hover {
    background: #084298;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(11, 94, 215, 0.45);
}

.zcj-stage-card {
    display: none;
}

.zcj-stage-card.active {
    display: block;
}

.zcj-step-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.zcj-prev-btn,
.zcj-next-btn {
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.zcj-prev-btn {
    text-decoration: none !important;
    background: #e5e7eb;
    color: #111827;
}

.zcj-next-btn {
    text-decoration: none !important;
    background: #9b1c1c;
    color: #ffffff;
}

.zcj-prev-btn:disabled,
.zcj-next-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


.zcj-journey-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.zcj-journey-header {
    text-align: center;
    margin-bottom: 40px;
}

.zcj-journey-header h1 {
    font-size: 34px;
    margin-bottom: 10px;
}

.zcj-journey-header p {
    color: #555;
}

.zcj-progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
}

.zcj-stage-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    border-left: 10px solid #c2b8aa;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease;
}

.zcj-stage-card.current {
    border-left-color: #9b1c1c;
}

.zcj-stage-card.completed {
    border-left-color: #2e7d32;
    background: #f1fbf4;
}

.zcj-stage-card:hover {
    transform: translateY(-3px);
}

.zcj-locked {
    filter: blur(3px);
    opacity: 0.45;
    pointer-events: none;
}

.zcj-stage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zcj-stage-header h2 {
    margin: 0;
    font-size: 22px;
}

.zcj-stage-status {
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #eee;
}

.zcj-stage-body {
    margin-top: 20px;
}

.zcj-gift-box {
    background: #fff4d6;
    border: 1px dashed #c8a951;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.zcj-upload-section {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.zcj-upload-btn {
    background: #9b1c1c;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.zcj-stage-form {
    margin-top: 10px;
}

.zcj-progress-bar-wrapper {
    margin-bottom: 50px;
}

.zcj-progress-label {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.zcj-progress-track {
    background: #e5e7eb;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.zcj-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #9b1c1c, #2e7d32);
    transition: width 0.6s ease;
}

.zcj-progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.zcj-progress-step {
    text-align: center;
    flex: 1;
    position: relative;
}

.step-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 6px;
    background: #cbd5e1;
}

.step-label {
    font-size: 12px;
    color: #555;
    display: block;
}

.zcj-progress-step.completed .step-dot {
    background: #2e7d32;
}

.zcj-progress-step.current .step-dot {
    background: #9b1c1c;
    box-shadow: 0 0 0 4px rgba(155, 28, 28, 0.2);
}

.zcj-progress-step.locked .step-dot {
    background: #cbd5e1;
}

.zcj-stage h2 {
    font-size: 25px;
}

.zcj-upload-section h4 {
    font-size: 20px;
}

:root {
    --slovak-white: #FFFFFF;
    --slovak-blue: #0B4EA2;
    --slovak-red: #EE1C25;
    --light-bg: #f8f9fa;
    --card-bg: #ffffff;
    --text-primary: #333333;
    --text-secondary: #555555;
    --border-color: #e0e0e0;
    --success: #d4edda;
    --error: #f8d7da;
    --notice: #fff3cd;
    --current: #cce5ff;
    --locked-bg: #f5f5f5;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.zcj-action-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zcj-action-form select {
    padding: 8px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
}

.zcj-action-form input[type="submit"] {
    background: #ce2955 !important;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

form#zcj-link-form-23 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.25;
}

.zcj-action-form input[type="submit"]:hover {
    background: #083d80;
}

.zcj-link-form {
    margin-top: 20px;
    padding: 20px;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.zcj-link-form label,
.zcj-link-form input {
    display: inline-block;
}

.zcj-link-form input[type="number"] {
    width: 100px;
    padding: 3px;
    margin-right: 10px;
}

.zcj-link-form input[type="submit"] {
    background: #ce2955;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
}

.zcj-update-form {
    margin-top: 20px;
    padding: 20px;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.zcj-update-form select {
    margin-left: 10px;
    padding: 6px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
}

.zcj-update-form input[type="submit"] {
    margin-top: 15px;
    background: var(--slovak-blue);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
}

.zcj-review-docs {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    white-space: pre-wrap;
}

.zcj-success {
    margin-top: 20px;
    padding: 15px;
    background: var(--success);
    border: 1px solid #c3e6cb;
    color: #155724;
    border-radius: 6px;
}

.wp-core-ui select {
    font-size: 13px;
    line-height: 2;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 36px;
    max-width: 19rem;
    background: none !important;
    background-size: 11px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.zcj-error {
    margin-top: 20px;
    padding: 0;
    background: transparent;
    border: none;
    color: #721c24;
    border-radius: 6px;
}

.left-field label {
    margin: 0 0 -4px;
}

.zcj-login-form .zcj-form-group {
    grid-template-columns: repeat(1, 1fr);
}

.zcj-notice {
    margin-top: 20px;
    padding: 15px;
    background: var(--notice);
    border: 1px solid #ffeeba;
    color: #856404;
    border-radius: 6px;
}

#zcj-add-user-form {
    max-width: 100%;
}

#zcj-add-user-form input[type="email"],
#zcj-add-user-form input[type="text"],
#zcj-add-user-form select {
    display: block;
    width: 61%;
    padding: 12px;
    margin-bottom: 15px;
    border: 2px solid var(--border-color);
    border-radius: 6px;
}

#zcj-add-user-form input[type="submit"] {
    background: #cd2653;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1em;
    display: block;
    width: 14%;
    margin: 0 0 0 auto;
}

#zcj-add-user-form input[type="submit"]:hover {
    background: #c8102e;
}

.zcj-locked {
    filter: blur(3px);
    opacity: 0.5;
    pointer-events: none;
}

.zcj-select-wrap {
    position: relative;
}

.zcj-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
    transform: translateY(-50%);
}

.zcj-gift-box {
    background: #fff4d6;
    border: 1px dashed #c8a951;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

.zcj-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 24px;
    margin-top: 25px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #CD2653;
    width: 95%;
}

.user-recent-table thead th {
    font-weight: 700 !important;
    color: #737d8e !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    opacity: .7 !important;
    letter-spacing: 0.5px;
}

.user-recent-table tbody td {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.25;
}

.zcj-card h2 {
    margin: 10px 0 25px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    position: relative;
    display: inline-block;
    padding: 0;
}

.zcj-card h2::after {
    content: "";
    position: absolute;
    left: 110%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 150px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(90deg, #cd2653, #ffffff);
}

.zcj-recent-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0;
    text-align: left;
}

.user-recent-table tbody td,
.user-recent-table thead th {
    padding: 0.9rem 1.3rem;
    letter-spacing: 0;
    border-bottom: 1px solid #e9ecef;
}

.user-recent-table thead th {
    border-bottom-color: #e9ecef;
}

.user-recent-table tbody td,
.user-recent-table thead th {
    vertical-align: middle;
}

.zcj-card p {
    margin-top: 20px !important;
    background: linear-gradient(135deg, #3ca92e, #58ce49);
    padding: 5px 19px;
    border-radius: 3px;
    font-weight: 500;
    margin: 0;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
}

.zcj-update-form {
    max-width: 100%;
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.update-stages-item-inner strong {
    display: block;
}

.zcj-upload-section {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.zcj-upload-btn {
    background: var(--slovak-blue);
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#zcj-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.zcj-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.zcj-video-box {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    background: #000;
    margin: 5% auto;
    border-radius: 12px;
    overflow: hidden;
}

.zcj-video-box iframe {
    width: 100%;
    height: 100%;
}

.zcj-video-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}

.zcj-upload-feedback.success p {
    color: #155724;
    background: #d4edda;
    padding: 10px;
    border-radius: 4px;
}

.zcj-upload-feedback.error p {
    color: #721c24;
    background: #f8d7da;
    padding: 10px;
    border-radius: 4px;
}

.zcj-doc-list li {
    margin: 8px 0;
}

.zcj-update-form select {
    width: 100%;
    max-width: 100%;
    padding: 5px 14px;
    margin: 8px 0 6px;
    border-radius: 5px;
    border: 1px solid #d0d7de !important;
    font-size: 14px;
    background-color: #f9fafb;
    transition: all 0.25s ease;
}

.update-stages-item-inner input {
    width: 100%;
    max-width: 100%;
    padding: 5px 14px;
    margin: 8px 0 6px;
    border-radius: 5px;
    border: 1px solid #d0d7de !important;
    font-size: 14px;
    background-color: #f9fafb;
    transition: all 0.25s ease;
}

.update-stages-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 25px;
}

.zcj-update-form input[type="submit"] {
    background: #cd2653;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1em;
    display: block;
    width: 14%;
    margin: 0 0 0 auto;
}

.zcj-update-form::before {
    content: "";
}

.zcj-update-form select {
    box-sizing: border-box;
}

.zcj-update-form select:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.zcj-update-form select option[value="locked"] {
    color: #991b1b;
}

.zcj-update-form select option[value="current"] {
    color: #92400e;
}

.zcj-update-form select option[value="completed"] {
    color: #065f46;
}

.zcj-update-form select[value="locked"],
.zcj-update-form select:has(option[value="locked"]:checked) {
    background: #fee2e2;
    border-color: #fca5a5;
}

.zcj-update-form select:has(option[value="current"]:checked) {
    background: #fef3c7;
    border-color: #fcd34d;
}

.zcj-update-form select:has(option[value="completed"]:checked) {
    background: #dcfce7;
    border-color: #86efac;
}

.zcj-update-form input[type="submit"] {
    background: #cd2653;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1em;
    display: block;
    width: 14%;
    margin: 0 0 0 auto;
}

.zcj-update-form input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
}

.zcj-update-form input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: none;
}

.zcj-form-group .email-fields input {
    width: 100% !important;
    margin-top: 10px;
}

.zcj-form-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100% !important;
    gap: 0 25px;
}

.zcj-form-group .email-fields label {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.25;
}

.regster-dates {
    background-color: #10a23626;
    border: 1px solid #10a236;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    color: #10a236;
}

.user-recent-table {
    border: none !important;
}

.user-recent-table tbody td ul li .statuss-lable {
    display: inline-block;
    width: 178px;
}

.update-stages-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.manage-client-btn {
    background: #cf2d53 !important;
    border-color: #cf2d53 !important;
}

.manage-client-btn-border {
    background-color: transparent !important;
    border-color: #cf2d53 !important;
    color: #cf2d53 !important;
}

.zcj-reset-pass, .zcj-delete-user, #zcj-close-modal {
    background-color: transparent !important;
    border-color: #cf2d53 !important;
    color: #cf2d53 !important;
}

.zcj-edit-user, #zcj-save-user {
    background: #cf2d53 !important;
    border-color: #cf2d53 !important;
}

h1.entry-title {
    font-size: 62px;
}

.post-inner {
    padding: 0 !important;
}

.client-journey-checklist .zcj-content .zcj-item strong {
    width: auto;
}

.zcj-content-same {
    display: grid;
    gap: 10px 20px;
    grid-template-columns: repeat(4,1fr);
    margin-top: 20px;
}

.zcj-content-evedence .zcj-item strong {
    width: 432px !important;
}

.zcj-section {
    margin-bottom: 30px;
}

.client-journey-checklist {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 24px;
    margin-top: 25px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #CD2653;
    width: 95%;
}

.client-journey-checklist h2.zcj-toggle {
    font-size: 28px;
    margin-top: 0;
    font-weight: 600;
}

@media (max-width: 600px) {
    .zcj-update-form {
        padding: 18px;
    }
}

@media (max-width: 900px) {
    .zcj-recent-table thead {
        display: none;
    }

    .zcj-recent-table tbody tr {
        display: block;
        padding: 12px;
        border-radius: 12px;
    }

    @media (max-width: 768px) {
        #zcj-manage-table {
            font-size: 0.9em;
        }

        .zcj-link-form,
        .zcj-update-form,
        #zcj-add-user-form {
            padding: 20px;
        }
    }
}