/*
 * oPro Control Styles
 */

/* ===============================================================
   STILURI ADMIN v2.0
   =============================================================== */
.wrap.opro-settings-page h1 {
    font-size: 2.3em;
    font-weight: 700;
    color: #FC4700;
    margin-bottom: 8px;
}
.wrap.opro-settings-page h2 {
    font-size: 1.1em;
    color: #475569;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
}
.wrap.opro-settings-page p.submit {
    margin-top: 30px;
}
.wrap.opro-settings-page .button-primary {
    background: #FC4700;
    border-color: #FC4700;
    padding: 10px 28px;
    font-size: 1em;
    font-weight: 600;
    height: auto;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.wrap.opro-settings-page .button-primary:hover {
    background: #e04000;
    border-color: #e04000;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.opro-settings-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}
.opro-notification-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #FC4700;
    overflow: hidden;
    transition: all 0.3s ease;
}
.opro-notification-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}
.opro-card-header {
    background: #f8fafc;
    padding: 15px 20px;
    border-bottom: 1px solid #e2e8f0;
}
.opro-card-header h3 {
    margin: 0;
    font-size: 1.2em;
    color: #1e293b;
    font-weight: 600;
}
.opro-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.opro-form-group label strong {
    display: block;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}
.opro-form-group small {
    display: block;
    color: #64748b;
    margin-top: -5px;
    margin-bottom: 10px;
    font-style: italic;
}
.opro-form-group input[type="text"], .opro-form-group input[type="url"], .opro-form-group input[type="email"], .opro-form-group input[type="tel"], .opro-form-group textarea, .opro-form-group input[type="number"], .opro-form-group input[type="datetime-local"], .opro-schedule-admin-row input[type="time"] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background-color: #fdfdff;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.opro-form-group textarea {
    min-height: 100px;
}
.opro-form-group input[type="text"]:focus, .opro-form-group input[type="url"]:focus, .opro-form-group input[type="email"]:focus, .opro-form-group input[type="tel"]:focus, .opro-form-group textarea:focus, .opro-form-group input[type="number"]:focus, .opro-form-group input[type="datetime-local"]:focus, .opro-schedule-admin-row input[type="time"]:focus {
    border-color: #FC4700;
    box-shadow: 0 0 0 3px rgba(252, 71, 0, 0.15);
    outline: none;
}
.opro-category-selector {
    max-height: 180px;
    overflow-y: auto;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 15px;
    border-radius: 8px;
}
.opro-category-selector label, .opro-form-group-checkbox label, .closed-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    color: #334155;
    margin-bottom: 0;
    cursor: pointer;
}
.opro-category-selector label:last-child {
    margin-bottom: 0;
}
.opro-category-selector input[type="checkbox"], .opro-form-group-checkbox input[type="checkbox"], .closed-checkbox input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    accent-color: #FC4700;
}
.opro-color-picker-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 5px;
    background-color: #fdfdff;
    width: fit-content;
}
.opro-color-picker-swatch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background-color: transparent;
}
.opro-color-picker-swatch::-webkit-color-swatch-wrapper { padding: 0; }
.opro-color-picker-swatch::-webkit-color-swatch { border: none; border-radius: 6px; }
.opro-color-picker-swatch::-moz-color-swatch { border: none; border-radius: 6px; }
.opro-color-picker-text {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    font-family: monospace;
    width: 100px !important;
}
hr.opro-divider {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 15px 0;
}

.wp-list-table .opro-status-new {
    color: #d9534f;
    font-weight: bold;
}
.wp-list-table .opro-status-contacted {
    color: #5cb85c;
}
.wp-list-table tr.reservation-new {
    background-color: #fffaf0;
}
.wp-list-table .button-link-delete {
    color: #b32d2e;
}
.wp-list-table .button-link-delete:hover {
    color: #711a1a;
}

.opro-schedule-admin-row {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}
.opro-card-body > .opro-schedule-admin-row:last-of-type {
    border-bottom: none;
}
.opro-schedule-admin-row .day-label {
    flex: 0 0 100px;
    font-weight: 600;
    color: #334155;
}
.opro-schedule-admin-row .time-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}
.opro-schedule-admin-row .time-inputs input[type="time"] {
    width: 120px;
    padding: 8px;
}
.opro-schedule-admin-row .closed-checkbox {
    margin-left: auto;
    padding-left: 20px;
}
.banner-ad-item { display: flex; align-items: flex-start; gap: 15px; padding: 15px; border: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 15px; background: #fdfdff; }
.banner-ad-preview { flex: 0 0 150px; width: 150px; height: 100px; background: #f1f5f9; border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.banner-ad-preview img { max-width: 100%; height: auto; }
.banner-ad-preview .no-image { font-size: 12px; color: #64748b; text-align: center; }
.banner-ad-fields { flex: 1; }
.banner-ad-item .opro-form-group { margin-bottom: 10px; }
.banner-ad-item .upload-image-button { margin-top: 5px; }
.banner-ad-item .remove-banner-ad { align-self: center; background: #ef4444; color: white; border-color: #dc2626; }
.banner-ad-item .remove-banner-ad:hover { background: #dc2626; border-color: #b91c1c; }

.opro-image-uploader-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.opro-image-uploader-wrapper .opro-image-url-input {
    flex-grow: 1;
}
.opro-image-preview {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border: 1px dashed #cbd5e1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opro-image-preview img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.opro-remove-button {
    color: #b32d2e !important;
    border-color: #b32d2e !important;
    background: #fff !important;
}
.opro-remove-button:hover {
    background-color: #fbeaea !important;
    color: #992d2e !important;
    border-color: #992d2e !important;
}


/* ===============================================================
   STILURI PUBLICE (FRONTEND)
   =============================================================== */

#opro-global-banner {
    padding: 8px 20px;
    text-align: center;
    font-size: 15px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.opro-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.opro-banner-countdown {
    font-weight: bold;
    background-color: rgba(0,0,0,0.2);
    padding: 5px 12px;
    border-radius: 6px;
    min-width: 150px;
    text-align: center;
}
.opro-banner-button {
    padding: 5px 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color: 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

#opro-close-banner {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.opro-product-notifications {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    display: flex;
    gap: 8px;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
    
}
.opro-notification-item {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    text-align: left;
    border: 1px solid transparent;
}
.opro-notification-item a { color: inherit; text-decoration: none; display: block; }
.opro-notification-item:nth-of-type(1) { background-color: #e7f5ff; color: #1c7ed6; border-color: #fff; }
.opro-notification-item:nth-of-type(2) { background-color: #e7f5ff; color: #1c7ed6; border-color: #fff; }
.opro-notification-item:nth-of-type(3) { background-color: #e7f5ff; color: #1c7ed6; border-color: #fff; }
.opro-notification-item:nth-of-type(4) { background-color: #e7f5ff; color: #1c7ed6; border-color: #fff; }
.opro-before-cart-wrapper {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.opro-product-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.opro-custom-button, .opro-negotiate-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.opro-custom-button {
    color: #475569;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}
.opro-custom-button:hover {
    background-color: #f1f5f9;
    border-color: #e2e8f0;
    color: #1e293b;
}
.opro-custom-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.opro-description-notifications {
    margin-bottom: 1em;
}
.opro-notification-item.opro-notification-item-clean {
    background-color: transparent !important;
    border-color: transparent !important;
    color: inherit !important;
    padding: 5px 0 !important;
    text-align: left !important;
    font-size: 1.1428em;
    line-height: 1.6875;
    letter-spacing: -0.015em;
}
.opro-notification-item.opro-notification-item-countdown {
    background-color: #FC4700 !important;
    color: #fff !important;
    border-color: #FC4700 !important;
    font-weight: 400;
    text-align: center !important;
    font-size: 1.5em;
    line-height: normal;
    padding: 20px !important;
}
.opro-notification-item-countdown .opro-timer {
    font-weight: 700;
    margin-left: 8px;
    color: #222;
}
.opro-banner-ad-container {
    clear: both;
    text-align: center;
    margin-top: 15px;
    display: block;
    padding: 0;
}
.opro-banner-ad-container img {
    max-width: 100%;
    height: auto;
    display: block;
}
.opro-banner-ad-sponsored-text {
    margin-top: 2px;
    font-size: 11px;
    color: #555;
    text-align: left;
}

.opro-header-favorites-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #334155;
    text-decoration: none;
}
.opro-header-favorites-link:hover {
    color: #FC4700;
}
.opro-favorites-icon svg {
    width: 24px;
    height: 24px;
}
.opro-favorites-counter {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #FC4700;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s ease-in-out;
}
.opro-favorites-counter.opro-visible {
    opacity: 1;
    transform: scale(1);
}

.opro-favorite-trigger svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    transition: all 0.2s ease-in-out;
}
.opro-favorite-trigger.is-loading {
    cursor: wait;
    opacity: 0.5;
}
.opro-favorite-trigger.is-favorite {
    background-color: #FC4700;
    border-color: #FC4700;
    color: #ffffff;
}
.opro-favorite-trigger.is-favorite:hover {
    background-color: #e04000;
    border-color: #e04000;
    color: #ffffff;
}
.opro-favorite-trigger.is-favorite svg {
    fill: #ffffff;
    stroke: #ffffff;
}

.opro-favorites-list {
    border-top: 1px solid #e2e8f0;
}
.opro-favorite-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}
.favorite-item-image {
    flex-shrink: 0;
    width: 100px;
}
.favorite-item-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.favorite-item-info {
    flex-grow: 1;
}
.favorite-item-title {
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    font-size: 1.1em;
}
.favorite-item-title:hover {
    color: #FC4700;
}
.favorite-item-stock {
    font-size: 0.9em;
    margin-top: 0.25rem;
    color: #16a34a;
}
.favorite-item-stock.out-of-stock {
    color: #dc2626;
}
.favorite-item-actions {
    flex-shrink: 0;
    width: 200px;
    text-align: right;
}
.favorite-item-price {
    font-size: 1.5em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}
.favorite-item-price del {
    font-size: 0.7em;
    font-weight: 400;
    color: #64748b;
    margin-right: 0.5em;
}
.favorite-item-price ins {
    text-decoration: none;
    color: #FC4700;
}
.favorite-item-buttons .button,
.favorite-item-buttons .add_to_cart_button {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    background-color: #2563eb;
    color: #ffffff;
    border-radius: 6px;
    padding: 0.75em 1em;
    font-size: 0.9em;
    border: none;
}
.favorite-item-buttons .button:hover,
.favorite-item-buttons .add_to_cart_button:hover {
    background-color: #1d4ed8;
    color: #ffffff;
}
.favorite-item-buttons .remove-from-favorites {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #94a3b8;
    padding: 5px;
    margin-top: 5px;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.favorite-item-buttons .remove-from-favorites:hover {
    color: #FC4700;
    background-color: #fff1f2;
}
.favorite-item-buttons .remove-from-favorites svg {
    width: 20px;
    height: 20px;
}

.pm-schedule-wrapper {
    background-color: #212529;
    border-left: 4px solid #fc4700;
    border-radius: 4px;
    padding: 15px 25px;
    max-width: 400px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.pm-schedule-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #343a40;
    line-height: 1.6;
}
.pm-schedule-row:last-child {
    border-bottom: none;
}
.pm-day-range {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
.pm-time {
    color: #fff;
    font-size: 15px;
}
.pm-time.pm-closed {
    color: #fc4700;
}

.specs-table-custom th,
.specs-table-custom td {
    padding: 16px 25px;
    text-align: left;
    border: none;
    vertical-align: middle;
}
.specs-table-custom tr {
    border-bottom: 1px solid #eef0f5;
    transition: background-color: 0.2s ease-in-out;
}
.specs-table-custom tr:last-child {
    border-bottom: none;
}
.specs-table-custom tr:hover {
    background-color: #f7f6ff;
}
.specs-table-custom th {
    width: 40%;
    font-weight: 500;
    color: #64748b;
}
.specs-table-custom td {
    font-weight: 500;
    color: #1e293b;
}

/* ===============================================================
   STILURI MODALE (NEGOCIERE & REZERVARE)
   =============================================================== */
.opro-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 41, 59, 0.7);
    z-index: 100000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.opro-modal-overlay.opro-is-visible {
    display: flex;
}
.opro-modal-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 100%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}
.opro-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: 300;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.opro-modal-close:hover {
    color: #1e293b;
}
.opro-modal-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #1e293b;
    font-weight: 600;
}
.opro-modal-product-info {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
}
.opro-modal-product-info strong {
    min-width: 80px;
    display: inline-block;
}

#opro_negotiate_form .opro-form-group,
#opro_reserve_form .opro-form-group {
    margin-bottom: 15px;
}
#opro_negotiate_form label,
#opro_reserve_form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #475569;
    font-size: 14px;
}
#opro_negotiate_form input[type="text"],
#opro_negotiate_form input[type="email"],
#opro_negotiate_form input[type="tel"],
#opro_negotiate_form input[type="number"],
#opro_negotiate_form textarea,
#opro_reserve_form input[type="text"],
#opro_reserve_form input[type="email"],
#opro_reserve_form input[type="tel"],
#opro_reserve_form input[type="number"],
#opro_reserve_form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
#opro_negotiate_form input:focus,
#opro_negotiate_form textarea:focus,
#opro_reserve_form input:focus,
#opro_reserve_form textarea:focus {
    border-color: #FC4700;
    box-shadow: 0 0 0 3px rgba(252, 71, 0, 0.15);
    outline: none;
}
#opro_negotiate_form button[type="submit"],
#opro_reserve_form button[type="submit"] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background-color: #FC4700;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
#opro_negotiate_form button[type="submit"]:hover,
#opro_reserve_form button[type="submit"]:hover {
    background-color: #e04000;
}
#opro_negotiate_form button[type="submit"]:disabled,
#opro_reserve_form button[type="submit"]:disabled {
    background-color: #94a3b8;
    cursor: wait;
}
.opro-form-response {
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    display: none;
    font-size: 14px;
}
.opro-form-response.success {
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}
.opro-form-response.error {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

@media (max-width: 768px) {
    .opro-favorite-item {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto;
        gap: 0.5rem 1rem;
        align-items: flex-start;
    }
    .favorite-item-image {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        align-self: flex-start;
        width: 80px;
    }
    .favorite-item-info {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .favorite-item-actions {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        width: 100%;
        margin-top: 1rem;
        text-align: left;
    }
    .favorite-item-price {
        font-size: 1.3em;
        margin-bottom: 0.75rem;
    }
    .favorite-item-buttons {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }
    .favorite-item-buttons .button,
    .favorite-item-buttons .add_to_cart_button {
        width: auto;
        flex-grow: 1;
        margin-bottom: 0;
    }
    
    .specs-table-custom th,
    .specs-table-custom td {
        padding-left: 15px;
        padding-right: 15px;
    }
    .specs-table-custom tr {
        padding: 15px 0;
    }
    .specs-table-custom thead {
        display: none;
    }
    .specs-table-custom tr,
    .specs-table-custom th,
    .specs-table-custom td {
        display: block;
        width: 100% !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .specs-table-custom th {
        font-size: 0.9em;
        font-weight: 400;
        color: #94a3b8;
        margin-bottom: 2px;
    }
    .specs-table-custom td {
        font-size: 1em;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .opro-modal-content {
        padding: 20px;
    }
}

/* ===============================================================
   STILURI NOI PENTRU ACORDEON DETALII TEHNICE (PE RÂNDURI)
   =============================================================== */
.opro-accordion-row-level {
    margin-top: 40px;
    border-top: 1px solid #222;
    margin-bottom: 40px;
}
.opro-accordion-item-row {
    border-bottom: 1px solid #222;
}
.opro-accordion-header-row {
    padding: 20px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #222;
    transition: background-color 0.2s ease;
}
.opro-accordion-header-row:hover {
    background-color: transparent;
}
.opro-accordion-icon {
    width: 20px;
    height: 20px;
    color: #222;
    transition: transform 0.3s ease;
}
.opro-accordion-header-row.active .opro-accordion-icon {
    transform: rotate(180deg);
    color: #FC4700;
}
.opro-accordion-content-row {
    display: none;
    padding: 0 10px 15px 10px;
    background-color: transparent;
}
.opro-accordion-content-row p {
    margin: 0;
    font-size: 1.1em;
    color: #818692;
    font-weight: 400;
}

/* ===============================================================
   STILURI PENTRU BARA DE PROGRES (NIVEL PREGĂTIRE)
   =============================================================== */
.opro-skill-bar {
    padding-top: 8px;
    width: 100%;
}
.opro-skill-bar-track {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #e2e8f0;
    border-radius: 4px;
}
.opro-skill-bar-level {
    position: absolute;
    top: 0;
    height: 100%;
    width: 33.33%;
    background-color: #FC4700;
    border-radius: 4px;
    transition: left 0.3s ease;
}
.opro-skill-bar-level.skill-level-incepator {
    left: 0;
}
.opro-skill-bar-level.skill-level-intermediar {
    left: 33.33%;
}
.opro-skill-bar-level.skill-level-avansat {
    left: 66.66%;
}
.opro-skill-bar-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.opro-skill-bar-labels span {
    font-size: 12px;
    color: #64748b;
}

/* ===============================================================
   STILURI PENTRU TABEL DIMENSIUNI SCHIURI
   =============================================================== */
.opro-dimensions-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}
.opro-dimensions-table th, .opro-dimensions-table td {
    padding: 12px 8px;
    text-align: center;
    font-size: 0.9em;
}
.opro-dimensions-table th {
    font-weight: 500;
    color: #000;
}
.opro-dimensions-table th img {
    max-height: 22px;
    display: block;
    margin: 0 auto;
}
.opro-dimensions-table tbody tr {
    border-top: 1px solid #e2e8f0;
}
.opro-dimensions-table tbody tr:hover {
    background-color: #f8fafc;
}
.opro-dimensions-table td {
    color: #000;
}