/* === GLOBAL RESET: MINDEN lila/kék vonal eltávolítása === */
.inner-aside,
.inner-aside *,
.inner-aside .heading,
.inner-aside .heading .title,
.inner-aside .heading .title a,
.block-post,
.block-reference,
.aside-list,
.aside-list .item,
.aside-title,
.widget,
.sidebar-widget,
[class*="aside"],
[class*="sidebar"],
[class*="widget"] {
    border-left: none !important;
    border-left-color: transparent !important;
    border-left-width: 0 !important;
    border-left-style: none !important;
}

/* Pseudo-elementek teljes eltávolítása */
.inner-aside::before,
.inner-aside::after,
.inner-aside .heading::before,
.inner-aside .heading::after,
.inner-aside .heading .title::before,
.inner-aside .heading .title::after,
.block-post::before,
.block-post::after,
.block-reference::before,
.block-reference::after,
.aside-title::before,
.aside-title::after,
[class*="aside"]::before,
[class*="aside"]::after {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* === GLOBAL RESET: Háttérszín hover eltávolítása === */
.aside-list .item a:hover,
.aside-link:hover,
.block-reference a:hover,
.inner-aside a:hover {
    background: none !important;
    background-color: transparent !important;
}

/* === SIDEBAR LINKEK (Recommended Sites, Top Rated, Popular Sources) === */
.aside-list .item a,
.aside-link,
.block-reference a,
.inner-aside .aside-list a {
    display: block;
    padding: 10px 14px;
    color: #6b6b6b !important;
    text-decoration: none !important;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    border-left: 3px solid transparent;
    border-radius: 0;
    transition: color 0.3s ease, border-color 0.3s ease, padding-left 0.3s ease;
    background: none !important;
}

.aside-list .item a:hover,
.aside-link:hover,
.block-reference a:hover,
.inner-aside .aside-list a:hover {
    color: #b8960c !important;
    border-left-color: #b8960c !important;
    padding-left: 18px;
    background: none !important;
}

/* === BLOG POST KÁRTYÁK (Latest Blog Posts) === */
.item-post.small {
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
    display: block !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.item-post.small:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
    transform: translateY(-3px);
    background: #fff !important;
}

.item-post.small .wrap_desc {
    padding: 14px !important;
    background: transparent !important;
}

.item-post.small h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0a0a0a !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.4 !important;
    transition: color 0.3s ease;
}

.item-post.small:hover h3 {
    color: #b8960c !important;
}

/* === BLOG DÁTUM - MINDIG SZÜRKE, LÁTHATÓ === */
.item-post.small .stat {
    display: flex;
    align-items: center;
    gap: 6px;
}

.item-post.small .stat .item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.item-post.small .stat .icon,
.item-post.small .stat .value {
    color: #6b6b6b !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 12px !important;
}

.item-post.small:hover .stat .icon,
.item-post.small:hover .stat .value {
    color: #6b6b6b !important;
}

/* === LOGO SZÍNEK (header & footer) === */
.logost0 {
    fill: #fafafa !important;
}
.logost1 {
    fill: #c9a961 !important;
}

/* === RÉGI PIROS/NARANCSSÁRGA FELÜLÍRÁSA === */
.logost1[style*="E94140"],
[style*="E94140"] {
    fill: #c9a961 !important;
    color: #c9a961 !important;
}

/* === TOP RATED THIS WEEK (compact-item) === */
.compact-gallery-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.compact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: transparent !important;
    border-radius: 0;
    border-left: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.compact-item:hover {
    background: transparent !important;
    border-left-color: #b8960c;
}

.rank-number {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #b8960c !important;
    min-width: 28px;
    text-align: center;
}

.compact-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none !important;
    flex: 1;
}

.compact-title {
    font-family: 'Manrope', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b6b6b !important;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.compact-item:hover .compact-title {
    color: #b8960c !important;
}

/* Rating elrejtése */
.compact-rating {
    display: none !important;
}

/* === HEADER NAVIGATION LINKEK (footer stílusú) === */
header .nav-link,
header .nav-list a,
header nav a {
    color: rgba(250, 250, 250, 0.7) !important;
    background: transparent !important;
    text-decoration: none !important;
    border: 1px solid rgba(201, 169, 97, 0.2) !important;
    border-radius: 30px !important;
    padding: 10px 22px !important;
    transition: all 0.4s ease !important;
}

header .nav-link:hover,
header .nav-list a:hover,
header nav a:hover {
    color: #0a0a0a !important;
    background: linear-gradient(135deg, #b8960c 0%, #c9a961 100%) !important;
    border-color: transparent !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 169, 97, 0.4);
}

header .nav-link::before,
header .nav-list a::before,
header nav a::before {
    display: none !important;
}

/* === HEADER SEARCH MEZŐ === */
header .form-controls,
header .form-search .form-controls {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(201, 169, 97, 0.4) !important;
}

header .form-controls input,
header .form-search input,
header input[type="text"],
header input[name="search"] {
    color: #ffffff !important;
    background: transparent !important;
    -webkit-text-fill-color: #ffffff !important;
}

header .form-controls input::placeholder,
header input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
}
