input.search {
  width: 100%;
  padding: 6px 10px;
  font-size: 0.9em;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
/* 
===============================
ACS - Form CSS END
===============================
 */

 
/* Login Menu */
#login-menu {
  margin-top: 1.5em;
}
#login-menu ul li {
  margin: 5px 0;
}

#submit-article-form .form-field{
  margin-bottom: 1.5em;     
}
#submit-article-form .form-field select{
  min-height: 200px;
}
#submit-article-form .checkboxes label{
  display: block !important;
}

.notices.info.green p {
    display: inline-block;
    padding-left: 20px;
    color: black;
}
.notices.info.green:before {
    content: '\2713';
    display: inline-block;
    color: white;
    font-size: 24px;
}
.notices.info.green {
    background: lightgreen;
    padding: 10px 20px;
    /* display: inline-block; */
}

.notices.error.red p {
    display: inline-block;
    padding-left: 20px;
    color: black;
}
.notices.error.red:before {
    content: '\2713';
    display: inline-block;
    color: white;
    font-size: 24px;
}
.notices.notices.error.red {
    background: #c9625b;
    padding: 10px 20px;
    /* display: inline-block; */
}
#login-menu ul li a.active {
    border-bottom: 2px solid #2467af;
}


/* ============================================================
   DigiLocala — Section Hero / Empty / CTA
   Globales Hero-Muster, verwendet auf allen Sektion-Pages
   (Transparență, Documente & Servicii, Galerie, Informații,
    Integritate, Sesizări, MOL, Primăria)
   ============================================================ */

.section-hero {
    margin-bottom: 3rem;
}

.section-hero-image {
    margin-bottom: 2rem;
}

.section-hero-image img {
    width: 100%;
    max-height: 310px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.section-hero-title {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.section-hero-desc {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 0;
}


/* ----- Empty-State (leere Listen/Tabellen) ----- */
.empty-state {
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border-left: 3px solid #ccc;
    color: #6c757d;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.5;
}


/* ----- CTA-Block mit rechtsbündigem Button ----- */
.cta-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f5f7fa;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.cta-block > * {
    align-self: stretch;
}

.cta-btn {
    display: inline-block;
    background: #2567ad;
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 0.5rem;
    align-self: flex-end;
    transition: background 0.2s ease;
}

.cta-btn:hover {
    background: #1d5290;
    color: #ffffff !important;
    text-decoration: none;
}
