/* Serendipity Deals Table — transparent dark style */ .tablepress-table-description, .tablepress-table-name { display: none; } .tablepress-wrapper { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .tablepress.serendipity-deals { width: 100%; min-width: 500px; border-collapse: collapse; font-family: Heebo, sans-serif; direction: rtl; font-size: 15px; background: transparent; } /* Header row */ .tablepress.serendipity-deals thead th { background: transparent; color: #C7A86B; font-weight: 600; padding: 14px 20px; text-align: right; border: none; border-bottom: 1px solid rgba(199,168,107,0.3); letter-spacing: 0.03em; white-space: nowrap; } /* Data rows */ .tablepress.serendipity-deals tbody td { background: transparent; color: #ffffff; padding: 14px 20px; border: none; border-bottom: 1px solid rgba(255,255,255,0.08); vertical-align: middle; text-align: right; line-height: 1.5; } /* Hover */ .tablepress.serendipity-deals tbody tr:hover td { background: rgba(199,168,107,0.15); color: rgba(255,255,255,0.90); } /* First column — bold */ .tablepress.serendipity-deals td:first-child, .tablepress.serendipity-deals th:first-child { font-weight: 700; } /* Last column — gold value */ .tablepress.serendipity-deals td:last-child { color: #C7A86B; font-weight: 700; white-space: nowrap; } /* Remove alternating bg from default tablepress */ .tablepress.serendipity-deals .odd td, .tablepress.serendipity-deals .even td { background: transparent; } .tablepress.serendipity-deals .odd:hover td, .tablepress.serendipity-deals .even:hover td { background: rgba(199,168,107,0.15); } /* Mobile */ @media (max-width: 768px) { .tablepress.serendipity-deals { font-size: 13px; } .tablepress.serendipity-deals thead th, .tablepress.serendipity-deals tbody td { padding: 10px 14px; } }