:root {
    --bg: #0f0f0f;
    --bg_raffin:#4eb4a8;
    --surface: #1a1a1a;
    --surface2: #242424;
    --border: #2e2e2e;
    --accent: #a9d1d3;
    --accent-dim: rgba(232, 255, 0, 0.12);
    --text: #fff;
    --text-dim: #fff;
    --red: #ff4444;
    --mono: 'IBM Plex Mono', monospace;
}
#eifu_container,
.entry-header {
    max-width:760px;
    margin:0 auto;
}
.entry-header .entry-title {
    margin-bottom: 0;
}
#eifu_container {
    margin-top:-65px;
}
.eifu_intro h4 {
    margin:0 0 5px 0;
    color:#4eb4a8;
}
.ecoprint {
    color:#4eb4a8;
    margin-bottom:10px;
}
.ecoprint * {
    margin:0!important;

}
.eifu_intro,
.eifu_disclaimer 
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    line-height:22px;
}
.eifu_disclaimer h6 {
    margin:0 0 5px 0;
}
.eifu_disclaimer p {
    font-size:12px;
    line-height:16px;
    text-align:justify;
}
::placeholder {
    color: #fff;
    opacity: 1;
}
.eifu_version {
    margin-top:15px;
    font-size: 11px;
}
.notice_card  h3 {
    font-size: 14px;
    margin:0;
}
.eifu_buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.eifu_buttons button,
.eifu_buttons button a {
    text-transform:none;
    font-size:11px;
    color:#000;
    text-decoration: none;
}
.eifu_buttons img {
    height: 20px;
    margin-right:2px;
    vertical-align: bottom;
}
.eifu_buttons button {
    margin-right:6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    transition: opacity 0.15s;
}
.eifu_buttons *:hover,
.card_header .eifu_number
{
    color:#4eb4a8!important;
}
.card_header {
    margin:15px auto;
}
.card_header .eifu_ref {
    font-weight:bold;
}
.label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}
.meta {
    font-size: 13px;
    margin-top: 10px;
}
.search-zone {
    width: 100%;
    margin-bottom:5px;
}
.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    background: var(--surface);
    width:calc(50% - 10px);
    float:left;
    margin-right:22px;
}
.search-wrapper:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 2px var(--accent-dim);
}
.search-icon {
    position: absolute;
    left: 18px;
    color: var(--text-dim);
}
.search-wrapper:focus-within .search-icon {
    color: var(--accent);
}
#searchInput {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 6px 52px 6px 52px;
    font-size: 18px;
    color: var(--text);
    letter-spacing: 0.05em;
    box-sizing: border-box;
}
.clear-btn {
    position: absolute;
    right: 16px;
    background: none;
    border: none;
    color: var(--text-dim);
    cursor: pointer;
    font-size: 18px;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.15s;
    display: none;
}
.clear-btn.visible {
    display: block;
}
.s-designation {
    flex: 1;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px;
}
#results {
    width: 100%;
    margin-bottom:20px;
}
.notices-grid {
    display: flex;
    flex-direction: column;
}
.notice_card {
    background: #fff;
    border-radius: 8px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #e0e0e0;
    border-left: 3px solid #333;
    cursor: pointer;
    transition: border-left-color 0.15s, box-shadow 0.15s;
    box-sizing: border-box;
}
.notice_card:hover {
    border-left-color: var(--accent);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.notice_card:not(:last-child) {
    margin-bottom: 8px;
}
.notice-meta {
    font-size: 0.75em;
    color: #888;
    margin-top: 4px;
}
.eifu_bottom_section {
    margin:15px auto;
}
.no_results {
    font-size:13px;
}
#pdf_visualizer {

}
.no_results strong {
    color:red;
}
/* ******************************************************* ADMIN *** */
.card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 28px 32px;
    margin-bottom: 24px;
}
.card h2 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 6px;
}
.card .sub {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}
.meta {
    font-size: 11px;
    color: #999;
    margin-bottom: 16px;
}
label.filelabel {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}
input[type=file] {
    display: block;
    width: 100%;
    border: 1px dashed #bbb;
    border-radius: 4px;
    padding: 14px;
    font-size: 13px;
    background: #fafafa;
    cursor: pointer;
}
input[type=file]:hover {
    border-color: #555;
}
.eifu_bottom_section {
    margin:0 auto 20px auto;
    text-align:center;
}
.eifu_bottom_section .btn {
    display: inline-block;
    margin-top: 14px;
    padding: 6px 8px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing:-0.01em;
    cursor: pointer;
    transition: opacity .15s;
    background-color:#4eb4a8!important;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    text-transform:inherit;
}
.eifu_bottom_section .btn:hover {
    opacity: .8;
}
.alert {
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 16px;
}
.alert-ok {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}
.alert-err {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}
.file-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}
.file-list li {
    font-size: 12px;
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0;
    font-family: monospace;
}
.file-list li:last-child {
    border-bottom: none;
}
.err-list {
    color: #991b1b;
}
hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 0 0 20px;
}
.btn[type="submit"] {
    margin-top:10px;
    text-decoration: none;
    color: var(--inspiro-primary-color);
    border-color: var(--inspiro-primary-color);
    border-radius:3px;
}
.btn[type="submit"]:hover {
    color:#000;
    border-color:#000;
}
@media all and (max-width: 479.98px) {
    .eifu_intro,
    .eifu_disclaimer
    {
        display:block;
    }
    .search-wrapper {
        width:100%;
        margin-bottom:15px;
    }
}
@media all and (max-width: 767.98px) {
    .notice_card
    {
        display:block;
    }
}