/* GHorror Story Submitter Stylesheet - Premium Dark Horror Aesthetic */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --ghorror-bg-dark: #070707;
    --ghorror-bg-card: #0b0b0b;
    --ghorror-bg-input: #080808;
    --ghorror-crimson: #c90e0e;
    --ghorror-crimson-hover: #e21c1c;
    --ghorror-crimson-dark: #500404;
    --ghorror-text: #e2e8f0;
    --ghorror-text-muted: #718096;
    --ghorror-border: #161616;
    --ghorror-border-focus: #c90e0e;
    --ghorror-font-serif: 'Cinzel', Georgia, serif;
    --ghorror-font-sans: 'Inter', sans-serif;
}

/* Design Header */
.ghorror-design-header {
    text-align: left;
    margin-bottom: 2rem;
    font-family: var(--ghorror-font-serif);
}

.ghorror-main-title {
    font-family: var(--ghorror-font-serif);
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ghorror-main-title .highlight-red {
    color: var(--ghorror-crimson);
}

.ghorror-main-subtitle {
    font-family: var(--ghorror-font-sans);
    font-size: 1.05rem;
    color: #888888;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Form Container */
.ghorror-submit-form-wrap {
    background-color: var(--ghorror-bg-card);
    border: 1px solid var(--ghorror-border);
    border-radius: 8px;
    padding: 2.5rem;
    color: var(--ghorror-text);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.95);
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    font-family: var(--ghorror-font-sans);
}

/* Form Labels & Inputs */
.ghorror-form-group {
    margin-bottom: 1.75rem;
}

.ghorror-form-group label {
    display: flex;
    align-items: center;
    font-family: var(--ghorror-font-sans);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
    color: #bbbbbb;
}

.label-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--ghorror-crimson);
    border-radius: 50%;
    margin-right: 0.6rem;
    box-shadow: 0 0 8px var(--ghorror-crimson);
}

.ghorror-submit-form-wrap input[type="text"],
.ghorror-submit-form-wrap textarea,
.ghorror-select {
    width: 100%;
    background-color: var(--ghorror-bg-input);
    border: 1px solid var(--ghorror-border);
    color: var(--ghorror-text);
    border-radius: 6px;
    padding: 0.95rem 1.2rem;
    font-size: 0.95rem;
    font-family: var(--ghorror-font-sans);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
}

.ghorror-submit-form-wrap input[type="text"]::placeholder,
.ghorror-submit-form-wrap textarea::placeholder {
    color: #4a5568;
    font-weight: 400;
}

.ghorror-submit-form-wrap input[type="text"]:focus,
.ghorror-submit-form-wrap textarea:focus,
.ghorror-select:focus {
    border-color: #4a0808;
    box-shadow: 0 0 10px rgba(201, 14, 14, 0.1);
    background-color: #0d0d0d;
}

.ghorror-select option {
    background-color: var(--ghorror-bg-card);
    color: var(--ghorror-text);
}

.ghorror-title-helper {
    text-align: right;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: #4a5568;
}

/* Custom Editor Wrapper */
.ghorror-editor-wrapper {
    border: 1px solid var(--ghorror-border);
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--ghorror-bg-input);
}

.ghorror-editor-wrapper textarea {
    border: none;
    border-radius: 0;
    border-top: 1px solid var(--ghorror-border);
    border-bottom: 1px solid var(--ghorror-border);
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.ghorror-editor-toolbar {
    background-color: #0b0b0b;
    border: none;
    padding: 0.6rem;
    display: flex;
    gap: 0.5rem;
}

.ghorror-editor-toolbar .toolbar-btn {
    background-color: #161616;
    border: 1px solid #222;
    color: #aaa;
    font-weight: 500;
    font-family: var(--ghorror-font-sans);
    padding: 0.35rem 0.85rem;
    font-size: 0.8rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ghorror-editor-toolbar .toolbar-btn:hover {
    background-color: var(--ghorror-crimson);
    color: white;
    border-color: var(--ghorror-crimson);
}

.ghorror-editor-helper {
    background-color: #0b0b0b;
    border: none;
    padding: 0.6rem 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #4a5568;
}

#char-counter-wrap {
    font-weight: 700;
}

/* Custom Checkbox List for Categories */
.ghorror-checkbox-list {
    background-color: var(--ghorror-bg-input);
    border: 1px solid var(--ghorror-border);
    border-radius: 6px;
    padding: 1.2rem;
    max-height: 250px;
    overflow-y: auto;
    background-image: url('../images/categories_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

/* Custom scrollbars */
.ghorror-checkbox-list::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.ghorror-checkbox-list::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
    background: #080808;
}
.ghorror-checkbox-list::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background: var(--ghorror-crimson);
    border-radius: 3px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.95rem;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
    color: #888888;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.checkbox-container:hover {
    color: #ffffff;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1.5px solid #ff3333;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: rgba(255, 51, 51, 0.1);
}

.checkbox-container input:checked ~ .checkmark {
    background-color: var(--ghorror-crimson);
    border-color: var(--ghorror-crimson);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Spooky Submission Buttons */
.ghorror-submit-actions {
    text-align: center;
    margin-top: 1.5rem;
}

.ghorror-btn.submit-btn {
    width: 100%;
    background: linear-gradient(90deg, #500404 0%, #c90e0e 50%, #500404 100%);
    background-size: 200% auto;
    color: white;
    border: 1px solid #7a0c0c;
    border-radius: 6px;
    padding: 1.2rem 2rem;
    font-family: var(--ghorror-font-serif);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 2px;
    cursor: pointer;
    box-shadow: 0 5px 25px rgba(201, 14, 14, 0.25);
    transition: all 0.5s ease;
    position: relative;
}

.ghorror-btn.submit-btn:hover {
    background-position: right center;
    box-shadow: 0 5px 30px rgba(201, 14, 14, 0.45);
    border-color: #ab1010;
}

.ghorror-btn:active {
    transform: translateY(1px);
}

.ghorror-btn.submit-btn .btn-loader {
    margin-left: 10px;
}

/* Messages / Alerts */
.ghorror-submit-alert,
.ghorror-message-wrap {
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.ghorror-submit-alert.danger,
.ghorror-message-wrap.error {
    background-color: rgba(171, 16, 16, 0.15);
    border: 1px solid var(--ghorror-crimson);
    color: #ff9e9e;
}

.ghorror-submit-alert.warning {
    background-color: rgba(230, 126, 34, 0.15);
    border: 1px solid #e67e22;
    color: #f39c12;
}

.ghorror-message-wrap.success {
    background-color: rgba(46, 204, 113, 0.15);
    border: 1px solid #2ecc71;
    color: #a2f2b8;
}

.ghorror-submit-alert a {
    color: #ff9e9e;
    font-weight: bold;
    text-decoration: underline;
}

.ghorror-submit-alert a:hover {
    color: white;
}

/* --------------------------------------------------------------------
   DASHBOARD TABLE STYLES
   -------------------------------------------------------------------- */
.ghorror-dashboard-wrap {
    background-color: var(--ghorror-bg-card);
    border: 1px solid var(--ghorror-border);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    margin-bottom: 2rem;
}

.dashboard-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ghorror-text);
    border-bottom: 1px solid var(--ghorror-border);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.dashboard-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--ghorror-crimson);
}

.ghorror-dashboard-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    color: var(--ghorror-text);
}

.ghorror-dashboard-table th,
.ghorror-dashboard-table td {
    padding: 1.1rem 1rem;
    text-align: left;
    border-bottom: 1px solid #1a1a1a;
}

.ghorror-dashboard-table th {
    background-color: #0b0b0b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: var(--ghorror-text-muted);
}

.ghorror-dashboard-table tbody tr {
    transition: background-color 0.2s ease;
}

.ghorror-dashboard-table tbody tr:hover {
    background-color: #151515;
}

.story-title-cell strong {
    font-size: 1.05rem;
    color: white;
}

/* Status Badges */
.status-badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.status-badge.published {
    background-color: rgba(46, 204, 113, 0.15);
    color: #2ecc71;
    border: 1px solid #2ecc71;
}

.status-badge.scheduled {
    background-color: rgba(230, 126, 34, 0.15);
    color: #e67e22;
    border: 1px solid #e67e22;
}

.status-badge.pending {
    background-color: rgba(155, 89, 182, 0.15);
    color: #9b59b6;
    border: 1px solid #9b59b6;
}

.status-badge.draft {
    background-color: rgba(108, 117, 125, 0.15);
    color: #adb5bd;
    border: 1px solid #6c757d;
}

/* Action Buttons */
.btn-action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.btn-action.edit {
    background-color: #242424;
    color: #ddd;
    border-color: #383838;
    text-decoration: none;
}

.btn-action.edit:hover {
    background-color: #333;
    color: white;
}

.btn-action.delete {
    background-color: rgba(171, 16, 16, 0.1);
    color: #ff8888;
    border-color: rgba(171, 16, 16, 0.3);
}

.btn-action.delete:hover {
    background-color: var(--ghorror-crimson);
    color: white;
    border-color: var(--ghorror-crimson);
}

.no-stories-msg {
    color: var(--ghorror-text-muted);
    font-style: italic;
    text-align: center;
    padding: 2rem 0;
}

/* --------------------------------------------------------------------
   MODAL DIALOG
   -------------------------------------------------------------------- */
.ghorror-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease;
}

.ghorror-modal-content {
    background-color: var(--ghorror-bg-card);
    border: 1px solid var(--ghorror-crimson);
    border-radius: 12px;
    width: 100%;
    max-width: 450px;
    padding: 2.25rem;
    text-align: center;
    color: var(--ghorror-text);
    box-shadow: 0 0 30px rgba(171, 16, 16, 0.25);
    animation: ghorror-fade-in 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modal-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--ghorror-crimson-hover);
    margin-bottom: 1rem;
    font-weight: 700;
}

.ghorror-modal-content p {
    color: var(--ghorror-text-muted);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.modal-btn {
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.modal-btn.confirm {
    background-color: var(--ghorror-crimson);
    color: white;
}

.modal-btn.confirm:hover {
    background-color: var(--ghorror-crimson-hover);
}

.modal-btn.cancel {
    background-color: #242424;
    color: #bbb;
    border: 1px solid #3a3a3a;
}

.modal-btn.cancel:hover {
    background-color: #333;
    color: white;
}

@keyframes ghorror-fade-in {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive adjust */
@media (max-width: 768px) {
    .ghorror-submit-form-wrap {
        padding: 1rem;
    }
    .ghorror-btn {
        width: 100%;
        text-align: center;
    }
}

/* Custom Searchable Select Country Dropdown */
.ghorror-searchable-select {
    position: relative;
    width: 100%;
}

.ghorror-searchable-select .select-trigger {
    width: 100%;
    background-color: var(--ghorror-bg-input);
    border: 1px solid var(--ghorror-border);
    color: var(--ghorror-text);
    border-radius: 6px;
    padding: 0.95rem 1rem 0.95rem 2.8rem !important; /* Extra padding left for map icon */
    font-size: 0.95rem;
    cursor: pointer;
    background-image: none !important; /* Remove old svg background */
    transition: all 0.3s ease;
}

.select-icon-left {
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ghorror-crimson);
    font-size: 0.95rem;
    pointer-events: none;
    z-index: 2;
}

.select-icon-right {
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #4a5568;
    font-size: 0.85rem;
    pointer-events: none;
    z-index: 2;
}

.ghorror-searchable-select .select-trigger:focus {
    border-color: #4a0808;
    box-shadow: 0 0 10px rgba(201, 14, 14, 0.1);
    background-color: #0d0d0d;
}

.options-list-container {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background-color: #0b0b0b;
    border: 1px solid var(--ghorror-border);
    border-radius: 6px;
    z-index: 999;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.95);
}

/* Custom scrollbars for options container */
.options-list-container::-webkit-scrollbar {
    width: 6px;
}
.options-list-container::-webkit-scrollbar-track {
    background: #080808;
}
.options-list-container::-webkit-scrollbar-thumb {
    background: var(--ghorror-crimson);
    border-radius: 3px;
}

.options-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.option-item {
    padding: 0.75rem 1.2rem;
    font-size: 0.9rem;
    color: #888;
    transition: all 0.2s ease;
    border-bottom: 1px solid #141414;
}

.option-item:last-child {
    border-bottom: none;
}

.option-item:hover {
    background-color: #141414;
    color: white;
}

.option-item.selected {
    background-color: #200404;
    color: #ff8888;
    border-left: 3px solid var(--ghorror-crimson);
}

.option-item.no-results {
    color: var(--ghorror-text-muted);
    font-style: italic;
    cursor: default;
    background-color: transparent !important;
}

/* Competition Deadline Notice with Countdown */
.ghorror-comp-deadline-notice {
    background: radial-gradient(circle, #280404 0%, #0a0a0a 100%);
    border: 1px solid #4a0808;
    border-radius: 8px;
    padding: 1rem 2rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: relative;
    height: 90px;
}

.countdown-label-block {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid #222;
    padding-right: 2rem;
}

.countdown-icon {
    background-color: #500404;
    color: #ff3333;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    border-radius: 4px;
    border: 1px solid #7a0c0c;
}

.countdown-label-text {
    font-family: var(--ghorror-font-sans);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--ghorror-crimson);
}

.countdown-values-block {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-evenly;
    max-width: 450px;
    margin-left: 2rem;
}

.countdown-val-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.countdown-val-num {
    font-family: var(--ghorror-font-sans);
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.countdown-val-label {
    font-family: var(--ghorror-font-sans);
    font-size: 0.65rem;
    font-weight: 600;
    color: #888888;
    letter-spacing: 0.5px;
    margin-top: 0.3rem;
    text-transform: uppercase;
}

.countdown-divider {
    width: 1px;
    height: 35px;
    background-color: #222;
}

.countdown-skull-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
}

.countdown-skull-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(201, 14, 14, 0.45);
    border: 1px solid #c90e0e44;
}

/* Writer's Tip Card */
.ghorror-writers-tip-card {
    border: 1px solid #4a0808;
    background-color: #0b0b0b;
    border-radius: 6px;
    padding: 1.2rem;
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

.tip-skull-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c90e0e33;
    box-shadow: 0 0 10px rgba(201, 14, 14, 0.3);
}

.tip-skull-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tip-content {
    display: flex;
    flex-direction: column;
}

.tip-title {
    font-family: var(--ghorror-font-sans);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ghorror-crimson);
    margin: 0 0 0.4rem 0;
    letter-spacing: 0.5px;
}

.tip-text {
    font-family: var(--ghorror-font-sans);
    font-size: 0.8rem;
    color: #888888;
    margin: 0;
    line-height: 1.5;
}

/* Frontend Reporting Section */
.ghorror-report-section {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--ghorror-border);
    display: flex;
    justify-content: flex-end;
}

.ghorror-report-btn {
    background-color: transparent;
    color: var(--ghorror-text-muted);
    border: 1px solid var(--ghorror-border);
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ghorror-report-btn:hover {
    background-color: rgba(171, 16, 16, 0.1);
    color: #ff8888;
    border-color: var(--ghorror-crimson);
    box-shadow: 0 0 10px rgba(171, 16, 16, 0.2);
}

.ghorror-report-btn i {
    color: var(--ghorror-crimson);
}

/* Weekly Stories Count Shortcode Badge */
.ghorror-weekly-stories-count {
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9em;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 28px;
    text-align: center;
}

.ghorror-modal-content.report-modal {
    border-color: var(--ghorror-crimson);
    box-shadow: 0 0 35px rgba(171, 16, 16, 0.35);
}

/* Weekly Toppers Shortcode Display - Premium Wide 3-Column Layout */
.ghorror-weekly-toppers-wrap {
    width: 100%;
    margin: 2rem auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url(/wp-content/uploads/2026/08/win-big-skull1.png);
    background-size: cover;
    background-position: center;
    border-radius: 0;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
    color: #e2e8f0;
}

/* Header Row & Branding */
.toppers-header-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
        background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -15%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 115%);
}

.toppers-logo-block {
    position: relative;
    display: flex;
    align-items: center;
}

.toppers-logo-block .logo-badge {
    position: absolute;
    top: -10px;
    left: -20px;
    background: #ab1010;
    color: #fff;
    font-size: 0.7rem;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    box-shadow: 0 0 8px rgba(171, 16, 16, 0.8);
    z-index: 5;
}

.toppers-logo-title {
    font-family: "Anton", sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    line-height: 1;
}

.toppers-logo-title .sub-title {
    color: #ff3333;
    font-size: 0.8em;
    font-weight: 700;
    display: block;
    font-size: 0.65rem;
    letter-spacing: 4px;
    margin-top: 4px;
    text-shadow: 0 0 8px rgba(171, 16, 16, 0.6);
}

/* Navigation Block */
.toppers-nav-block {
    display: flex;
    align-items: center;
}

.toppers-month-title {
    font-family: "Anton", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 3px;
    color: #fff;
    margin: 0 1.5rem;
    text-align: center;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
    display: inline-block;
    min-width: 250px;
}

.toppers-nav-btn {
    background: rgba(0, 0, 0, 0.6);
    color: #a0aec0;
    border: 1px solid rgba(171, 16, 16, 0.3);
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 1px;
}

.toppers-nav-btn:hover:not(:disabled) {
    border-color: #ff3333;
    color: #fff;
    background-color: rgba(171, 16, 16, 0.15);
    box-shadow: 0 0 10px rgba(255, 51, 51, 0.35);
}

.toppers-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.05);
    color: #444;
    background: #000000;
}

/* Subheader: Week Label row */
.toppers-subheader-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.toppers-week-label-title {
    font-family: "Anton", sans-serif;
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.45);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
/*
.toppers-week-label-title::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffb81c'%3E%3Cpath d='M80,80 C60,80 40,70 30,50 C20,30 25,10 25,10 C25,10 40,20 45,40 C50,60 70,75 80,80 Z M35,45 C28,40 20,42 15,48 C20,53 28,52 35,45 Z M42,32 C35,27 28,29 23,35 C28,40 35,39 42,32 Z M52,21 C45,16 38,18 33,24 C38,29 45,28 52,21 Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.toppers-week-label-title::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffb81c'%3E%3Cpath d='M20,80 C40,80 60,70 70,50 C80,30 75,10 75,10 C75,10 60,20 55,40 C50,60 30,75 20,80 Z M65,45 C72,40 80,42 85,48 C80,53 72,52 65,45 Z M58,32 C65,27 72,29 77,35 C72,40 65,39 58,32 Z M48,21 C55,16 62,18 67,24 C62,29 55,28 48,21 Z'/%3E%3C/svg%3E") center/contain no-repeat;
} */

.subheader-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    width: 100%;
}

.subheader-divider::before,
.subheader-divider::after {
    content: '';
    height: 1px;
    width: 120px;
    background: linear-gradient(to right, transparent, #ab1010 50%, transparent);
}

.subheader-divider::before {
    background: linear-gradient(to left, #ab1010, transparent);
}

.subheader-divider::after {
    background: linear-gradient(to right, #ab1010, transparent);
}

.subheader-divider .mini-skull {
    color: #ff3333;
    font-size: 1.1rem;
    margin: 0 15px;
    text-shadow: 0 0 8px rgba(255, 51, 51, 0.8);
    animation: glow-skull 2s infinite ease-in-out;
}

/* Panels Slider */
.topper-week-panel {
    display: none;
}

.topper-week-panel.active {
    display: block;
    animation: fadeInTopperPanel 0.5s ease-out;
}

@keyframes fadeInTopperPanel {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 3-Column Grid Layout */
.toppers-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 1rem;
    align-items: stretch;
    margin-bottom: 2.5rem;
}

/* Card Styles */
.topper-card {
    background: rgba(10, 10, 10, 0.65) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 12px !important;
    padding: 2.5rem 2rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2) !important;
    position: relative;
    border: 1px solid rgba(171, 16, 16, 0.25) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

.topper-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(171, 16, 16, 0.45) !important;
    box-shadow: 0 12px 40px rgba(171, 16, 16, 0.15) !important;
}

/* Stats Card */
.stats-card {
    border: 1px solid rgba(171, 16, 16, 0.25);
    box-shadow: 0 0 20px rgba(171, 16, 16, 0.05);
}

.stats-card:hover {
    border-color: rgba(171, 16, 16, 0.45);
    box-shadow: 0 0 25px rgba(171, 16, 16, 0.15);
}

.stat-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.stat-icon-wrap {
    font-size: 1.7rem;
    color: #ff3333;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 12px rgba(255, 51, 51, 0.4);
}

.stat-value {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #e2e8f0;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.stat-period {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #ab1010;
    letter-spacing: 1px;
    margin-top: 0.15rem;
}

.card-divider {
    height: 1px;
    width: 60%;
    background: rgba(255, 255, 255, 0.05);
    margin: 1.5rem 0;
}

/* Winner Card */
.winner-card {
    border: 1px solid rgb(255 255 255 / 25%);
    box-shadow: 0 0 20px rgb(255 255 255 / 5%);
}

.winner-card:hover {
    border-color: rgb(221 221 221 / 50%);
    box-shadow: 0 0 25px rgb(233 233 233 / 18%);
}

.winner-avatar-container {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.gold-crown {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    color: #ffb81c;
    text-shadow: 0 0 10px rgba(255, 184, 28, 0.85);
    z-index: 10;
    line-height: 1;
}

.avatar-glow-ring {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, #ffb81c 0%, #d49000 100%);
    box-shadow: 0 0 25px rgba(255, 184, 28, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.winner-avatar-link {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background: #111;
    border: 2px solid #000;
}

.winner-avatar-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.winner-avatar-link:hover img {
    transform: scale(1.08);
}

.placeholder-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.placeholder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
}

.winner-banner-ribbon {
    background: url('../images/winner_ribbon.png') no-repeat center/contain;
    border: none !important;
    border-radius: 0;
    padding: 0;
    box-shadow: none !important;
    margin: 0 auto 1.2rem auto;
    transform: translateY(-10px);
    z-index: 11;
       width: 100%;
    height: 100px;
    position: absolute;
    bottom: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winner-banner-ribbon.placeholder-state {
    background: url('../images/winner_ribbon.png') no-repeat center/contain;
    filter: grayscale(100%) opacity(0.6);
    border: none !important;
    box-shadow: none !important;
}

.winner-banner-ribbon .ribbon-text {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display:none;
}

.winner-info {
    width: 100%;
}

.winner-name-text {
    font-family: "Anton", sans-serif;
    font-size: 1.8rem;
    color: var(--bs-red);
    letter-spacing: 1px;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    text-align: center;
}

.winner-story-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
}

.story-decor-left,
.story-decor-right {
    color: #ab1010;
    font-size: 0.75rem;
    text-shadow: 0 0 5px rgba(171, 16, 16, 0.5);
}

.winner-story-link-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    color: #e2e8f0;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    line-height: 1.3;
}

.winner-story-link-title:hover {
    color: #ff3333;
    text-shadow: 0 0 8px rgba(255, 51, 51, 0.4);
}

.winner-story-link-title.tba {
    color: #4a5568;
    cursor: default;
}

.winner-story-link-title.tba:hover {
    color: #4a5568;
    text-shadow: none;
}

/* Prize Card */
.prize-card {
    border: 1px solid rgba(171, 16, 16, 0.25);
    box-shadow: 0 0 20px rgba(255, 28, 28, 0.05);
    background-image: url(/wp-content/plugins/ghorror-story-submitter/assets/images/500-trophy1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.prize-card:hover {
    border-color: rgba(255, 28, 28, 0.5);
    box-shadow: 0 0 25px rgba(255, 28, 28, 0.18);
}

.trophy-container {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.prize-trophy-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 15px rgba(255, 184, 28, 0.4));
    animation: float-trophy 3s infinite ease-in-out;
}

@keyframes float-trophy {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.prize-value-display {
    font-family: "Anton", sans-serif;
    font-size: 3.2rem;
    text-shadow: 0 0 20px rgba(255, 28, 28, 0.6);
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.prize-label-display {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1.5px;
}

/* Congratulations Row */
.toppers-congrats-row {
        background: rgba(171, 16, 16, 0.3);
    border: 1.5px solid rgba(171, 16, 16, 0.35);
    border-radius: 8px;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.congrats-left {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.congrats-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ffb81c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb81c;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(255, 184, 28, 0.2);
    text-shadow: 0 0 8px rgba(255, 184, 28, 0.5);
}

.congrats-text-wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.congrats-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.2;
}

.congrats-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #a0aec0;
    letter-spacing: 1px;
    margin-top: 0.15rem;
}

.toppers-view-all-btn {
    background: rgba(0, 0, 0, 0.5);
    border: 1.5px solid #ff3333;
    color: #ff3333;
    padding: 0.65rem 1.5rem;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.toppers-view-all-btn:hover {
    background: #ff3333;
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 51, 51, 0.5);
}

/* Footer Note */
.toppers-footer-note {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

.toppers-footer-note .highlight {
    color: #ff3333;
}

@keyframes glow-skull {
    0%, 100% { text-shadow: 0 0 4px rgba(255, 51, 51, 0.4); opacity: 0.8; }
    50% { text-shadow: 0 0 12px rgba(255, 51, 51, 0.9); opacity: 1; }
}

/* Responsive adjust */
@media (max-width: 992px) {
    .toppers-layout-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .topper-card {
        padding: 2rem;
    }
    
    .toppers-header-row {
        flex-direction: column;
        gap: 1.25rem;
        align-items: center;
        text-align: center;
    }
    
    .toppers-logo-block {
        margin-bottom: 0.25rem;
    }
    
    .toppers-logo-block .logo-badge {
        left: -12px;
    }
    
    .toppers-week-label-title {
        font-size: 1.8rem;
    }
    
    .toppers-week-label-title::before,
    .toppers-week-label-title::after {
        width: 45px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .ghorror-submit-form-wrap .ghorror-comp-deadline-notice { padding: 1rem 0.5rem; flex-direction: column;}
    .ghorror-weekly-toppers-wrap {
        margin: 2rem auto;
    }
    .ghorror-weekly-top-cards .col-md-4 {
    margin: 0;
}
.ghorror-btn.submit-btn{padding: 1.2rem 1rem;}
    .toppers-month-title {
        font-size: 1rem;
        min-width: auto;
        margin: 0 0.75rem;
    }
    
    .toppers-nav-btn {
        padding: 0.4rem 0.75rem;
        font-size: 0.7rem;
    }
    
    .toppers-congrats-row {
        flex-direction: column;
        gap: 1.25rem;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }
    
    .congrats-left {
        flex-direction: column;
        align-items: center;
    }
    
    .congrats-text-wrap {
        text-align: center;
    }
    
    .toppers-view-all-btn {
        width: 100%;
        justify-content: center;
    }
    .ghorror-comp-deadline-notice {
    height: auto;
}
    .ghorror-comp-deadline-notice .countdown-label-block {
    padding: 0;
    border: none;
}
.ghorror-comp-deadline-notice .countdown-values-block {
    margin: 0;
    margin-top: 1.5rem;
}
.ghorror-comp-deadline-notice .countdown-skull-block {
    display: none;
}
}

@media (max-width: 500px) {
.ghorror-main-title{    font-size: 2rem;}
}

@media (max-width: 420px) {
button#toppers-prev-week-btn, button#toppers-next-week-btn {
    font-size: 12px !important;
}
}

/* =========================================================================
   REDESIGNED WEEKLY TOPPERS DASHBOARD STYLES (PREMIUM DARK/RED LOOK)
   ========================================================================= */

/* Top row 3 cards */
.ghorror-top-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(10, 1, 1, 0.85) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(171, 16, 16, 0.3) !important;
    border-radius: 8px !important;
    padding: 0.5rem 1.25rem !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.9), inset 0 0 12px rgba(171, 16, 16, 0.12) !important;
    transition: all 0.3s ease !important;
    height: 100%;
    width: 100%;
}
.ghorror-top-card:hover {
    border-color: rgba(255, 51, 51, 0.55) !important;
    box-shadow: 0 0 25px rgba(255, 51, 51, 0.18), inset 0 0 15px rgba(255, 51, 51, 0.08) !important;
    transform: translateY(-2px);
}
.card-icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(171, 16, 16, 0.15);
    border: 1px solid rgba(171, 16, 16, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3333;
    font-size: 1.35rem;
    text-shadow: 0 0 8px rgba(255, 51, 51, 0.8);
    box-shadow: 0 0 12px rgba(171, 16, 16, 0.2);
    flex-shrink: 0;
}
.card-text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex-grow: 1;
}
.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: #a0aec0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.card-big-value {
    font-family: 'oswald', sans-serif;
    font-size: 2.3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0.5px;
}
.card-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: #ff3333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0.15rem;
}
.highlight-prize {
    color: #cce50a;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(229, 33, 33, 0.55);
}

/* Card countdown timer inside Top Bar */
.timer-countdown-display {
    gap: 0.2rem;
    margin-top: 0.15rem;
}
.timer-unit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 44px;
}
.timer-digit-num {
    font-family: 'Anton', sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.5px;
}
.timer-digit-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.55rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 0.5px;
    margin-top: 0.15rem;
}
.timer-digit-colon {
    font-family: 'Anton', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: #ff3333;
    line-height: 1;
    margin-top: -12px;
}

/* Main Section Titles */
.toppers-week-label-title {
    font-family: 'Metal Mania', 'Anton', sans-serif !important;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.6) !important;
}
.toppers-header-logo {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.15));
}
.toppers-nav-btn {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px;
    color: #a0aec0 !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}
.toppers-nav-btn:hover:not(:disabled) {
    color: #ff3333 !important;
    text-shadow: 0 0 8px rgba(255, 51, 51, 0.5);
}

/* Center Carousel structure */
.toppers-carousel-container {
    width: 100%;
}
.toppers-carousel-side-btn {
    background: rgba(10, 10, 10, 0.8) !important;
    border: 1.5px solid rgba(171, 16, 16, 0.4) !important;
    border-radius: 6px !important;
    color: #fff !important;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8) !important;
    flex-shrink: 0;
    z-index: 10;
}
.toppers-carousel-side-btn:hover:not(:disabled) {
    border-color: #ff3333 !important;
    background: rgba(171, 16, 16, 0.18) !important;
    box-shadow: 0 0 20px rgba(255, 51, 51, 0.45) !important;
    transform: translateY(-2px);
}
.toppers-carousel-side-btn:disabled {
    opacity: 0.25 !important;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.05) !important;
    box-shadow: none !important;
}
.toppers-carousel-side-btn .arrow-symbol {
    font-family: 'Anton', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    color: #ff3333;
    text-shadow: 0 0 8px rgba(255, 51, 51, 0.6);
}
.toppers-carousel-side-btn .arrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #718096;
    margin-top: 0.25rem;
}

/* Premium Winner Card */
.premium-winner-card {
    background-image: linear-gradient(180deg, rgba(8, 8, 8, 0.75) 0%, rgba(5, 5, 5, 0.95) 100%), url('../images/ghorror_toppers_bg.jpg') !important;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(171, 16, 16, 0.35) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.95), 0 0 25px rgba(171, 16, 16, 0.25) !important;
    border-radius: 12px !important;
    padding: 3rem 2.5rem !important;
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease !important;
}
.premium-winner-card:hover {
    border-color: rgba(255, 51, 51, 0.55) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.95), 0 0 35px rgba(255, 51, 51, 0.3) !important;
}

/* Circular Avatar glow and overlay skull/crown */
.premium-winner-card .winner-avatar-container {
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
}
.premium-winner-card .gold-crown {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.2rem;
    z-index: 10;
    filter: drop-shadow(0 0 8px rgba(255, 184, 28, 0.65));
    animation: crownFloat 3s ease-in-out infinite;
}
.premium-winner-card .avatar-glow-ring {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #ff3333 0%, #ab1010 100%);
    box-shadow: 0 0 25px rgba(255, 51, 51, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}
.premium-winner-card .winner-avatar-link {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    border: 2px solid #000;
    background: #111;
}
.premium-winner-card .winner-avatar-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.premium-winner-card .winner-avatar-link:hover img {
    transform: scale(1.1);
}
.mini-skull-overlap {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.25rem;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(171, 16, 16, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 0 6px rgba(255, 51, 51, 0.8);
    box-shadow: 0 0 10px rgba(171, 16, 16, 0.4);
    z-index: 10;
}

/* Winner Banner Ribbon styling */
.premium-winner-card .winner-banner-ribbon {
}
.premium-winner-card .winner-banner-ribbon .ribbon-text {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    text-transform: uppercase;
    margin-top: -6px; /* adjustment for center alignment on png ribbon */
    display: block !important;
}

/* Winner Info Text Styling */
.premium-winner-card .winner-name-text {
    font-family: 'Metal Mania', 'Anton', sans-serif !important;
    font-size: 2.2rem !important;
    color: #ff3333 !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 12px rgba(255, 51, 51, 0.5) !important;
    text-transform: uppercase !important;
    margin-bottom: 0.5rem !important;
}
.premium-winner-card .winner-story-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}
.premium-winner-card .winner-story-link-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-style: italic !important;
    font-size: 1.35rem !important;
    color: #e2e8f0 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.premium-winner-card .winner-story-link-title:hover {
    color: #ff3333 !important;
    text-shadow: 0 0 10px rgba(255, 51, 51, 0.6) !important;
}
.premium-winner-card .story-decor-left,
.premium-winner-card .story-decor-right {
    color: #ff3333 !important;
    font-size: 0.9rem !important;
}

/* Congratulations Bar Styling */
.toppers-congrats-row {
    background: linear-gradient(90deg, rgba(30, 0, 0, 0.65) 0%, rgba(10, 0, 0, 0.85) 100%) !important;
    border: 1px solid rgba(171, 16, 16, 0.45) !important;
    box-shadow: 0 0 20px rgba(171, 16, 16, 0.2) !important;
    border-radius: 8px !important;
}

/* Animations */
@keyframes crownFloat {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, -4px); }
}

/* Mobile Responsiveness for Redesigned Sections */
@media (max-width: 992px) {
    .ghorror-weekly-top-cards {
        gap: 1rem;
    }
    .ghorror-top-card {
        padding: 1.25rem 1.5rem !important;
        min-height: auto;
    }
}
@media (max-width: 768px) {
    .premium-winner-card {
        padding: 2rem 1.5rem !important;
    }
    .premium-winner-card .winner-name-text {
        font-size: 1.8rem !important;
    }
    .premium-winner-card .winner-story-link-title {
        font-size: 1.15rem !important;
    }
}






