/*
 Theme Name:   BuyDekhke Child
 Template:     rehub-theme
 Description:  Child theme for buydekhke.com — nav cleanup, dead-widget fixes, affiliate disclosure styling.
 Version:      1.0.0
 Author:       BuyDekhke
*/

@import url("../rehub-theme/style.css");

/* ---- Fix: broken/disabled login-register link in header ---- */
a[href="#"]:has(+ *):empty,
.header-login-disabled {
    display: none !important;
}

/* ---- Fix: dedupe/clean nested category menu spacing typo ---- */
.menu-item a {
    text-transform: none;
}

/* ---- Hide zero-value vote/comment counters on deal cards (looks like broken UI) ---- */
.deal-meta .vote-count[data-count="0"],
.deal-meta .comment-count[data-count="0"] {
    display: none;
}

/* ---- Affiliate disclosure banner ---- */
.affiliate-disclosure {
    background: #fff8e1;
    border: 1px solid #f0d878;
    padding: 10px 16px;
    font-size: 13px;
    color: #665200;
    border-radius: 4px;
    margin: 12px 0;
}

/* ---- Normalize inconsistent price currency display ---- */
.price-old {
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
}
.price-new {
    font-weight: 700;
    color: #d32f2f;
}
