/* ============================================================
   PENDUJATT PRO — ULTIMATE SIGNATURE MASTERPIECE 2026
   ============================================================ */

:root {
    --page-bg: #f8fafc;
    --surface: #ffffff;
    --ink: #0b1329;
    --ink-soft: #1e293b;
    --text-muted: #64748b;
    
    --primary-blue: #2563eb;
    --primary-cyan: #06b6d4;
    --gradient-brand: linear-gradient(135deg, #2563eb 0%, #4f46e5 50%, #06b6d4 100%);
    --gradient-header: linear-gradient(135deg, #0f3957 0%, #1a5c8f 50%, #207CBF 100%);
    
    --border-color: rgba(226, 232, 240, 0.9);
    --shadow-soft: 0 10px 30px -5px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.02);
    --shadow-hover: 0 20px 45px -10px rgba(37, 99, 235, 0.15);
    
    --radius-box: 16px;
    --ease-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #4b5563;
    background-color: var(--page-bg);
    padding-bottom: 70px;
    -webkit-font-smoothing: antialiased;
}

/* ============================================================
   TYPOGRAPHY & HEADINGS
   ============================================================ */

p {
    margin: 6px 10px;
    padding: 10px 14px;
    font-family: system-ui, -apple-system, sans-serif;
    border: 1px solid var(--border-color);
    font-size: 13px;
    color: var(--ink-soft);
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.01);
}

b { 
    font-weight: 600;
    color: var(--ink);
}

h1, h2, .pendu, .pendu0, .pendu1, .pendu2, .pendu3, .pendu4, .pendu5, .pendu6, .pendu7, .pendu8, .pendu9, .pendu10, .pendu11, .pendu12, .pendu13, .pendu14, .pendu15, .pendu16, .pendu17, .pendu18, .pendu19, .pendu20, .pendu21, .pendu22, .pendu23, .pendu24, .pendu25, .pendu26, .pendu27, .pendu28, .pendu29 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    background: var(--gradient-header);
    letter-spacing: -0.01em;
    border-radius: 12px;
    margin: 12px 10px;
    box-shadow: 0 4px 15px rgba(32, 124, 191, 0.2);
}

h3, h4, h5, h6, h7 {
    font-size: 12px;
    margin: 0;
    color: var(--ink);
}

/* ============================================================
   TAGS SECTION STYLING (.atext)
   ============================================================ */

.atext {
    background: #ffffff !important;
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.9)) !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    margin: 16px 10px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    color: var(--text-muted, #4a5568) !important;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03) !important;
    font-weight: 600 !important;
}

/* Tags label styling (e.g. Tags:-) */
.atext font[color="green"] {
    color: #16b508 !important;
    font-weight: 700 !important;
}

/* Tags content styling */
.atext font[color="red"] {
    color: var(--primary-blue, #2563eb) !important;
    font-weight: 700 !important;
}
/* ============================================================
   BREADCRUMBS
   ============================================================ */

.breadcrumbs {
    padding: 8px 10px;
}

ol.breadcrumbs {
    list-style-type: none;
    margin: 0;
    margin-left: 4px;
    padding: 0;
    display: inline-block;
}

ol.breadcrumbs li {
    float: left;
    margin-left: 6px;
}

ol.breadcrumbs li:after {
    content: '» ';
    color: var(--primary-blue);
    margin-left: 4px;
}

ol.breadcrumbs li.last:after {
    content: none;
}

/* ============================================================
   LINKS
   ============================================================ */

a:link, a:active, a:visited {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover, a:focus {
    color: #0f172a;
    text-decoration: none;
}

/* ============================================================
   HEADER & TOPLINE
   ============================================================ */

.headertops, .topbar, .tophead {
    background: var(--gradient-header);
    padding: 20px 16px;
    border-bottom: none;
    color: white;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.02em;
    position: relative;
    box-shadow: 0 6px 25px rgba(15, 57, 87, 0.25);
    border-radius: 0 0 20px 20px;
}

.headertops::after, .topbar::after, .tophead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    right: 30%;
    height: 4px;
    background: #E4A915;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 12px rgba(228, 169, 21, 0.6);
}

.topline {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    background: var(--gradient-header);
    letter-spacing: 0.02em;
    margin: 16px 10px 10px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(32, 124, 191, 0.15);
    text-transform: none;
}

.brd, div.headertop {
    background-color: #0b1329;
    border: none;
    color: #fff;
    height: 38px;
    margin: 6px 10px;
    padding: 0 14px;
    line-height: 38px;
    border-bottom: solid 3px #E4A915;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
}

.style1 {
    color: #FFFFFF;
    font-size: 15px;
    padding: 6px;
}

/* ============================================================
   STANDARD CARDS
   ============================================================ */
/* ============================================================
   FIX FOR MISMATCHED FMLINK HTML STRUCTURE
   ============================================================ */

/* 1. Target the fmlink container and make it look like a premium card */
.fmlink {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    border-radius: 16px !important;
    padding: 14px 18px !important;
    margin: 10px 10px !important;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* 2. Style the link inside fmlink so the whole card is clickable */
.fmlink a {
    color: #1e293b !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* 3. Smooth hover effects */
.fmlink:hover {
    background-color: #ffffff !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 45px -10px rgba(37, 99, 235, 0.15) !important;
}

.fmlink:hover a {
    color: #2563eb !important;
}

/* 4. Thumbnail or icon styling inside fmlink if any */
.fmlink img {
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 6px;
}
.fmlink, a.mrj {
    color: #2563eb;
    background: #ffffff;
    padding: 14px 18px;
    text-decoration: none;
    font-size: 15px;
    box-sizing: border-box;
    display: block;
    margin: 10px 10px;
    border-radius: var(--radius-box);
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    transition: all 0.35s var(--ease-smooth);
    position: relative;
    overflow: hidden;
}

.fmlink:hover, a.mrj:hover {
    background-color: #ffffff;
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.mrj_btn {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    margin: 5px 0;
    display: inline-block;
    font-weight: 600;
    padding: 6px 12px;
    font-size: 12px;
    color: var(--ink-soft);
}

ul.mrj {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 1px;
}
/* ============================================================
   BEST STYLING FOR FMABOUT (DESCRIPTION BOX)
   ============================================================ */

.fmabout {
    background: #ffffff !important;
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.9)) !important;
    border-radius: 14px !important;
    padding: 18px 20px !important;
    margin: 16px 10px !important;
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    color: var(--text-muted, #4a5568) !important;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.04) !important;
    border-left: 4px solid #16b508 !important; /* Green highlight matching your description label */
}

/* Description heading highlight inside fmabout */
.fmabout font[color="green"], .fmabout font[color="#008000"] {
    font-weight: 700 !important;
    color: #16b508 !important;
    font-size: 14px !important;
    letter-spacing: -0.01em !important;
}
/* ============================================================
   INFOBOX & FMABOUT
   ============================================================ */

.infobox {
    padding: 18px;
    background: #ffffff;
    font-size: 13.5px;
    color: var(--text-muted);  
    margin: 12px 10px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-box);
    box-shadow: var(--shadow-soft);
    line-height: 1.7;
}
body, p, span, a, div, .fmcover, .sideitem, .updateitems, .fmabout {
    font-weight: 600 !important;
}

/* ============================================================
   PAGINATION BUTTONS STYLING (Prev / Next)
   ============================================================ */

div[style*="clear:both"]:has(a[href*="/categorylist/cat/"]) {
    margin: 20px 10px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
}

div[style*="clear:both"] a[style*="background-color: DodgerBlue"],
div[style*="clear:both"] a {
    background: var(--gradient-brand, linear-gradient(135deg, #2563eb 0%, #4f46e5 50%, #06b6d4 100%)) !important;
    color: #ffffff !important;
    padding: 10px 18px !important;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important; /* Clearing old float issues */
}

div[style*="clear:both"] a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35) !important;
    background-color: #0f172a !important;
}
/* ============================================================
   MEDIA & TRACKS
   ============================================================ */
/* --- Force padding 10px on divs with style="padding: 5px;" without changing HTML --- */
div[style*="padding: 5px"], div[style*="padding: 5px;"] {
    padding: 10px !important;
}
.fmcover {
    border: 0px dotted #F4F4F4;
    font-size: .86em;
    line-height: 1.7;
}

.videoboxmini {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    max-width: 500px;
    padding: 5px;
    box-sizing: border-box;
}

.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0,0,0,.6);
    z-index: 1;
    opacity: .8;
    border-radius: 8px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}

.youtube .play-button, .youtube img {
    cursor: pointer;
}

.youtube .play-button, .youtube .play-button:before, .youtube iframe, .youtube img {
    position: absolute;
}

.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
} 

.songlyrics {
    font-size: 16px !important;
    font-weight: 400;
    text-align: left;
}

img.albumcover {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    float: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

img.albumcover2 {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.tracks {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-left: 15px;
    font-weight: 600;
    color: var(--ink);
}

.tunes {
    margin: 10px;
    text-align: center;
    padding: 8px 10px;
    background: #FF9900;
    border: none;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(255, 153, 0, 0.2);
}

.tunesmp3 {
    text-align: left;
    padding: 8px 10px;
    background: #fe642e;
    font-weight: 600;
    color: #ffffff;
    margin: 10px;
    text-transform: capitalize;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(254, 100, 46, 0.2);
}

.pendu1 {
    text-align: center;
    background: #64748b;
    color: #fff;
    margin: 10px;
    font-size: 12px;
    padding: 8px;
    font-weight: 600;
    border-radius: 8px;
}

.sprt {
    border-bottom: 1px dashed #cbd5e1;
    margin: 8px 0;
}

/* ============================================================
   COMPACT / SMALL SEARCH BOX STYLING (.fmrow)
   ============================================================ */

.fmrow { 
    margin: 12px 10px !important;
    padding: 10px 14px !important;
    background: #ffffff !important;
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.9)) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03) !important;
}

.fmrow form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.fmrow input[type="text"] {
    width: 150px;
    padding: 6px 10px;
    font-size: 13px;
    color: var(--ink-soft, #1e293b);
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
}

.fmrow input[type="text"]:focus {
    background: #ffffff;
    border-color: var(--primary-blue, #2563eb);
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}

.fmrow select {
    padding: 6px 10px;
    font-size: 13px;
    color: var(--ink-soft, #1e293b);
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fmrow select:focus {
    border-color: var(--primary-blue, #2563eb);
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}

.fmrow input[type="hidden"] {
    display: none;
}

.fmrow input[type="submit"] {
    background: var(--gradient-brand, linear-gradient(135deg, #2563eb 0%, #4f46e5 50%, #06b6d4 100%));
    color: #ffffff;
    border: none;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    transition: transform 0.15s ease;
}

.fmrow input[type="submit"]:hover {
    transform: translateY(-1px);
}

/* Mobile Responsive */
@media (max-width: 500px) {
    .fmrow form {
        gap: 6px;
    }
    
    .fmrow input[type="text"] {
        width: 120px;
    }
}
/* ============================================================
   COMPACT SEARCH BAR STYLING (Inline Styled Container)
   ============================================================ */

div[style*="padding: 5px;margin: 10px;"]:has(form action*="index.php"),
div[style*="padding: 5px; margin: 10px;"]:has(form),
div[style*="padding: 5px"][style*="margin: 10px"]:has(input[name="search"]) {
    background: #ffffff !important;
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.9)) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    margin: 12px 10px !important;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03) !important;
    text-align: center !important;
}

div[style*="padding: 5px;margin: 10px;"] form,
div[style*="padding: 5px; margin: 10px;"] form,
div[style*="padding: 5px"][style*="margin: 10px"] form {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
}

div[style*="padding: 5px"] input[type="text"] {
    width: 160px !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
    color: var(--ink-soft, #1e293b) !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

div[style*="padding: 5px"] input[type="text"]:focus {
    background: #ffffff !important;
    border-color: var(--primary-blue, #2563eb) !important;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1) !important;
}

div[style*="padding: 5px"] select {
    padding: 6px 10px !important;
    font-size: 13px !important;
    color: var(--ink-soft, #1e293b) !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

div[style*="padding: 5px"] select:focus {
    border-color: var(--primary-blue, #2563eb) !important;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1) !important;
}

div[style*="padding: 5px"] input[type="submit"] {
    background: var(--gradient-brand, linear-gradient(135deg, #2563eb 0%, #4f46e5 50%, #06b6d4 100%)) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 6px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2) !important;
    transition: transform 0.15s ease !important;
}

div[style*="padding: 5px"] input[type="submit"]:hover {
    transform: translateY(-1px) !important;
}

/* Mobile Responsive */
@media (max-width: 500px) {
    div[style*="padding: 5px"] form {
        display: flex !important;
        flex-direction: column !important;
    }
    
    div[style*="padding: 5px"] input[type="text"],
    div[style*="padding: 5px"] select,
    div[style*="padding: 5px"] input[type="submit"] {
        width: 100% !important;
    }
}


.rikwap {
    border-bottom: 1px dashed #cbd5e1;
    margin: 0;
    padding: 10px 5px;
}

/* ============================================================
   BUTTONS & SOCIALS
   ============================================================ */

.down {
    float: left;
}

.down a {
    background-color: #00c3f4;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
    margin: 6px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 195, 244, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.down a:hover {
    background-color: #0f172a;
    transform: translateY(-2px);
}

.down2 {
    float: left;
}

.down2 a {
    background-color: #e05fef;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
    margin: 6px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(224, 95, 239, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.down2 a:hover {
    background-color: #0f172a;
    transform: translateY(-2px);
}

a.fb {
    float: left;
    background-color: #3b5998;
    color: #fff;
    padding: 8px 12px;
    font-weight: 600;
    border-radius: 8px;
    margin: 8px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(59, 89, 152, 0.2);
    transition: transform 0.2s ease;
}

a.fb:hover {
    background-color: #0f172a;
    transform: translateY(-2px);
}

a.whatsapp {
    float: left;
    background-color: #16b508;
    color: #fff;
    padding: 8px 12px;
    font-weight: 600;
    border-radius: 8px;
    margin: 8px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(22, 181, 8, 0.2);
    transition: transform 0.2s ease;
}

a.whatsapp:hover {
    background-color: #0f172a;
    transform: translateY(-2px);
}

.buttons {
    margin: 10px 0px 20px 0px;
    padding: 10px 0px;
}

.btn {
    background: #2563eb;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
    padding: 8px 18px;
    transition: transform 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.cut_r {
    display: block;
    margin: 8px;
    padding: 0;
}

.cut_r p {
    border-bottom: 1px solid var(--border-color);
    margin: 4px 0;
    padding: 8px;
}

.cut_r label {
    background: #2563eb;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 600;
}

.pad.cut_r span {
    background: #333;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
}

.cut_r input, .cut_r select {
    border: 1px solid var(--border-color);
    padding: 6px;
    text-align: center;
    border-radius: 6px;
    background: #fff;
}

.cut_r .btn {
    background: #2563eb;
    box-shadow: none;
    border: none;
}

.cut_r select {
    margin: 0 4px;
}

.share a {
    display: inline-block;
}

.share a:hover, .share a:active {
    background: #f1f5f9;
    border-radius: 8px;
}

.shareicon {
    margin: 10px;
}

/* ============================================================
   FOOTER (EXACT MATCHING HEADER STYLE)
   ============================================================ */

div.footer, .footer {
    background: var(--gradient-header) !important;
    color: #ffffff !important;
    padding: 24px 20px !important;
    text-align: center !important;
    margin-top: 50px !important;
    font-size: 13.5px !important;
    position: relative !important;
    box-shadow: 0 -6px 25px rgba(15, 57, 87, 0.25) !important;
    border-radius: 20px 20px 0 0 !important;
    border-top: none !important;
}

div.footer::before, .footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 30% !important;
    right: 30% !important;
    height: 4px !important;
    background: #E4A915 !important;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 0 12px rgba(228, 169, 21, 0.6) !important;
}

div.footer p, div.footer div, .footer p, .footer div {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.7 !important;
}

div.footer a, .footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

div.footer a:hover, .footer a:hover {
    color: #E4A915 !important;
    text-decoration: underline !important;
}

/* ============================================================
   ABSOLUTE FIX FOR NESTED FMLINK (<a> wrapping <div class="fmlink">)
   ============================================================ */

a:has(> .fmlink) {
    display: block !important;
    text-decoration: none !important;
    margin: 10px 10px !important;
    border-radius: 16px !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease !important;
}

a > .fmlink {
    color: #2563eb !important;
    background: #ffffff !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.04) !important;
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

a:hover:has(> .fmlink) {
    transform: translateY(-3px) !important;
}

a:hover > .fmlink {
    background-color: #ffffff !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 20px 45px -10px rgba(37, 99, 235, 0.15) !important;
    color: #2563eb !important;
}

/* ============================================================
   MOBILE RESPONSIVENESS
   ============================================================ */

@media (max-width: 600px) {
    body {
        padding-bottom: 50px;
    }
    
    .headertops, .topbar, .tophead {
        font-size: 1.25rem;
        padding: 18px 14px;
        border-radius: 0 0 14px 14px;
    }

    .fmlink, a > .fmlink {
        margin: 8px 10px !important;
        padding: 12px 14px !important;
    }

    .share {
        width: 96%;
        overflow: auto;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    
    .share a {
        text-align: center;
        float: left;
        width: 16%;
    }
    
    .shareicon {
        margin: 10px 0 !important;
    }

    div.footer, .footer {
        padding: 18px 14px !important;
        font-size: 13px !important;
        border-radius: 14px 14px 0 0 !important;
    }
}