/**
 * Prestige Template - Light, Elegant Dashboard Design
 * Full feature parity with Classic + refined aesthetics
 */

/* === Layout === */
.pa-prestige {
    min-height: 100vh;
    background: #f5f6f8;
}

.pa-prestige-body {
    display: flex;
    gap: 0;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 64px;
    min-height: calc(100vh - 64px);
}

.pa-prestige-main {
    flex: 1;
    padding: 32px 32px 60px;
    background: #fff;
    min-height: calc(100vh - 64px);
}

.pa-prestige-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.pa-prestige-form-layout .pa-prestige-container {
    max-width: 720px;
}

/* === Breadcrumb === */
.pa-breadcrumb {
    margin-bottom: 20px;
    font-size: 13px;
    color: #5f6368;
}

.pa-breadcrumb a {
    color: #5f6368;
    text-decoration: none;
}

.pa-breadcrumb a:hover {
    color: #b8860b;
}

.pa-breadcrumb span {
    margin: 0 8px;
    color: #dadce0;
}

/* === Sidebar === */
.pa-prestige-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #e8eaed;
    padding: 24px 0;
}

.pa-sidebar-user {
    padding: 0 20px 20px;
    border-bottom: 1px solid #e8eaed;
    margin-bottom: 16px;
}

.pa-sidebar-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b8860b 0%, #d4a84b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
}

.pa-sidebar-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pa-avatar-initial {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.pa-sidebar-user h3 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
}

.pa-sidebar-user p {
    margin: 0;
    font-size: 13px;
    color: #5f6368;
}

.pa-sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pa-sidebar-nav li {
    margin-bottom: 2px;
}

.pa-sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    font-size: 14px;
    color: #5f6368;
    text-decoration: none;
    transition: all 0.2s;
}

.pa-sidebar-nav a:hover {
    background: #f8f9fa;
    color: #b8860b;
}

.pa-sidebar-nav li.active a {
    background: rgba(184, 134, 11, 0.1);
    color: #b8860b;
    font-weight: 500;
}

.pa-nav-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.pa-sidebar-nav .pa-nav-logout:hover {
    color: #c5221f;
}

/* === Header === */
.pa-prestige-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #e8eaed;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.pa-prestige-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pa-prestige-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.pa-prestige-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #b8860b 0%, #d4a84b 100%);
    color: #fff;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pa-badge-icon {
    font-size: 14px;
    line-height: 1;
}

.pa-badge-label {
    line-height: 1;
}

.pa-prestige-logo {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}

.pa-prestige-brand:hover .pa-prestige-logo {
    color: #b8860b;
}

.pa-nav-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8eaed;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.pa-nav-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pa-nav-avatar .pa-avatar-initial {
    font-size: 12px;
    color: #5f6368;
}

.pa-nav-name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pa-nav-caret {
    font-size: 10px;
    margin-left: 2px;
}

.pa-dropdown-user {
    padding: 12px 16px;
    border-bottom: 1px solid #e8eaed;
}

.pa-dropdown-user strong {
    display: block;
    font-size: 14px;
    color: #1a1a2e;
}

.pa-dropdown-user span {
    font-size: 12px;
    color: #5f6368;
}

.pa-prestige-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pa-nav-link {
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #5f6368;
    text-decoration: none;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.pa-nav-link:hover {
    color: #1a1a2e;
    background: #f1f3f4;
}

.pa-nav-link.active {
    color: #b8860b;
    background: rgba(184, 134, 11, 0.08);
}

.pa-nav-logout {
    margin-left: 8px;
    color: #5f6368;
}

.pa-nav-logout:hover {
    color: #c5221f;
}

/* Dropdown */
.pa-nav-dropdown {
    position: relative;
}

.pa-nav-account {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.pa-nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    min-width: 180px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 8px 0;
}

.pa-nav-dropdown:hover .pa-nav-dropdown-menu,
.pa-nav-dropdown.open .pa-nav-dropdown-menu {
    display: block;
}

.pa-nav-dropdown.active > .pa-nav-account {
    color: #c9a84c;
}

.pa-nav-dropdown-menu a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #3c4043;
    text-decoration: none;
}

.pa-nav-dropdown-menu a:hover {
    background: #f1f3f4;
    color: #1a1a2e;
}

/* === Hero === */
.pa-prestige-hero {
    margin-bottom: 36px;
}

.pa-prestige-hero h1 {
    margin: 0 0 8px 0;
    font-size: 28px;
    font-weight: 600;
    color: #1a1a2e;
    letter-spacing: -0.5px;
}

.pa-prestige-subtitle {
    margin: 0;
    font-size: 16px;
    color: #5f6368;
}

/* === Stats === */
.pa-prestige-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.pa-stat-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: box-shadow 0.2s;
}

.pa-stat-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pa-stat-value {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #1a1a2e;
}

.pa-stat-label {
    display: block;
    font-size: 13px;
    color: #5f6368;
    margin-top: 4px;
}

.pa-stat-highlight .pa-stat-value {
    color: #b8860b;
}

.pa-stat-highlight {
    border-color: rgba(184, 134, 11, 0.3);
    background: linear-gradient(135deg, #fffef9 0%, #fff 100%);
}

/* === Actions === */
.pa-prestige-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* === Buttons === */
.pa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background 0.2s, color 0.2s;
}

.pa-btn-primary {
    background: #b8860b;
    color: #fff;
}

.pa-btn-primary:hover {
    background: #9a7209;
}

.pa-btn-outline {
    background: transparent;
    color: #5f6368;
    border: 1px solid #dadce0;
}

.pa-btn-outline:hover {
    background: #f1f3f4;
    color: #1a1a2e;
}

.pa-btn-lg {
    padding: 14px 28px;
    font-size: 16px;
}

/* === Section === */
.pa-prestige-section {
    margin-bottom: 40px;
}

.pa-prestige-section h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
}

/* === Entry Cards === */
.pa-entries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.pa-entry-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.pa-entry-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.pa-entry-thumb {
    position: relative;
    aspect-ratio: 4/3;
    background: #f1f3f4;
}

.pa-entry-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pa-entry-no-img {
    width: 100%;
    height: 100%;
}

.pa-entry-status {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.pa-entry-info {
    padding: 14px;
}

.pa-entry-info strong {
    display: block;
    font-size: 14px;
    color: #1a1a2e;
}

.pa-entry-info span {
    font-size: 12px;
    color: #5f6368;
}

.pa-entry-link {
    display: block;
    padding: 10px 14px;
    font-size: 13px;
    color: #b8860b;
    text-align: center;
    text-decoration: none;
}

.pa-entry-link:hover {
    background: rgba(184, 134, 11, 0.06);
}

.pa-link-more {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    color: #b8860b;
    text-decoration: none;
}

.pa-link-more:hover {
    text-decoration: underline;
}

/* === Badges === */
.pa-badge {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
}

.pa-badge-paid {
    background: #e6f4ea;
    color: #1e8e3e;
}

.pa-badge-pending {
    background: #fef7e0;
    color: #b8860b;
}

.pa-tag {
    display: inline-block;
    font-size: 11px;
    padding: 2px 8px;
    background: #f1f3f4;
    border-radius: 4px;
    margin-right: 4px;
}

/* === Alert === */
.pa-prestige-alert {
    background: #fef7e0;
    border: 1px solid #f0e6c8;
    border-radius: 12px;
    padding: 24px;
}

.pa-prestige-alert h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #5c4a00;
}

.pa-prestige-alert p {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #7a6200;
}

/* === Empty State === */
.pa-prestige-empty {
    text-align: center;
    padding: 60px 24px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
}

.pa-prestige-empty .pa-empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.pa-prestige-empty h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #1a1a2e;
}

.pa-prestige-empty p {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #5f6368;
}

/* === Form === */
.pa-prestige-form .pa-form-section {
    margin-bottom: 32px;
}

.pa-prestige-form .pa-form-section h3 {
    margin: 0 0 16px 0;
    font-size: 14px;
    font-weight: 600;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pa-form-group {
    margin-bottom: 18px;
}

.pa-form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #3c4043;
}

.pa-form-group .required {
    color: #c5221f;
}

.pa-form-group input,
.pa-form-group select,
.pa-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    background: #fff;
}

.pa-form-group input:focus,
.pa-form-group select:focus,
.pa-form-group textarea:focus {
    outline: none;
    border-color: #b8860b;
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}

.pa-form-group input[readonly] {
    background: #f1f3f4;
}

.pa-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pa-form-help {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #5f6368;
}

.pa-form-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pa-form-actions {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

.pa-radio-group,
.pa-entry-type {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.pa-radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 400;
}

.pa-radio-option input {
    width: 18px;
    height: 18px;
}

.pa-checkbox-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.pa-checkbox-option input {
    margin-top: 4px;
}

.pa-checkbox-option a {
    color: #b8860b;
}

/* Entry form specifics */
.pa-price-row {
    margin-bottom: 12px;
    font-size: 14px;
}

.pa-price-row strong {
    color: #b8860b;
}

.pa-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}

.pa-category-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.pa-category-option:hover {
    border-color: #b8860b;
}

.pa-category-option input {
    width: 18px;
    height: 18px;
}

.pa-upload-zone {
    padding: 32px;
    border: 2px dashed #dadce0;
    border-radius: 12px;
    background: #fafbfc;
    text-align: center;
}

.pa-upload-zone .pa-btn {
    margin-right: 8px;
}

.pa-upload-info {
    margin: 12px 0 4px 0;
    font-size: 14px;
    color: #3c4043;
}

.pa-upload-specs {
    margin: 0;
    font-size: 13px;
    color: #5f6368;
}

.pa-prestige .upload-progress-container {
    margin-top: 16px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e8eaed;
    border-radius: 12px;
}

.pa-prestige .upload-progress-container .upload-progress-fill {
    background: #b8860b;
}

.pa-upload-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.pa-upload-preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e8eaed;
}

.pa-upload-preview .preview-item {
    position: relative;
}

.pa-upload-preview .cover-badge {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: #b8860b;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.pa-upload-preview .preview-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

/* === Table === */
.pa-entries-summary {
    margin-bottom: 20px;
    font-size: 14px;
    color: #5f6368;
}

.pa-entries-table-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
}

.pa-entries-table {
    width: 100%;
    border-collapse: collapse;
}

.pa-entries-table th,
.pa-entries-table td {
    padding: 14px 18px;
    text-align: left;
}

.pa-entries-table th {
    font-size: 12px;
    font-weight: 600;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e8eaed;
}

.pa-entries-table td {
    font-size: 14px;
    border-bottom: 1px solid #f1f3f4;
}

.pa-entries-table tr:last-child td {
    border-bottom: none;
}

.pa-entry-cell-img img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
}

.pa-no-image {
    color: #dadce0;
}

.pa-status {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
}

.pa-status-pending { background: #fef7e0; color: #b8860b; }
.pa-status-paid { background: #e6f4ea; color: #1e8e3e; }
.pa-status-winner { background: #e8f0fe; color: #1967d2; }

.pa-entry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.pa-entry-actions .action-link {
    margin-right: 0;
    margin-top: 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.pa-entry-actions .view-link {
    background: #5f6368;
    color: #fff;
}

.pa-entry-actions .view-link:hover {
    background: #3c4043;
    color: #fff;
}

.pa-entry-actions .delete-link {
    background: #c5221f;
    color: #fff;
}

.pa-entry-actions .delete-link:hover {
    background: #a71d1a;
    color: #fff;
}

.pa-prestige .pa-entries-table td .pa-badge-pending {
    display: block;
    margin-bottom: 6px;
}

.pa-prestige .pay-link {
    display: inline-block;
    margin-top: 4px;
    margin-right: 8px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    background: #b8860b;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

.pa-prestige .pay-link:hover {
    background: #9a7209;
    color: #fff;
}

.pa-prestige .pay-credit-link {
    display: inline-block;
    margin-top: 4px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    background: #1e8e3e;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

.pa-prestige .pay-credit-link:hover {
    background: #188038;
    color: #fff;
}

/* === Certificates === */
.pa-certs-grid {
    display: grid;
    gap: 20px;
}

.pa-cert-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
}

.pa-cert-badge {
    font-size: 40px;
}

.pa-cert-info {
    flex: 1;
}

.pa-cert-info h3 {
    margin: 0 0 4px 0;
    font-size: 18px;
}

.pa-cert-info p {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #5f6368;
}

.pa-cert-date {
    font-size: 12px;
    color: #9aa0a6;
}

/* === Requests === */
.pa-requests-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pa-request-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
}

.pa-request-thumb {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f3f4;
}

.pa-request-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pa-request-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.pa-request-info {
    flex: 1;
}

.pa-request-actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.pa-request-info h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
}

.pa-request-info small {
    display: block;
    font-size: 12px;
    color: #5f6368;
}

/* === Footer === */
.pa-prestige-footer {
    margin-top: auto;
    padding: 24px 32px;
    background: #fff;
    border-top: 1px solid #e8eaed;
}

.pa-prestige-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.pa-footer-copy {
    margin: 0;
    font-size: 13px;
    color: #5f6368;
}

.pa-footer-links {
    display: flex;
    gap: 20px;
}

.pa-footer-links a {
    font-size: 13px;
    color: #5f6368;
    text-decoration: none;
}

.pa-footer-links a:hover {
    color: #b8860b;
}

/* === Responsive === */
@media (max-width: 1024px) {
    .pa-prestige-sidebar {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .pa-prestige-body {
        flex-direction: column;
    }
    .pa-prestige-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e8eaed;
        padding: 16px 20px;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .pa-sidebar-user {
        padding: 0;
        border-bottom: none;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .pa-sidebar-avatar {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
    }
    .pa-sidebar-avatar .pa-avatar-initial {
        font-size: 18px;
    }
    .pa-sidebar-nav {
        flex: 1;
        overflow-x: auto;
    }
    .pa-sidebar-nav ul {
        display: flex;
        gap: 4px;
        flex-wrap: nowrap;
    }
    .pa-sidebar-nav a {
        padding: 8px 12px;
        font-size: 13px;
        white-space: nowrap;
    }
    .pa-sidebar-nav .pa-nav-icon {
        display: none;
    }
    .pa-prestige-main {
        padding: 24px 20px 40px;
    }
    .pa-prestige-nav {
        flex-wrap: wrap;
        gap: 4px;
    }
    .pa-nav-link {
        padding: 6px 10px;
        font-size: 13px;
    }
    .pa-nav-name {
        display: none;
    }
    .pa-prestige-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .pa-form-row {
        grid-template-columns: 1fr;
    }
    .pa-categories-grid {
        grid-template-columns: 1fr;
    }
    .pa-entries-table th,
    .pa-entries-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

@media (max-width: 540px) {
    .pa-prestige-stats {
        grid-template-columns: 1fr;
    }
    .pa-prestige-actions {
        flex-direction: column;
    }
    .pa-prestige-actions .pa-btn {
        width: 100%;
    }
    .pa-prestige-badge .pa-badge-label {
        display: none;
    }
    .pa-prestige-badge {
        padding: 6px 10px;
    }
    .pa-prestige-footer-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* Contest switcher - Prestige */
.pa-prestige-contest-switcher .pa-contest-card {
    min-width: 180px;
}
.pa-prestige-contest-switcher .pa-contest-dropdown {
    background: #f1f3f4;
}

/* Event selector (New Entry - multiple events) */
.pa-prestige-event-selector {
    margin-bottom: 24px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}
.pa-prestige-event-selector label {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
}
.pa-prestige-event-selector .pa-event-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pa-prestige-event-selector .pa-event-option {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}
.pa-prestige-event-selector .pa-event-option:hover {
    border-color: #b8860b;
    background: #fffbf0;
}
.pa-prestige-event-selector .pa-event-option.active {
    border-color: #b8860b;
    background: #fff8e6;
}

/* Event filter (My Entries) */
.pa-prestige-event-filter {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.pa-prestige-event-filter label {
    font-weight: 600;
    font-size: 14px;
}
.pa-prestige-event-filter .pa-form-select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    min-width: 200px;
}

/* Event badge in tables */
.pa-event-badge {
    display: inline-block;
    padding: 4px 10px;
    background: #f0f0f0;
    border-radius: 6px;
    font-size: 13px;
    color: #555;
}

/* Bundles block in Prestige */
.pa-prestige .photo-award-bundles-block {
    margin-top: 32px;
    padding: 24px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}
.pa-prestige .photo-award-bundles-block .bundles-title {
    font-size: 1.1rem;
    margin-bottom: 4px;
}
.pa-prestige .photo-award-bundles-block .bundle-card {
    border-radius: 10px;
}
.pa-prestige .photo-award-bundles-block .buy-bundle-btn {
    margin-top: auto;
}
.pa-prestige .photo-award-bundles-block .buy-bundle-btn.pa-btn,
.pa-prestige .photo-award-bundles-block .buy-bundle-btn.btn {
    padding: 10px 16px;
    font-size: 14px;
}

/* Event switcher in Prestige sidebar */
.pa-prestige-sidebar .pa-event-switcher-sidebar {
    padding: 0 20px 12px;
    border-bottom-color: #e8eaed;
}
