

.pkp_navigation_user.pkp_navigation_user {
        background-color: #b2559f;
    }


.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    color: #b2559f;
}



/* Alternativ, dacă tema folosește clase specifice conferințelor */
.cmp_current_issue {
    display: none !important;
}


/* =========================================
   RESETARE OJS 
   ========================================= */
.pkp_site_name .is_img img {
    max-height: 100%;
}
.pkp_brand_footer {
    visibility: hidden;
}
.pkp_site_name {
    text-align: center; 
    width: 100%;       
    display: block;    
}
.pkp_navigation_primary_wrapper {
    margin-top: 10px;
}
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    color: #b2539e; /* Pantone 674c */
}

/* Ascunde secțiunea Current Issue de pe prima pagină */
.pkp_structure_main .current_issue,
.cmp_current_issue {
    display: none !important;
}

/* =========================================
   STILURI CONFERINTA (Paleta Pantone Noua)
   ========================================= */

/* 1. Container Principal */
.conf-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    color: #333;
}

/* 2. Header Banner */
.conf-header {
    position: relative;
    /* Gradient folosind Pantone 674c (Mov) si Pantone 306c (Cyan) */
    background-image: 
        linear-gradient(rgba(178, 83, 158, 0.85), rgba(0, 181, 227, 0.85)),
        url('https://econ-conf.usv.ro/index.php/iec/libraryFiles/downloadPublic/10');
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 140px 20px; 
    border-radius: 8px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0, 20, 40, 0.3);
}

.conf-header h1 {
    color: #fff !important;
    font-size: 3em; 
    text-transform: uppercase;
    letter-spacing: 3px; 
    font-weight: 800;
    line-height: 1.5;      
    margin-top: 25px;      
    margin-bottom: 40px;   
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.conf-header p {
    font-size: 1.6em; 
    font-weight: 500;
    opacity: 1; 
    max-width: 900px; 
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;      
}

.conf-date-badge {
    background: #fdbf1a; /* Pantone 1235c (Galben/Auriu) */
    color: #333; 
    display: inline-block;
    padding: 12px 35px; 
    border-radius: 50px;
    font-weight: 800;
    border: none;
    font-size: 1.2em;
    box-shadow: 0 5px 20px rgba(253, 191, 26, 0.4); 
    margin-bottom: 15px; 
}

/* 3. Grid-uri si Carduri */
.conf-grid-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.conf-card {
    flex: 1;
    min-width: 280px;
    background: #fdfdfd;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #ccc;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s;
}
.conf-card:hover { transform: translateY(-3px); }
.conf-card h3 { margin-top: 0; color: #b2539e; font-size: 1.3em; } /* Pantone 674c */

.conf-card-blue { border-left-color: #00b5e3; background-color: #f5fcff; } /* Pantone 306c */
.conf-card-purple { border-left-color: #b2539e; background-color: #fdfafc; } /* Pantone 674c */

/* 4. Timeline (Deadlines - scurte) */
.conf-section-title {
    text-align: center;
    color: #333;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin: 40px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.conf-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.conf-time-item {
    flex: 1;
    min-width: 140px;
    max-width: 200px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.2s;
}
.conf-time-item:hover { 
    transform: translateY(-5px); 
    border-color: #00b5e3; /* Pantone 306c */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.conf-date {
    display: block;
    font-size: 1.3em;
    font-weight: 800;
    color: #ed3d89; /* Pantone 7424c (Roz intens) */
    margin-bottom: 5px;
}
.conf-detail {
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
}

/* 5. Publicatii */
.conf-pub-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
.conf-pub-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #555;
    transition: 0.2s;
}
.conf-pub-item:hover { background-color: #fcfcfc; border-left-width: 6px; }

.conf-pub-item.wos { border-left-color: #b2539e; } /* Pantone 674c */
.conf-pub-item.erih { border-left-color: #46b980; } /* Pantone 346c */
.conf-pub-item.db { border-left-color: #f2732a; } /* Pantone 158c */

.conf-pub-item a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    margin-top: 5px;
}
.conf-pub-item a:hover { color: #00b5e3; }

.conf-badge {
    background: #555;
    color: #fff;
    font-size: 0.7em;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.conf-pub-item.wos .conf-badge { background: #b2539e; } 
.conf-pub-item.erih .conf-badge { background: #46b980; }
.conf-pub-item.db .conf-badge { background: #f2732a; }

/* =========================================
   6. NOU: LAYOUT PROGRAM (Pentru texte lungi)
   ========================================= */
.conf-program-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.conf-program-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s;
}

.conf-program-item:hover {
    border-color: #00b5e3; /* Pantone 306c */
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.conf-program-date {
    flex: 0 0 120px; /* Lățime fixă pentru date, pentru aliniere perfectă */
    font-size: 1.2em;
    font-weight: 800;
    color: #f2732a; /* Pantone 158c (Portocaliu) */
    border-right: 2px solid #eee;
    margin-right: 20px;
    padding-right: 20px;
}

.conf-program-desc {
    flex: 1;
    font-size: 1.05em;
    color: #444;
}

/* Responsivitate program pentru ecrane foarte mici (mobil) */
@media (max-width: 600px) {
    .conf-program-item {
        flex-direction: column;
    }
    .conf-program-date {
        border-right: none;
        border-bottom: 2px solid #eee;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px;
        padding-bottom: 5px;
        width: 100%;
    }
}

/* Ajustare header pentru mobil */
@media (max-width: 768px) {
    .conf-header {
        background-attachment: scroll; 
        padding: 100px 15px;
        background-position: center top; 
    }
    .conf-header h1 {
        font-size: 2.2em;
        letter-spacing: 1px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
}


/* Stil pentru grilele de comitete */
.conf-committee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    padding: 10px 0;
}

.committee-item {
    font-size: 0.95em;
    line-height: 1.4;
    padding: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    color: #444;
}

.committee-item strong {
    color: #333;
}

/* Ajustare pentru ecrane mici */
@media (max-width: 600px) {
    .conf-committee-grid {
        grid-template-columns: 1fr;
    }
}


/* Containerul pentru membrii alianței */
.neolaia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

/* Stilul cardului individual */
.neolaia-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.neolaia-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #00b5e3; /* Pantone 306c */
}

/* Badge pentru țară */
.neolaia-country {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b2539e; /* Pantone 674c */
    font-weight: 700;
    margin-bottom: 10px;
}

/* Numele universității */
.neolaia-name {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
}

/* Evidențiere specială pentru universitatea gazdă (Suceava) */
.neolaia-card.neolaia-host {
    border: 2px solid #00b5e3;
    background-color: #f0fbff;
}

/* Adaptare mobil */
@media (max-width: 500px) {
    .neolaia-grid {
        grid-template-columns: 1fr;
    }
}