/**
 * JP Clubs Module CSS - Final Version 7.0
 * Optimized for Mobile & Desktop with Load More
 */
/* Gold color variables */
:root {
    --vgm26-gold-light: #FFE4A1;
    --vgm26-gold: #FFD700;
    --vgm26-gold-dark: #B8860B;
    --vgm26-shadow: 0 2px 10px rgba(0,0,0,0.1);
    --popup-orange: #FF6B35;
    --popup-orange-light: #FF8C57;
}
/* Time/Rank Badge Styles */
.time-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500!important;
    color: var(--vgm26-gold-dark);
    /*background: white;*/
    /*border: 1.5px solid var(--vgm26-gold);*/
    min-width: 120px;
    text-align: center;
    display: inline-block;
}
.time-text {
    font-weight: 550;
    color: #333;
}
.label-fm {
    color: #b8860b;
    font-weight: 500;
    margin-left: 4px;
}
.label-hm {
    color: #b8860b;
    font-weight: 500;
    margin-left: 4px;
}
/* Top Rank Images */
.rank-top-img {
    width: 43px;
    height: 43px;
    object-fit: contain;
	margin-left: 26px;
}
/* Container for time stats */
.time-stats {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    margin: 15px 0;
}
.time-stats-mini {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 2px;
}
.time-stats-mini .time-badge {
    min-width: auto;
    padding: 2px 6px;
    font-size: 10px;
    margin: 1px 0;
}
/* Time Display Styling */
.fm-badge .time-display,
.hm-badge .time-display {
    color: #333;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 11px;
    line-height: 1.2;
}
/* Time part - đậm hơn */
.time-part {
    font-weight: 700;
    color: #000;
}
/* Club ID Column Styling */
.club-id-col {
    text-align: center;
    vertical-align: middle;
}
.club-id-display {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 4px 8px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    color: #495057;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    cursor: default;
}
/* Separator - gạch ngang */
.separator {
    font-weight: 400;
    color: #666;
}
/* Rank part - nhạt hơn */
.rank-part {
    font-weight: 400;
    color: #666;
}
/* No data text - chưa lập */
.no-data-text {
    font-weight: 400;
    color: #999;
    font-style: normal;
    font-size: 11px;
}
/* No data badge styling */
.time-badge.no-data {
    opacity: 0.7;
}
/* Rank badge in table */
.rank-badge {
    min-width: 22px !important;
    padding: 5px 10px !important;
    margin-left: 32px;
}
/* Loading Overlay */
.jp-clubs-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jp-clubs-loading-overlay .loading-content {
    text-align: center;
}
.jp-clubs-loading-overlay .loading-text {
    display: block;
    margin-top: 10px;
    color: var(--vgm26-gold-dark);
    font-weight: 600;
}
/* Controls Section */
.jp-clubs-controls {
    padding: 20px;
    background: linear-gradient(135deg, rgba(244,228,188,0.1) 0%, rgba(244,228,188,0.05) 100%);
    border-radius: 10px;
    margin-bottom: 20px;
}
.jp-clubs-search {
}
.jp-clubs-search:focus {
    border-color: var(--vgm26-gold) !important;
    box-shadow: 0 0 0 0.2rem rgba(212,175,55,0.25) !important;
}
.jp-clubs-refresh {
    background: linear-gradient(135deg, #e1ba59 0%, #d1bb41 50%, var(--vgm26-gold-dark) 100%);
    color: white !important;
    border: none;
    font-weight: 600;
}
.jp-clubs-refresh:hover {
    background: linear-gradient(135deg, var(--vgm26-gold) 0%, var(--vgm26-gold-dark) 100%);
    transform: translateY(-2px);
    box-shadow: var(--vgm26-shadow);
}
.jp-clubs-add {
    background: linear-gradient(135deg, #4A90E2 0%, #357abd 100%);
    color: white !important;
    border: none;
    font-weight: 600;
}
.jp-clubs-add:hover {
    background: linear-gradient(135deg, #357abd 0%, #2968a3 100%);
    transform: translateY(-2px);
    box-shadow: var(--vgm26-shadow);
}
/* Table Styles */
.jp-clubs-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: var(--vgm26-shadow);
    border-radius: 10px;
    overflow: hidden;
}
.jp-clubs-table thead {
    background: linear-gradient(135deg, #e1ba59 0%, #d1bb41 50%, var(--vgm26-gold-dark) 100%);
}
.jp-clubs-table thead th {
    padding: 15px 10px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    white-space: nowrap;
}
/* Main Row */
.club-main-row {
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}
.club-main-row:hover {
    background: linear-gradient(90deg, rgba(244,228,188,0.15) 0%, rgba(212,175,55,0.08) 100%);
}
.club-main-row.expanded {
    background: linear-gradient(90deg, rgba(244,228,188,0.3) 0%, rgba(212,175,55,0.15) 100%);
}
.club-main-row td {
    padding: 15px 10px;
    vertical-align: middle;
}
/* Images */
.club-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    border: 2px solid #e5e5e5;
    padding: 3px;
    background: white;
}
.club-outfit {
    width: 85px;
    height: 85px;
    object-fit: contain;
    border-radius: 8px;
}
.logo-placeholder,
.outfit-placeholder {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 28px;
}
.outfit-placeholder {
    width: 85px;
    height: 85px;
}
/* Stars */
.stars-display {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 4px 8px;
    background: rgb(209 209 209 / 30%);
    border-radius: 12px;
    font-size: 14px;
    white-space: nowrap;
}
/* Detail Row */
.club-detail-row td {
    padding: 0;
}
.club-detail-content {
    background: #fafafa;
    padding: 25px;
    margin: 0px;
    border-radius: 10px;
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.club-info-header {
    padding: 15px 20px;
    /*background: white;*/
    border-radius: 8px;
    /*border-left: 4px solid var(--vgm26-gold);*/
    margin-bottom: 20px;
}
.club-info-header h4 {
    color: var(--vgm26-gold-dark);
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.club-description-content {
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}
/* Members Section */
.club-members-section {
    background: linear-gradient(135deg, #f5f5f5 0%, #f6f3ea 25%, #f8f1d7 75%, #f8eec9 100%);
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}
.members-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
    flex-wrap: nowrap;
    /*margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--vgm26-gold-light);*/
}
.members-header h5 {
    margin: 0;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    white-space: nowrap;
}
.members-header .uk-badge {
    background: var(--vgm26-gold);
    margin-left: 10px;
    padding: 12px;
}
.uk-badge {
	color: #2c3e50 !important;
    font-size: 16px;
	padding: 8px !important;
	background: transparent!important;
	top:2px;
	vertical-align: baseline!important;
}
/* Members Search Box */
.members-search-box {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    max-width: 250px;
}
.members-search-box input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid var(--vgm26-gold-light);
    border-radius: 8px;
    font-size: 13px;
}
.members-search-box input:focus {
    border-color: var(--vgm26-gold);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}
/* Members Grid - Desktop */
.members-auto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    padding: 15px;
    /*background: #fafafa;*/
    border-radius: 8px;
}
/* Member Card */
.member-card {
        /* background: white; */
    /* border-radius: 10px; */
    padding: 12px 8px;
    /* text-align: center; */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); */
    /* transition: all 0.3s; */
    /* cursor: pointer; */
    border: 2px solid transparent;
    background: var(--white);
    /*border: 2px solid #f0f0f0;*/
    border-radius: 20px;
    /* padding: 30px 20px; */
    text-align: center;
    transition: all 0.3s 
ease;
    cursor: pointer;
}
.member-card:hover {
    /*transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212,175,55,0.2);
    border-color: var(--vgm26-gold-light);*/
	transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
     border: 2px solid #FFD700 !important;
}
.member-avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 4px;
    position: relative;
}
.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--vgm26-gold-light);
}

/* Marathon Title Badge - Member Card */
.marathon-title-badge {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
    color: #E60000;
    font-size: 9px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 8px;
    white-space: nowrap;
    text-align: center;
    z-idex: 10;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    min-width: 50px;
    max-width: calc(100% + 10px);
}

/* Triangle decorations removed */

.member-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 11px;
    line-height: 1.3;
    margin: 2px 0 0 0;
    min-height: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
/* Load More Button */
.load-more-wrapper {
    padding: 0px;
    text-align: center;
    /*border-top: 1px solid #eee;*/
    margin-top: 20px;
}
.load-more-btn {
    background: linear-gradient(135deg, var(--vgm26-gold-light) 0%, var(--vgm26-gold) 100%);
    color: #2c3e50;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}
.load-more-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--vgm26-gold) 0%, var(--vgm26-gold-dark) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}
.load-more-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}
.load-more-btn .spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
/* Member Popup Modal */
.jp-member-popup-modal .uk-modal-dialog {
    width: 600px;
    max-width: 95%;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}
.jp-member-popup-modal .uk-modal-close-default {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: var(--popup-orange);
    z-index: 10;
}
.jp-popup-content {
    background: white;
    border: 2px solid #2d2d2d;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
/* Avatar Section */
.jp-popup-avatar-section {
    text-align: center;
    padding: 25px 20px 15px;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}
.jp-popup-avatar {
    width: 195px; /* 150px * 1.3 = 195px */
    height: 195px;
    margin: 0 auto 15px;
    position: relative;
}
.jp-popup-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    /*border: 3px solid var(--vgm26-gold);*/
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Marathon Title Badge - Modal */
.marathon-title-badge-modal {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
    color: #E60000;
    font-size: 15px;
    font-weight: 900;
    padding: 7px 20px;
    border-radius: 12px;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4),
                inset 0 2px 0 rgba(255, 255, 255, 0.5);
    z-index: 10;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    min-width: 100px;
    max-width: calc(100% + 20px);
}

/* Triangle decorations removed - Modal */

.jp-popup-name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
}
.jp-popup-club {
    font-size: 15px;
    color: var(--vgm26-gold-dark);
    font-weight: 600;
}
/* Stats Section */
.jp-popup-stats-section {
    background: white;
    padding: 20px;
}
.jp-popup-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.jp-popup-stat-box {
    background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
    border: 2px solid var(--vgm26-gold);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    position: relative;
}
.jp-popup-stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
}
.jp-popup-stat-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--vgm26-gold-dark);
    margin: 0 0 8px 0;
}
.jp-popup-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}
.jp-popup-stat-distance {
    font-size: 11px;
    color: #666;
    margin: 0 0 12px 0;
}
.jp-popup-time-badge {
    background: linear-gradient(135deg, var(--vgm26-gold-light) 0%, var(--vgm26-gold) 100%);
    color: #333;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400 !important;
    display: inline-block;
    margin-top: 10px;
    /* border: 1px solid var(--vgm26-gold);*/
}
/* Loading */
.members-loading {
    text-align: center;
    padding: 20px;
    color: var(--vgm26-gold-dark);
}
/* Pagination */
.jp-clubs-pagination {
    padding: 20px 0;
}
.jp-clubs-pagination .uk-pagination > * > * {
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    background: white;
    border: 2px solid #d9d9d9;
    color: #555555;
    font-weight: 600;
    padding-left: 12px;
}
.jp-clubs-pagination .uk-pagination > .uk-active > * {
    background: linear-gradient(135deg, var(--vgm26-gold-light) 0%, var(--vgm26-gold) 100%);
    color: white;
    border-color: var(--vgm26-gold);
}
/* Scrollbar */
.members-auto-grid::-webkit-scrollbar {
    width: 8px;
}
.members-auto-grid::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}
.members-auto-grid::-webkit-scrollbar-thumb {
    background: var(--vgm26-gold);
    border-radius: 4px;
}
/* MOBILE OPTIMIZATIONS */
@media (max-width: 768px) {
    /* Controls layout for mobile - 2 rows */
    .jp-clubs-controls {
        padding: 15px;
    }
	    .rank-top-img {
        margin-left: 25px;
    }
	.rank-badge {
		margin-left: 26px;
	}
    /* Make search full width on first row */
    .jp-clubs-controls .uk-search {
        margin-bottom: 10px;
    }
    /* Buttons on second row */
    .jp-clubs-controls .uk-width-auto\@s {
        width: auto !important;
        flex: 1;
    }
    /* Make buttons equal width on mobile */
    .jp-clubs-controls .uk-button {
        width: 100%;
        padding: 0px 5px;
        font-size: 13px;
    }
    /* Hide text on mobile, keep icons */
    .jp-clubs-controls .uk-visible\@s {
        display: none !important;
    }
    /* Pagination on mobile - center it */
    .jp-clubs-pagination {
        justify-content: center;
        padding: 15px 0;
    }
    .jp-clubs-pagination .uk-pagination > * > * {
        min-width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }
    /* Table adjustments */
    .outfit-col,
    .stars-col,
    .jp-clubs-table td:nth-child(3),
    .jp-clubs-table td:nth-child(4) {
        display: none !important;
    }
    .jp-clubs-table thead th {
        font-size: 11px;
        padding: 12px 5px;
    }
    .club-main-row td {
        padding: 10px 5px;
        font-size: 13px;
    }
    .club-logo {
        width: 50px;
        height: 50px;
    }
    .club-outfit {
        width: 55px;
        height: 55px;
    }
    .rank-top-img {
        width: 32px;
        height: 32px;
    }
    /* Members Section Mobile */
    .club-members-section {
        padding: 15px;
    }
    .members-header {
        position: sticky;
        top: 0;
        /*background: white; */  
        z-index: 10;
        padding: 12px 0;
        margin-bottom: 15px;
    }
    /* Mobile Grid - 2 columns */
    .members-auto-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
        padding: 10px;
        max-height: none; /* Remove height limit on mobile */
    }
    /* Larger cards on mobile */
    .member-card {
        padding: 15px 10px;
        min-height: 160px;
        -webkit-tap-highlight-color: rgba(255, 215, 0, 0.2);
    }
    .member-avatar {
        width: 85px !important;
        height: 85px !important;
        margin-bottom: 10px;
    }
    .member-name {
        font-size: 13px !important;
        font-weight: 600;
        min-height: 32px;
        line-height: 1.4;
    }
    .time-stats-mini .time-badge {
        font-size: 10px !important;
        padding: 5px 8px;
        min-width: auto;
    }
    /* Search box mobile */
    .members-search-box {
        max-width: none;
        width: 100%;
        flex: none;
    }
    .members-search-box input {
        padding: 12px 15px;
        font-size: 16px; /* Prevent zoom on iOS */
        width: 100%;
    }
    /* Members header mobile - stack search box below title */
    .members-header {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        flex-wrap: nowrap;
    }
    .members-header h5 {
        flex: none;
        font-size: 14px;
        text-align: left;
        width: 100%;
    }
    /* Load more button mobile */
    .load-more-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }
    /* Detail content mobile */
    .club-detail-content {
        padding: 15px;
        margin: 10px;
    }
    /* Popup mobile */
    .jp-member-popup-modal .uk-modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .jp-popup-content {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .jp-popup-stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .jp-popup-avatar {
        width: 156px; /* 120px * 1.3 = 156px */
        height: 156px;
    }
    .jp-popup-name {
        font-size: 20px;
    }
    .jp-popup-stat-number {
        font-size: 24px;
    }
    .jp-popup-avatar-section {
        padding: 20px 15px 12px;
    }
    .jp-popup-stats-section {
        padding: 15px 15px 30px 15px;
    }
    /* Remove extra space on mobile */
    .jp-member-popup-modal .uk-modal-dialog {
        min-height: fit-content !important;
    }
}
/* Landscape mode - 3 columns */
@media (max-width: 768px) and (orientation: landscape) {
    .members-auto-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .member-card {
        min-height: 140px;
    }
    .member-avatar {
        width: 70px !important;
        height: 70px !important;
    }
}
/* Tablet optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
    .stars-col {
        display: none;
    }
    .members-auto-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .member-avatar {
        width: 75px;
        height: 75px;
    }
    .member-name {
        font-size: 12px;
    }
}
/* Large screens */
@media (min-width: 1440px) {
    .members-auto-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
    .member-avatar {
        width: 80px;
        height: 80px;
    }
}
/* Member Stars Styles */
.member-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px 0 4px 0;
    gap: 2px;
    flex-wrap: wrap;
}
.member-stars .star {
    color: #FFB000;
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    line-height: 1;
    font-weight: bold;
}
.member-card:hover .member-stars .star {
    color: #FF8C00;
    transform: scale(1.15);
}
/* Modal stars */
.jp-popup-name + .member-stars {
    justify-content: center;
    margin: 10px 0 12px 0;
    width: 100%;
}
.jp-popup-name + .member-stars .star {
    font-size: 18px;
    margin-right: 3px;
    color: var(--vgm26-gold);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-weight: bold;
}
/* Club Name Copy Styles */
.club-name-clickable {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 6px;
}
.club-name-clickable:hover {
    background: rgba(255, 215, 0, 0.1);
    color: var(--vgm26-gold-dark);
    transform: translateY(-1px);
}
.club-name-clickable:active {
    transform: translateY(0);
    background: rgba(255, 215, 0, 0.2);
}
.copy-notification {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--vgm26-gold);
    color: #2c3e50;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-top: 2px;
}
.copy-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.copy-notification::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid var(--vgm26-gold);
}
/* Mobile adjustments for copy notification */
@media (max-width: 768px) {
    .copy-notification {
        font-size: 10px;
        padding: 3px 6px;
    }
    .club-name-clickable {
        padding: 6px 10px;
    }
}
/* Responsive stars */
@media (max-width: 768px) {
    .member-stars .star {
        font-size: 13px;
    }
    .jp-popup-name + .member-stars .star {
        font-size: 16px;
        margin-right: 2px;
    }
}
/* Ẩn cột Bản đồ (cột G) */
.map-col,
.jp-clubs-table td:nth-child(8),
.jp-clubs-table th:nth-child(8) {
    display: none !important;
}
/* Style cho cột Vị trí khi có link */
.location-col a {
    color: #007bff !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 3px;
}
.location-col a:hover {
    color: #0056b3 !important;
    transform: translateY(-1px);
}
.location-col a:active {
    transform: translateY(0);
}

/* Button View Club Detail */
.btn-view-club-detail {
    margin-top: 15px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-view-club-detail:hover {
    background: linear-gradient(135deg, #FFA500, #FFD700);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.btn-view-club-detail:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}
