.rr-search-hero {
    background: linear-gradient(135deg, #ff6725 0%, #ff8f5c 50%, #ffb88c 100%);
    padding: 32px 28px 22px;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}
.rr-search-hero-decoration {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.rr-search-hero-decoration::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.rr-search-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.rr-search-hero-badge i { margin-right: 5px; }
.rr-search-hero-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}
.rr-search-hero-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin: 0;
}
.rr-search-hero-desc a {
    color: #ffe0cc;
    text-decoration: underline;
    font-weight: 500;
}
.rr-search-hero-desc a:hover {
    color: #fff5f0;
    text-decoration: none;
}

.rr-cat-btn {
    background: #fff5f0;
    color: #ff6725;
    border: 1px solid #ffcdb3;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 20px;
    transition: all 0.2s;
}
.rr-cat-btn:hover {
    background: #ff6725;
    color: #fff;
    border-color: #ff6725;
}
.rr-cat-btn.active {
    background: #ff6725;
    color: #fff;
    border-color: #ff6725;
}

.rr-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.rr-table thead th {
    background: #fff5f0;
    color: #333;
    font-weight: 700;
    padding: 12px 10px;
    border-bottom: 2px solid #ff6725;
    text-align: left;
    white-space: nowrap;
    font-size: 13px;
}
.rr-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
    color: #444;
    line-height: 1.5;
}
.rr-table tbody tr:hover {
    background: #fff9f5;
}
.rr-table tbody td:first-child {
    font-weight: 600;
    color: #ff6725;
    text-align: center;
    width: 40px;
}
.rr-table tbody td:nth-child(2) {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}
.rr-table tbody td:nth-child(4),
.rr-table tbody td:nth-child(5),
.rr-table tbody td:nth-child(6) {
    white-space: nowrap;
    font-weight: 600;
}
.rr-table tbody td:last-child {
    font-size: 12px;
    color: #888;
}

.rr-faq-item {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.rr-faq-item.open { border-color: #ff6725; }
.rr-faq-question {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    background: #fafafa;
}
.rr-faq-question i {
    transition: transform 0.3s;
    color: #ff6725;
}
.rr-faq-item.open .rr-faq-question i { transform: rotate(180deg); }
.rr-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}
.rr-faq-item.open .rr-faq-answer {
    padding: 0 20px 16px;
    max-height: 500px;
}

@media print {
    .rr-search-hero, .rr-search-card, .rr-results-actions, .rr-faq-section,
    #tool-article, .related-tools-heading, .related-tool-card, .row.mb-20,
    nav[aria-label="breadcrumb"], .dash-aside-navbar, header, footer,
    .aside-btn, .dash-header-one { display: none !important; }
    .rr-table { font-size: 11px; }
    .rr-table thead th { background: #f5f5f5 !important; -webkit-print-color-adjust: exact; }
    #rr-table-card { box-shadow: none !important; border: 1px solid #ddd; }
}

@media (max-width: 576px) {
    .rr-search-hero-title { font-size: 20px; }
    .rr-table { font-size: 12px; }
    .rr-table thead th { padding: 8px 6px; font-size: 11px; }
    .rr-table tbody td { padding: 8px 6px; }
    .rr-cat-btn { font-size: 11px; padding: 4px 10px; }
}
