/* UI tweaks (loaded after style_1.css) */

.fh5co_tagg {
    padding: 5px 7px !important;
    margin-right: 6px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.agilog_card_title {
    margin: 0 !important;
    line-height: 1.15 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.fh5co_magna {
    line-height: 1.15 !important;
}

.agilog_search {
    display: flex;
    gap: 10px;
    align-items: center;
}

.agilog_search input {
    flex: 1 1 auto;
    height: 46px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 0 14px;
    outline: none;
    color: #111;
    background: #fff;
}

.agilog_search input:focus {
    border-color: #f5bc04;
}

.agilog_search button {
    height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-weight: 800;
}

.agilog_search_sm input,
.agilog_search_sm button {
    height: 40px;
    border-radius: 10px;
}

.agilog_bottom_bar {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-top: 1px solid #e8e8e8;
    flex-wrap: wrap;
}

.agilog_bottom_links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-weight: 800;
}

.agilog_bottom_links a {
    color: #111;
    text-decoration: none;
    opacity: 0.9;
}

.agilog_bottom_links a:hover {
    text-decoration: underline;
    opacity: 1;
}


