/* =====================================================
   PERIODICO - STYLE.CSS
   Bootstrap 5 + Classic ASP
===================================================== */

:root{
    --primary:#003366;
    --secondary:#005792;
    --accent:#9fc22b; /* verde */
	--accent2:#5fbae5; /* azzurro */
    --light:#f8f9fa;
    --dark:#212529;
    --text:#444444;
    --border:#e5e5e5;
    --radius:12px;
    --shadow:0 4px 12px rgba(0,0,0,.08);
}
.fs-5 {
font-size:10px;!important;}

.fs-6 {
font-size:8px;!important;}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-accent {
  color: var(--accent) !important;
}

.bg-primary { background: var(--primary) !important;
}
.bg-secondary { background: var(--secondary) !important;
}

/* =====================================================
   GENERALE
===================================================== */

body{
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color:var(--text);
    background:#ffffff;
    line-height:1.6;
}

a{
    text-decoration:none;
    transition:.3s;
	 color:var(--secondary);

}

img{
    max-width:100%;
    height:auto;
}

/* TITOLI */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-title{
    font-size:2rem;
    font-weight:700;
    color:var(--primary);
    margin-bottom:2rem;
    position:relative;
}

.section-title:after{
    content:'';
    display:block;
    width:80px;
    height:4px;
    background:var(--accent);
    margin-top:10px;
}




/* =====================================================
   TOP BAR
===================================================== */

.icon-color {
color: var(--accent);
}
.topbar{
    background:var(--accent);
    color:#fff;
    font-size:.9rem;
    padding:8px 0;
}

.topbar a{
    color:#fff;
}

.topbar a:hover{
    color:var(--accent);
}

/* =====================================================
   HEADER
===================================================== */

.site-header{
    background:#fff;
    box-shadow:0 1px 5px rgba(0,0,0,.05);
    position:sticky;
    top:0;
    z-index:999;
}

/* ==========================================
   MENU PRINCIPALE
========================================== */

.main-nav{
    background: var(--light);
	
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
	 box-shadow:
        0 2px 10px rgba(0,0,0,.04);
}

.main-nav .nav-link{

    position:relative;
    color:var(--primary);
    font-size:1.05rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:1rem 0;
    transition:.3s;
}
.main-nav .nav-link::after{

    content:"";
    position:absolute;
    left:0;
    bottom:10px;
    width:0;
    height:3px;
    background:var(--accent);
    transition:.3s;

}

.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after{
    width:100%;
}

.nav-link.active::after {
 background:var(--accent2);
}
 
 .nav-link.active {
  color: var(--accent2);
 }
 
.main-nav .nav-link:hover{

    color:var(--accent);

}

/* Desktop */
@media (min-width:992px){

    .main-nav .navbar-nav{
        gap:3rem;
    }

}

@media (max-width:991.98px){

    .main-nav .navbar-nav{
        gap:0;
    }

}
.header-title{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;

    font-size:1.8rem;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:0;
}


.header-logo{
width:auto;
    height:auto;
    max-height:100px;
    max-width:100%;}


@media (min-width: 768px){
    .header-title{
        justify-content:flex-start;
        font-size:2rem;
    }
	
	  .header-logo{
        max-height:120px;
        width:auto;
        height:auto;
    }
	
	.navbar{
    padding:0;
}

}


/* =====================================================
   HERO
===================================================== */

.hero{
    min-height:350px;
    display:flex;
    align-items:center;
    position:relative;
    background-size:cover;
    background-position:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.hero h1{
    font-size:3.5rem;
    font-weight:700;
    margin-bottom:1rem;
}

.hero p{
    font-size:1.2rem;
    margin-bottom:2rem;
}

/* =====================================================
   BUTTONS
===================================================== */

.btn-primary{
    background:var(--primary);
    border-color:var(--primary);
}

.btn-primary:hover{
    background:var(--secondary);
    border-color:var(--secondary);
}

.btn-accent{
    background:var(--accent);
    color:#fff;
    border:none;
}

.btn-accent:hover{
    background:#b88a10;
    color:#fff;
}

/* ==========================================
   NEWS HERO CAROUSEL
========================================== */

.news-slide{
    position:relative;
    min-height:400px;
	max-height:400px;
    border-radius:12px;
    overflow:hidden;

    background-size:cover;
    background-position:center center;

    display:flex;
    align-items:flex-end;
}

.news-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.30) 50%,
        rgba(0,0,0,.10) 100%
    );
}

.news-content{
    position:relative;
    z-index:2;

    padding:40px;
    color:#fff;

    width:100%;
}

.news-date{
    font-size:.95rem;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
    opacity:.9;
}

.news-content h2{
    color:#fff;
    font-size:2.2rem;
    font-weight:700;
    margin-bottom:20px;
    max-width:80%;
}
.news-date{
    display:inline-block;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(5px);
    padding:8px 14px;
    border-radius:30px;
    margin-bottom:15px;
}

.news-slide{
    transition:transform .5s ease;
}

.news-slide:hover{
    transform:scale(1.02);
	    border-radius:12px;

}

.news-summary{
    max-width:70%;
    margin-bottom:20px;
    font-size:1.05rem;
}
@media (max-width:767px){

    .news-slide{
        min-height:350px;
    }

    .news-content{
        padding:25px;
    }

    .news-content h2{
        font-size:1.5rem;
        max-width:100%;
    }

}
#carouselNews .carousel-indicators{
    bottom:15px;
    margin-bottom:0;
}

#carouselNews .carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    margin:0 5px;
    background-color:rgba(255,255,255,.6);
    border:none;
    opacity:1;
    transition:all .3s ease;
}

#carouselNews .carousel-indicators .active{
    width:32px;
    border-radius:20px;
    background-color:var(--accent);
}

/* =====================================================
   NEWS
===================================================== */

.news-section{
    padding:40px 0;
}

.news-card{
    border:none;
    border-radius:var(--radius);
    overflow:hidden;
    box-shadow:var(--shadow);
}

.news-card img{
    height:400px;
    object-fit:cover;
}

.news-card .card-body{
    padding:1.5rem;
}

.news-card h3{
    color:var(--primary);
    font-size:1.5rem;
    margin-bottom:1rem;
}

.carousel-control-prev,
.carousel-control-next{
    width:50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:rgba(0,0,0,.5);
    border-radius:50%;
    padding:15px;
}
.news-badge{

    display:inline-block;
	 background:rgba(212,160,23,.95);
    backdrop-filter:blur(6px);
    color:#fff;
    padding:6px 12px;
    border-radius:10px;
    font-size:.8rem;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;

}

/* =====================================================
   EVENTI
===================================================== */

.events-section{
    padding:50px 0;
}

.event-card{
    border:none;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    margin-bottom:10px;
    transition:.3s;
}

.event-card:hover{
    transform:translateY(-4px);
}

.event-date{
    background:var(--primary);
    color:#fff;
    text-align:center;
    padding:12px;
    min-width:90px;
}

.event-day{
    font-size:1.8rem;
    font-weight:700;
}

.event-month{
    text-transform:uppercase;
    font-size:.9rem;
}

.event-body{
    padding:18px;
}

.event-body h5{
    color:var(--primary);
    margin-bottom:.5rem;
}

.event-link-circle{
    display:inline-flex;
    align-items:center;
    gap:10px;

    color:var(--primary);
    font-weight:400;
}

.event-link-circle span{

    width:28px;
    height:28px;

    border-radius:50%;

    background:var(--accent);

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s;
}
.event-link-circle span:hover {
    background:var(--primary);

}

.event-body{
    position:relative;
    padding-left:30px;
}

.event-date::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:4px;
    background:linear-gradient(var(--accent), var(--primary));
}
/* =====================================================
   PERIODICO
===================================================== */

.periodico-section{
    background:var(--light);
    padding:80px 0;
}

.periodico-cover{
    border-radius:var(--radius);
    overflow:hidden;
    box-shadow:var(--shadow);
}

.periodico-info h2{
    color:var(--primary);
    font-weight:700;
}

.periodico-info p{
    margin:20px 0;
}

/* =====================================================
   CTA ABBONAMENTO
===================================================== */

.cta-subscribe{
    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );
    color:#fff;
    padding:80px 0;
    text-align:center;
}

.cta-subscribe h2{
    font-size:2.5rem;
    margin-bottom:1rem;
}

.cta-subscribe p{
    max-width:700px;
    margin:auto auto 2rem;
}

/* =====================================================
   ARCHIVIO COPERTINE
===================================================== */

.archive-section{
    padding:80px 0;
}

.archive-card{
    border:none;
    border-radius:var(--radius);
    overflow:hidden;
    box-shadow:var(--shadow);
    transition:.3s;
}

.archive-card:hover{
    transform:translateY(-6px);
}

.archive-card img{
    height:350px;
    object-fit:cover;
	 object-position: top center;
}

.archive-card .card-body{
    text-align:center;
}

.archive-card h5{
    color:var(--primary);
}

/* =====================================================
   DATATABLE
===================================================== */

table.dataTable{
    border-collapse:collapse !important;
}

.dataTables_wrapper{
    padding:10px 0;
}

.dataTables_filter input{
    border:1px solid var(--border);
    border-radius:6px;
    padding:8px;
}

.dataTables_length select{
    border:1px solid var(--border);
    border-radius:6px;
}

.page-item.active .page-link{
    background:var(--primary);
    border-color:var(--primary);
}

.page-link{
    color:var(--primary);
}

/* =====================================================
   FORM
===================================================== */

.form-control{
    border-radius:8px;
}

.form-control:focus{
    border-color:var(--primary);
    box-shadow:none;
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer{

    background: var(--primary);

    color:#d1d5db;

    padding:70px 0 20px;

    margin-top:80px;

}
.footer-logo{
    height:100px;
    margin-bottom:15px;
}
.site-footer h4,
.site-footer h5{
   color:#fff;
    margin-bottom:20px;
}
.footer-description{
    max-width:350px;
    line-height:1.7;
}
.footer-links{
    list-style:none;
    padding:0;
    margin:0;

}

.footer-links li{

    margin-bottom:10px;

}

.footer-links a{
    color:#d1d5db;
    transition:.3s;
}

.footer-links a:hover{
    color:var(--accent);
    padding-left:5px;
}
.footer-social{
    gap:10px;
    margin-top:20px;
	justify-content:center;
}

.footer-social a{

    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    color:#fff;
    transition:.3s;

}
.footer-social a:hover{

    background:var(--accent);
    transform:translateY(-3px);
}
.footer-bottom{

    margin-top:50px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.1);

    text-align:center;

    font-size:.9rem;

}

/* =====================================================
   SOCIAL ICONS
===================================================== */

.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    color:#fff;
    margin-left:5px;
}

.social-icons a:hover{
    background:var(--accent);
}

/* =====================================================
   UTILITIES
===================================================== */

.shadow-custom{
    box-shadow:var(--shadow);
}

.rounded-custom{
    border-radius:var(--radius);
}

/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .hero{
        min-height:420px;
    }

    .hero h1{
        font-size:2.6rem;
    }

    .news-card img{
        height:300px;
    }

    .archive-card img{
        height:280px;
    }

}

/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .topbar{
        text-align:center;
    }

    .hero{
        min-height:320px;
        text-align:center;
    }

    .hero h1{
        font-size:2rem;
    }

    .hero p{
        font-size:1rem;
    }

    .section-title{
        font-size:1.6rem;
    }

    .news-card img{
        height:220px;
    }

    .archive-card img{
        height:280px;
    }

    .event-date{
        min-width:70px;
    }

    .event-day{
        font-size:1.5rem;
    }

    .cta-subscribe h2{
        font-size:1.8rem;
    }

}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:480px){

    .hero h1{
        font-size:1.7rem;
    }

    .navbar-brand img{
        max-height:50px;
    }

}


/* ==========================================
   ARTICOLI DEL NUMERO
========================================== */

.articoli-numero{

    background:#fff;
    border-radius:12px;
    padding:20px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    margin-bottom:25px;

}

.articoli-numero h4{

    color:var(--primary);

    font-weight:500;

    font-size:1.2rem;

}

.lista-articoli{

    list-style:none;
    padding:0;
    margin:0;

}

.lista-articoli li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    padding:8px 0;
    border-bottom:1px solid #eee;
 transition:.3s;

}
.lista-articoli li:hover{

    padding-left:8px;

}

.lista-articoli li:last-child{

    border-bottom:none;

}

.articolo-icon{

    color:var(--accent);

    font-size:1rem;

    margin-top:2px;

}

.articolo-titolo{

    line-height:1.4;

}
.articolo-titolo:hover{

    color:var(--primary);

}

/* =====================================================
   STILE LEGGI ARTICOLO
===================================================== */

.news-article{

    background:#fff;

    padding:30px;

    border-radius:12px;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

}
.news-meta{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

}
.news-title{

    font-size:2.2rem;

    font-weight:600;

    margin-bottom:20px;

    line-height:1.2;

}

.news-main-image{

    border-radius:10px;

}
.news-body{

    font-size:1.1rem;

    line-height:1.8;

    color:#333;

}
.news-photo-author{

    margin-top:15px;

    font-size:.9rem;

    color:#777;

    font-style:italic;

}

.sidebar-box{

    background:#fff;

    padding:20px;

    border-radius:12px;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

}
.sidebar-news-link{

    display:block;

    padding:10px 0;

    border-bottom:1px solid #eee;

    color:var(--primary);

    text-decoration:none;

}

.sidebar-news-link:hover{

    color:var(--accent);

    padding-left:5px;

}

@media (max-width: 991px){

    .news-article{
        padding:20px;
    }

}


/* =====================================================
   STILE ELENCO NEWS
===================================================== */




.news-list-card{

    display:flex;
    gap:20px;
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    margin-bottom:20px;
    transition:.3s;
}

.news-list-img{

    flex:0 0 220px;

}

.news-list-img img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:10px;

}

.news-list-content{

    flex:1;

}

.news-meta-small{

    font-size:.85rem;

    color:#777;

    margin-bottom:8px;

}
.news-list-content h3{

    font-size:1.3rem;

    margin-bottom:10px;

    font-weight:600;

}
.news-summary{

    font-size:1rem;
    color:#444;
    line-height:1.5;
    margin-bottom:15px;
}
.news-list-card:hover{

    transform:translateY(-4px);
    box-shadow:0 6px 18px rgba(0,0,0,.08);

}
@media (max-width: 768px){

    .news-list-card{

        flex-direction:column;

    }

    .news-list-img{

        flex:1;

    }

}

.archive-years{

    list-style:none;

    margin:0;

    padding:0;

}
.archive-years li{

    margin-bottom:8px;

}

.archive-years a{

    display:flex;

    align-items:center;

    gap:10px;

    padding:10px 15px;

    border-radius:8px;

    color:var(--primary);

    text-decoration:none;

    transition:.3s;

}

.archive-years a:hover{

    background:#f3f4f6;

    padding-left:20px;

}

.archive-years a.active{

    background:var(--primary);

    color:#fff;

    font-weight:600;

}

.archive-years a i{

    color:var(--accent);

}
.archive-years a.active i{

    color:#fff;

}


.modal-content{

    border:none;

    border-radius:16px;

}

.modal-header{

    background:var(--primary);

    color:#fff;

}

.modal-title{

    font-weight:600;

}


.event-header{

    display:flex;

    gap:20px;

    align-items:center;

    margin-bottom:30px;

}

.event-date-box{

    width:90px;

    text-align:center;

    background:var(--primary);

    color:#fff;

    border-radius:12px;

    overflow:hidden;

}

.event-date-box .day{

    font-size:2rem;

    font-weight:700;

    padding-top:10px;

}

.event-date-box .month{

    background:var(--accent);

    padding:8px;

    font-size:.9rem;

    font-weight:600;

}

.event-archive-card{

    display:flex;

    gap:20px;

    background:#fff;

    padding:20px;

    border-radius:12px;

    margin-bottom:20px;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

    transition:.3s;
	 align-items:flex-start; 

}
.event-archive-card:hover{

    transform:translateY(-4px);

    box-shadow:0 6px 18px rgba(0,0,0,.08);

}
.event-date-box{

 flex:0 0 90px;

    align-self:flex-start; 

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:flex-start; 

    background:var(--primary);

    color:#fff;

    border-radius:10px;

    overflow:hidden;

}.event-date-box .day{

    font-size:2rem;

    font-weight:700;

    padding-top:10px;

}
.event-date-box .month{

    background:var(--accent);

    padding:8px;

    font-size:.85rem;

    font-weight:600;

}
.event-content{

    flex:1;

}
.event-content h3{

    font-size:1.3rem;

    margin-bottom:10px;
	color: var(--primary);

}
.event-location{

    color:#666;

    margin-bottom:10px;

}
.event-location i{

    color:var(--accent);

    margin-right:5px;

}

.contact-section{

    margin-bottom:60px;

}

.contact-card{

    background:#fff;

    padding:25px;

    border-radius:12px;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

    height:100%;

    transition:.3s;

}
.contact-card:hover{

    transform:translateY(-4px);

    box-shadow:0 6px 18px rgba(0,0,0,.08);

}
.contact-icon{

    width:60px;

    height:60px;

    border-radius:50%;

    background:var(--accent);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:1.5rem;

    margin-bottom:15px;

}
.contact-card h4{

    margin-bottom:15px;

    color:var(--primary);

}
.contact-box{

    background:#fff;

    padding:25px;

    border-radius:12px;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

}
.contact-box p{

    margin-bottom:15px;

    font-size:1.1rem;

}
.contact-box i{

    color:var(--accent);

    margin-right:10px;

}

.search-box{

    position:sticky;

    top:20px;

}

.search-input-wrapper{

    position:relative;

}
.search-icon{

    position:absolute;

    left:12px;

    top:50%;

    transform:translateY(-50%);

    color:#999;

}
.search-input{

    padding-left:38px;

    border-radius:10px;

}

.search-box{

    background:#fff;

    padding:20px;

    border-radius:12px;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

}

.search-hint{

    font-size:.85rem;

    color:#777;

    margin-top:10px;

}
.search-input:focus{

    box-shadow:0 0 0 3px rgba(0,123,255,.15);

    border-color:var(--primary);

}
.search-box .btn{

    border-radius:10px;

}

.search-card{

    display:flex;

    gap:15px;

    background:#fff;

    padding:20px;

    border-radius:12px;

    margin-bottom:15px;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

    transition:.3s;

}
.search-card:hover{

    transform:translateY(-3px);

    box-shadow:0 6px 18px rgba(0,0,0,.08);

}
.search-content{

    flex:1;

}
.search-periodico{

    font-size:1rem;

    color: var(--accent);

    margin-bottom:10px;

}

.search-periodico span{

    margin-left:10px;

    color:#999;

}

.search-actions{

    display:flex;

    gap:10px;

    flex-wrap:wrap;

}
@media (max-width:768px){

    .search-card{

        flex-direction:column;

    }

    .search-icon-box{

        width:100%;

        height:40px;

        border-radius:8px;

    }

}

.bg-dark {
background-color: var(--primary);}

.periodico-card-grid{

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 2px 12px rgba(0,0,0,.06);

    transition:.3s;

    height:100%;

    display:flex;

    flex-direction:column;

}
.periodico-card-grid:hover{

    transform:translateY(-5px);

    box-shadow:0 8px 24px rgba(0,0,0,.10);

}
.periodico-grid-cover{

    width:100%;

    aspect-ratio:210 / 297;

    object-fit:cover;

    display:block;

}
.periodico-grid-body{

    padding:20px;

    display:flex;

    flex-direction:column;

    flex:1;

}
.periodico-grid-body h4{

    color:var(--primary);

    margin-bottom:10px;

    font-size:1.2rem;

}
.periodico-grid-body p{

    flex:1;

    color:#666;

    display:-webkit-box;

    -webkit-line-clamp:3;

    -webkit-box-orient:vertical;

    overflow:hidden;

}
.periodico-grid-body .btn{

    margin-top:15px;

    align-self:flex-end;

}
@media (max-width:768px){

    .periodico-grid-body .btn{

        width:100%;

        align-self:stretch;

    }

}

.publication-card{

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 2px 12px rgba(0,0,0,.06);

    transition:.3s;

    height:100%;

    display:flex;

    flex-direction:column;
	

}
.publication-card:hover{

    transform:translateY(-5px);

    box-shadow:0 8px 24px rgba(0,0,0,.10);

}
.publication-cover{

    width:100%;

    aspect-ratio:210/297;

    object-fit:cover;

    display:block;

}
.publication-body{

    padding:20px;

    display:flex;

    flex-direction:column;

    flex:1;

}
.publication-category{

    display:inline-block;

    align-self:flex-start;

    background:var(--accent);

    color:#fff;

    font-size:.75rem;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:.5px;

    padding:5px 10px;

    border-radius:20px;

    margin-bottom:12px;

}
.publication-body h4{

    color:var(--primary);

    font-size:1.15rem;

    margin-bottom:10px;

}
.publication-body p{

    flex:1;

    color:#666;

    display:-webkit-box;

    -webkit-line-clamp:4;

    -webkit-box-orient:vertical;

    overflow:hidden;

}

.publication-body .btn{

    margin-top:auto;

}
.bg-accent {
background: var(--accent);
color:var(--light);}