.elementor-kit-6364{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Georgia", Sans-serif;font-size:0.875rem;line-height:1rem;}.elementor-kit-6364 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   STILURI BUTOANE DESCARCARE (Custom Buttons)
   ========================================= */

/* --- 1. BUTON EXCEL (Verde) --- */
.btn-excel {
    background-color: #217346;
    color: #ffffff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-right: 5px; /* Spațiu între butoane */
    margin-bottom: 5px; /* Spațiu dacă trec pe rândul următor */
}
.btn-excel:hover {
    background-color: #10442a;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- 2. BUTON WORD (Albastru) --- */
.btn-word {
    background-color: #2b579a;
    color: #ffffff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-right: 5px;
    margin-bottom: 5px;
}
.btn-word:hover {
    background-color: #1a3a6e;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- 3. BUTON POWERPOINT (Portocaliu) --- */
.btn-ppt {
    background-color: #d24726;
    color: #ffffff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-right: 5px;
    margin-bottom: 5px;
}
.btn-ppt:hover {
    background-color: #a83218;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- 4. BUTON ZIP/ARHIVA (Gri) --- */
.btn-zip {
    background-color: #555555;
    color: #ffffff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-right: 5px;
    margin-bottom: 5px;
}
.btn-zip:hover {
    background-color: #333333;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- 5. BUTON PDF (Rosu) - Bonus --- */
.btn-pdf {
    background-color: #e12020;
    color: #ffffff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-right: 5px;
    margin-bottom: 5px;
}
.btn-pdf:hover {
    background-color: #b31010;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- STIL PENTRU TEXTUL DIN PARANTEZA (SPAN) --- */
/* Se aplică automat la toate butoanele de mai sus */
.btn-excel span, 
.btn-word span, 
.btn-ppt span, 
.btn-zip span,
.btn-pdf span {
    font-weight: normal !important; /* Neboldat */
    font-style: italic;             /* Italic */
    opacity: 0.9;                   /* Ușor transparent */
    margin-left: 5px;               /* Spațiu mic */
}/* End custom CSS */