


/* Start:/local/templates/novo/components/giveandget/news.list/.default/style.css*/
.news-row-list{list-style:none;margin:0;padding:0}
.news-row-list__item{border-bottom:1px solid #e5eaf2}
.news-row-list__item:last-child{border-bottom:none}
.news-row-list__link{display:flex;align-items:center;justify-content:space-between;padding:18px 8px;color:inherit;text-decoration:none;transition:background .15s}
.news-row-list__link:hover{background:#f7f9fc;text-decoration:none;color:inherit}
.news-row-list__body{flex:1;min-width:0;padding-right:16px}
.news-row-list__title{font-weight:600;color:#1a1a1a;font-size:16px;line-height:1.4;margin-bottom:8px}
.news-row-list__date{color:#9aa3b2;font-size:14px}
.news-row-list__arrow{color:#c6ccd6;font-size:14px;flex-shrink:0}

/* End */



/* Start:/local/components/giveandget/news.filter/templates/.default/style.css*/
.news-filter {
    position: relative;
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.news-filter__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
.news-filter__row--top { flex-wrap: nowrap; }
.news-filter__search {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}
.news-filter__search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: inline-flex;
    line-height: 0;
}
.news-filter__input {
    width: 100%;
    height: 44px;
    padding: 0 14px 0 40px;
    border: 1px solid #e6ebf1;
    border-radius: 10px;
    background: #f6f8fb;
    font-size: 14px;
    color: #1f2937;
    outline: none;
    transition: border-color .15s, background .15s;
}
.news-filter__input::placeholder { color: #94a3b8; }
.news-filter__input:focus {
    border-color: #007BFC;
    background: #fff;
}
.news-filter__sort { flex: 0 0 auto; }
.news-filter__select {
    height: 44px;
    padding: 0 36px 0 16px;
    border: 1px solid #e6ebf1;
    border-radius: 10px;
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 14px center;
    background-size: 12px 8px;
    font-size: 14px;
    color: #1f2937;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    min-width: 180px;
}
.news-filter__divider {
    height: 0;
    border-top: 1px dashed #e6ebf1;
    margin: 14px 0;
}
.news-filter__row--chips { gap: 8px; }
.news-filter__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #eef2f7;
    border-radius: 999px;
    color: #1f2937;
    font-size: 13px;
}
.news-filter__chip-count { color: #64748b; font-size: 12px; }
.news-filter__row--bottom { justify-content: space-between; }
.news-filter__dates {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.news-filter__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-weight: 400;
}
.news-filter__date-label { color: #475569; font-size: 13px; }
.news-filter__date-input {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #e6ebf1;
    border-radius: 8px;
    background: #f6f8fb;
    font-size: 13px;
    color: #1f2937;
    outline: none;
    min-width: 150px;
}
.news-filter__date-input:focus {
    border-color: #007BFC;
    background: #fff;
}
.news-filter__actions { display: inline-flex; align-items: center; gap: 10px; }
.news-filter__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    line-height: 1;
    background: #007BFC;
    color: #fff;
}
.news-filter__reset:hover { background: #0066d1; color: #fff; text-decoration: none; }
.news-filter__reset--disabled {
    pointer-events: none;
    opacity: .55;
}
.news-filter__loader { position: absolute; top: 12px; right: 16px; }
.news-filter__spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #cfd8e3;
    border-top-color: #007BFC;
    border-radius: 50%;
    animation: news-filter-spin .8s linear infinite;
}
@keyframes news-filter-spin { to { transform: rotate(360deg); } }
.news-filter-empty {
    padding: 24px;
    color: #64748b;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 10px;
}

/* Datepicker overrides — defeat bootstrap table/select bleed-through */
.news-filter-datepicker.ui-datepicker,
.ui-datepicker.news-filter-datepicker {
    z-index: 1000 !important;
    width: 18em !important;
    padding: 10px !important;
    background: #fff !important;
    border: 1px solid #e6ebf1 !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 24px rgba(15,23,42,.12) !important;
    font-size: 13px !important;
    color: #1f2937 !important;
}
.news-filter-datepicker .ui-datepicker-header {
    position: relative;
    padding: 4px 0;
    margin-bottom: 10px;
    background: transparent;
    border: 0;
    color: #1f2937;
    font-weight: 600;
    min-height: 32px;
}
.news-filter-datepicker .ui-datepicker-prev,
.news-filter-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border-radius: 6px;
    background: transparent;
    border: 0;
    color: #475569;
}
.news-filter-datepicker .ui-datepicker-prev { left: 2px; }
.news-filter-datepicker .ui-datepicker-next { right: 2px; }
.news-filter-datepicker .ui-datepicker-prev:hover,
.news-filter-datepicker .ui-datepicker-next:hover { background: #f1f5f9; }
.news-filter-datepicker .ui-datepicker-prev span,
.news-filter-datepicker .ui-datepicker-next span {
    position: absolute; top: 50%; left: 50%;
    width: 8px; height: 8px;
    margin: -4px 0 0 -4px;
    border: solid #475569;
    border-width: 0 0 2px 2px;
    text-indent: -9999px;
    background: none;
}
.news-filter-datepicker .ui-datepicker-prev span { transform: rotate(45deg); }
.news-filter-datepicker .ui-datepicker-next span { transform: rotate(-135deg); }
.news-filter-datepicker .ui-datepicker-title {
    margin: 0 32px;
    text-align: center;
    line-height: 26px;
    display: flex;
    gap: 6px;
    justify-content: center;
}
.news-filter-datepicker .ui-datepicker-title select {
    height: 26px;
    padding: 0 6px;
    border: 1px solid #e6ebf1;
    border-radius: 6px;
    background: #fff;
    font-size: 13px;
    color: #1f2937;
    cursor: pointer;
    width: auto !important;
    max-width: none;
    margin: 0;
}
.news-filter-datepicker table.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
    background: transparent;
    clear: both;
}
.news-filter-datepicker table.ui-datepicker-calendar th,
.news-filter-datepicker table.ui-datepicker-calendar td {
    padding: 0;
    border: 1px solid #e6ebf1;
    background: transparent;
    text-align: center;
    width: 14.2857%;
    vertical-align: middle;
    height: 34px;
}
.news-filter-datepicker table.ui-datepicker-calendar th {
    border: 0;
}
.news-filter-datepicker table.ui-datepicker-calendar th {
    color: #94a3b8;
    font-weight: 500;
    padding: 4px 0;
    font-size: 12px;
}
.news-filter-datepicker table.ui-datepicker-calendar td a,
.news-filter-datepicker table.ui-datepicker-calendar td span {
    display: block;
    line-height: 32px;
    height: 32px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1f2937;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    padding: 0;
}
.news-filter-datepicker table.ui-datepicker-calendar td span { cursor: default; color: #cbd5e1; }
.news-filter-datepicker table.ui-datepicker-calendar td a:hover { background: #eef5ff; color: #007BFC; }
.news-filter-datepicker table.ui-datepicker-calendar td .ui-state-active,
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-active {
    background: #007BFC;
    color: #fff;
}
.news-filter-datepicker table.ui-datepicker-calendar td .ui-state-highlight,
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-highlight {
    background: #eef5ff;
    color: #007BFC;
}

/* Override global .ui-state-default { background: #007BFC !important } from template_styles.css */
.news-filter-datepicker .ui-datepicker-header.ui-widget-header,
.news-filter-datepicker .ui-widget-header {
    background: transparent !important;
    border: 0 !important;
}
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-default,
.news-filter-datepicker table.ui-datepicker-calendar td span.ui-state-default {
    background: transparent !important;
    color: #1f2937 !important;
    border: 0 !important;
    text-align: center;
    font-weight: 400;
}
.news-filter-datepicker table.ui-datepicker-calendar td span.ui-state-default {
    color: #cbd5e1 !important;
}
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-default:hover {
    background: #eef5ff !important;
    color: #007BFC !important;
}
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-active,
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-highlight {
    background: #007BFC !important;
    color: #fff !important;
}
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-highlight {
    background: #fff3a3 !important;
    color: #1f2937 !important;
}
.news-filter-datepicker table.ui-datepicker-calendar td a.ui-state-active {
    background: #007BFC !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .news-filter { padding: 14px; }
    .news-filter__row--top { flex-wrap: wrap; }
    .news-filter__sort { width: 100%; }
    .news-filter__select { width: 100%; }
    .news-filter__row--bottom {
        flex-direction: column;
        align-items: stretch;
    }
    .news-filter__dates { flex-direction: column; align-items: stretch; }
    .news-filter__date { width: 100%; }
    .news-filter__date-input { flex: 1 1 auto; width: 100%; }
    .news-filter__actions { width: 100%; }
    .news-filter__reset { flex: 1 1 0; }
}

/* End */
/* /local/templates/novo/components/giveandget/news.list/.default/style.css */
/* /local/components/giveandget/news.filter/templates/.default/style.css */
