.elementor-2087 .elementor-element.elementor-element-d69361f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2087 .elementor-element.elementor-element-ede19c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:100px;}.elementor-2087 .elementor-element.elementor-element-27a9dde{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2087 .elementor-element.elementor-element-0056e5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2087 .elementor-element.elementor-element-167de9d .elementor-heading-title{font-weight:800;}body.elementor-page-2087:not(.elementor-motion-effects-element-type-background), body.elementor-page-2087 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2087 .elementor-element.elementor-element-ede19c5{--width:30%;}.elementor-2087 .elementor-element.elementor-element-0056e5a{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-d69361f *//* ============================================
   VERIFICARE ORIGINALITATE - STILURI
   ============================================ */

/* Container principal */
[data-verify="authenticity"] {
    --verify-primary: #8a2432;
    --verify-success: #28a745;
    --verify-error: #dc3545;
    --verify-bg: #ffffff;
    --verify-radius: 12px;
    
    max-width: 800px;
    margin: 0 auto;
    font-family: inherit;
}

/* Input + Buton grup */
.verify-form-group {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.verify-input {
    flex: 1;
    min-width: 200px;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: var(--verify-radius);
    font-size: 16px;
    outline: none;
    transition: all 0.3s;
}

.verify-input:focus {
    border-color: var(--verify-primary);
}

/* Buton Verifică */
.verify-btn {
    padding: 16px 32px;
    background: var(--verify-primary);
    color: white;
    border: none;
    border-radius: var(--verify-radius);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.verify-btn:hover:not(:disabled) {
    background: #6b1a25;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(138, 36, 50, 0.3);
}

.verify-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Buton Camera */
.verify-camera {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #f5f5f5;
    border-radius: var(--verify-radius);
    cursor: pointer;
    transition: all 0.3s;
}

.verify-camera:hover {
    background: #e8e8e8;
    transform: scale(1.05);
}

/* Scanner QR */
.verify-scanner {
    display: none;
    margin-bottom: 20px;
    border-radius: var(--verify-radius);
    overflow: hidden;
    border: 2px solid #e0e0e0;
}

/* Stiluri butoane scanner (injected de bibliotecă) */
#html5-qrcode-button-camera-start,
#html5-qrcode-button-camera-stop {
    background: var(--verify-primary) !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    margin: 10px !important;
}

/* Loading */
.verify-loading {
    display: none;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #e3f2fd;
    border-radius: var(--verify-radius);
    color: #0d47a1;
    margin-bottom: 20px;
}

.verify-loading::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 3px solid #0d47a1;
    border-top-color: transparent;
    border-radius: 50%;
    animation: verify-spin 1s linear infinite;
}

@keyframes verify-spin {
    to { transform: rotate(360deg); }
}

/* Rezultat */
.verify-result {
    display: none;
    position: relative;
    padding: 30px;
    border-radius: var(--verify-radius);
    margin-top: 20px;
}

.verify-success {
    background: #d4edda;
    border: 2px solid #c3e6cb;
}

.verify-error {
    background: #f8d7da;
    border: 2px solid #f5c6cb;
}

/* Buton închide */
.verify-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    color: #333;
}

.verify-close:hover {
    background: rgba(0,0,0,0.2);
    transform: rotate(90deg);
}

/* Iconuri */
.verify-icon-success,
.verify-icon-error {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 15px;
}

.verify-icon-success {
    background: var(--verify-success);
    color: white;
}

.verify-icon-error {
    background: var(--verify-error);
    color: white;
}

/* Titlu */
.verify-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.verify-success .verify-title {
    color: #155724;
}

.verify-error .verify-title {
    color: #721c24;
}

/* Mesaj principal */
.verify-message-main {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Toate limbile */
.verify-all-languages {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.verify-toggle-lang {
    display: block;
    text-align: center;
    color: var(--verify-primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.verify-toggle-lang:hover {
    color: #6b1a25;
}

.verify-full-message {
    margin-top: 15px;
    padding: 20px;
    background: rgba(255,255,255,0.7);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.8;
    max-height: 400px;
    overflow-y: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .verify-form-group {
        flex-direction: column;
    }
    
    .verify-camera {
        width: 100%;
        height: 50px;
    }
    
    .verify-result {
        padding: 20px;
    }
}/* End custom CSS */