/* Golden Shot member area: the plugin supplies the markup and actions; this file supplies the theme language. */

body.pa12-theme.photo-award-profile-page {
    background: #f8f7f5;
}

body.pa12-theme.photo-award-profile-page #main {
    min-height: 60vh;
    overflow: hidden;
}

body.pa12-theme.photo-award-profile-page .photo-award-profile-wrapper,
body.pa12-theme.photo-award-profile-page .photo-award-profile-wrapper > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.pa12-theme.photo-award-profile-page .photo-award-profile-container {
    display: grid !important;
    grid-template-columns: minmax(214px, 252px) minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    width: var(--pa12-shell);
    max-width: 1180px;
    min-height: 620px;
    margin: 0 auto;
    padding: 48px 0 96px;
}

body.pa12-theme.photo-award-profile-page .profile-sidebar {
    position: sticky;
    top: 0;
    z-index: 2;
    width: auto;
    min-width: 0;
    padding: 0 0 12px;
    overflow: hidden;
    color: #fff;
    background: #17120b;
    border: 1px solid rgba(23, 18, 11, .18);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(23, 18, 11, .13);
}

body.pa12-theme.photo-award-profile-page .profile-user-info {
    display: grid;
    justify-items: start;
    gap: 7px;
    margin: 0;
    padding: 24px 22px 21px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

body.pa12-theme.photo-award-profile-page .profile-user-avatar {
    width: 64px;
    height: 64px;
    margin: 0 0 6px;
    border: 3px solid rgba(255, 255, 255, .84);
    box-shadow: 0 9px 22px rgba(0, 0, 0, .18);
}

body.pa12-theme.photo-award-profile-page .profile-user-info h3 {
    margin: 0;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

body.pa12-theme.photo-award-profile-page .profile-user-info p {
    max-width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    overflow-wrap: anywhere;
}

body.pa12-theme.photo-award-profile-page .profile-nav {
    padding: 12px 10px 0;
}

body.pa12-theme.photo-award-profile-page .profile-nav ul {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
}

body.pa12-theme.photo-award-profile-page .profile-nav li {
    margin: 0;
}

body.pa12-theme.photo-award-profile-page .profile-nav a {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 42px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, .72);
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

body.pa12-theme.photo-award-profile-page .profile-nav a:hover,
body.pa12-theme.photo-award-profile-page .profile-nav li.active a {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .1);
}

body.pa12-theme.photo-award-profile-page .profile-nav a:hover {
    transform: translateX(2px);
}

body.pa12-theme.photo-award-profile-page .profile-nav li.active a {
    background: #df9400;
    box-shadow: 0 8px 18px rgba(223, 148, 0, .22);
}

body.pa12-theme.photo-award-profile-page .profile-nav .nav-icon {
    width: 17px;
    height: 17px;
    margin: 0;
    flex: 0 0 17px;
    stroke: currentColor;
}

body.pa12-theme.photo-award-profile-page .profile-content {
    min-width: 0;
    padding: 0;
    background: transparent;
}

body.pa12-theme.photo-award-profile-page .profile-page,
body.pa12-theme.photo-award-profile-page .entry-archive-shell,
body.pa12-theme.photo-award-profile-page .original-file-requests-container {
    min-width: 0;
}

body.pa12-theme.photo-award-profile-page .profile-page > h1,
body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1,
body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1 {
    margin: 0;
    color: #17120b;
    border: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.04;
    text-align: left;
}

body.pa12-theme.photo-award-profile-page .profile-page > p,
body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > p,
body.pa12-theme.photo-award-profile-page .original-file-requests-container > p {
    max-width: 640px;
    margin: 10px 0 24px;
    color: #6c665d;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

body.pa12-theme.photo-award-profile-page .profile-page > h1::after,
body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1::after,
body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1::after {
    display: block;
    width: 38px;
    height: 3px;
    margin-top: 14px;
    content: "";
    background: #df9400;
}

body.pa12-theme.photo-award-profile-page .btn,
body.pa12-theme.photo-award-profile-page .action-btn,
body.pa12-theme.photo-award-profile-page button[type="submit"],
body.pa12-theme.photo-award-profile-page input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 17px;
    color: #fff;
    background: #df9400;
    border: 1px solid #df9400;
    border-radius: 4px;
    box-shadow: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.pa12-theme.photo-award-profile-page .btn:hover,
body.pa12-theme.photo-award-profile-page .action-btn:hover,
body.pa12-theme.photo-award-profile-page button[type="submit"]:hover,
body.pa12-theme.photo-award-profile-page input[type="submit"]:hover {
    color: #fff;
    background: #df9400;
    border-color: #df9400;
    box-shadow: 0 8px 18px rgba(223, 148, 0, .18);
    transform: translateY(-1px);
}

body.pa12-theme.photo-award-profile-page .btn-secondary,
body.pa12-theme.photo-award-profile-page .btn-outline,
body.pa12-theme.photo-award-profile-page .back-btn {
    color: #df9400;
    background: #fff;
    border-color: #ded8cd;
}

body.pa12-theme.photo-award-profile-page .btn-secondary:hover,
body.pa12-theme.photo-award-profile-page .btn-outline:hover,
body.pa12-theme.photo-award-profile-page .back-btn:hover {
    color: #df9400;
    background: #faf9f7;
    border-color: #df9400;
}

/* Dashboard overview */
body.pa12-theme.photo-award-profile-page .dashboard-page > h1 {
    margin-top: 2px;
}

body.pa12-theme.photo-award-profile-page .dashboard-page > p {
    margin-bottom: 28px;
}

body.pa12-theme.photo-award-profile-page .dashboard-panel {
    position: relative;
    margin: 0 0 18px;
    padding: 26px 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    box-shadow: 0 11px 28px rgba(23, 18, 11, .05);
}

body.pa12-theme.photo-award-profile-page .dashboard-panel h2 {
    margin: 0 0 8px;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

body.pa12-theme.photo-award-profile-page .wallet-balance-section {
    min-height: 174px;
    color: #fff;
    background: #17120b;
    border-color: #17120b;
}

body.pa12-theme.photo-award-profile-page .wallet-balance-section::after {
    position: absolute;
    right: 28px;
    bottom: -42px;
    width: 154px;
    height: 154px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, .035), 0 0 0 38px rgba(255, 255, 255, .025);
}

body.pa12-theme.photo-award-profile-page .wallet-balance-section h2 {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: #fff;
    font-size: 22px;
}

body.pa12-theme.photo-award-profile-page .dashboard-panel-label {
    position: relative;
    z-index: 1;
    display: block;
    color: #df9400;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .wallet-balance-amount {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 700;
    line-height: 1;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-section {
    padding-bottom: 18px;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table-wrap,
body.pa12-theme.photo-award-profile-page .entries-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table,
body.pa12-theme.photo-award-profile-page .user-entries-table {
    width: 100%;
    min-width: 620px;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
    box-shadow: none;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table th,
body.pa12-theme.photo-award-profile-page .user-entries-table th {
    padding: 12px 14px;
    color: #6c665d;
    background: #fffaf0;
    border-bottom: 1px solid #f8f6f1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: left;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table td,
body.pa12-theme.photo-award-profile-page .user-entries-table td {
    padding: 14px;
    color: #6c665d;
    border-bottom: 1px solid #f4f3f0;
    font-size: 13px;
    vertical-align: middle;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table tr:last-child td,
body.pa12-theme.photo-award-profile-page .user-entries-table tr:last-child td {
    border-bottom: 0;
}

body.pa12-theme.photo-award-profile-page .wallet-amount-credit {
    color: #168158 !important;
    font-weight: 700;
}

body.pa12-theme.photo-award-profile-page .wallet-amount-debit {
    color: #be4b49 !important;
    font-weight: 700;
}

body.pa12-theme.photo-award-profile-page .dashboard-empty-state,
body.pa12-theme.photo-award-profile-page .no-entries,
body.pa12-theme.photo-award-profile-page .no-events,
body.pa12-theme.photo-award-profile-page .photo-award-profile-notice,
body.pa12-theme.photo-award-profile-page .ui.message {
    margin: 18px 0 0;
    padding: 22px;
    color: #6c665d;
    background: #fff8e8;
    border: 1px dashed #ded8cd;
    border-radius: 6px;
    line-height: 1.7;
}

/* Submission studio and entry management */
body.pa12-theme.photo-award-profile-page .entry-page-header {
    margin-bottom: 20px;
    padding: 25px 28px;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    box-shadow: 0 11px 28px rgba(23, 18, 11, .05);
}

body.pa12-theme.photo-award-profile-page .entry-page-kicker {
    display: block;
    margin-bottom: 10px;
    color: #df9400;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .entry-page-header h1 {
    margin: 0;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
}

body.pa12-theme.photo-award-profile-page .entry-page-header p {
    max-width: 620px;
    margin: 10px 0 0;
    color: #6c665d;
    font-size: 14px;
    line-height: 1.65;
}

body.pa12-theme.photo-award-profile-page .events-summary,
body.pa12-theme.photo-award-profile-page .embedded-entry-form-shell,
body.pa12-theme.photo-award-profile-page .entry-form-container,
body.pa12-theme.photo-award-profile-page .event-registration-container {
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    box-shadow: 0 11px 28px rgba(23, 18, 11, .05);
}

body.pa12-theme.photo-award-profile-page .events-summary {
    margin: 0 0 14px;
    padding: 16px 20px;
    border-left: 3px solid #df9400;
    background: #fff;
}

body.pa12-theme.photo-award-profile-page .events-summary p {
    margin: 0;
    color: #6c665d;
    font-size: 13px;
}

body.pa12-theme.photo-award-profile-page .events-grid {
    display: grid;
    gap: 12px;
    margin: 0;
}

body.pa12-theme.photo-award-profile-page .event-card-wide {
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 7px;
    box-shadow: 0 6px 18px rgba(23, 18, 11, .04);
}

body.pa12-theme.photo-award-profile-page .event-card-wide:hover {
    border-color: #df9400;
    box-shadow: 0 12px 26px rgba(23, 18, 11, .09);
}

body.pa12-theme.photo-award-profile-page .event-card-content {
    gap: 22px;
    padding: 20px 22px;
}

body.pa12-theme.photo-award-profile-page .event-title,
body.pa12-theme.photo-award-profile-page .event-title a {
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

body.pa12-theme.photo-award-profile-page .event-title a:hover {
    color: #df9400;
}

body.pa12-theme.photo-award-profile-page .type-badge {
    border-radius: 3px;
    font-size: 9px;
    letter-spacing: .08em;
}

body.pa12-theme.photo-award-profile-page .event-action .btn-primary {
    color: #fff;
    background: #df9400;
}

body.pa12-theme.photo-award-profile-page .entry-archive-shell {
    width: 100%;
}

body.pa12-theme.photo-award-profile-page .my-entries-page,
body.pa12-theme.photo-award-profile-page .entry-archive-shell > .profile-page {
    padding: 0;
}

body.pa12-theme.photo-award-profile-page .entries-summary {
    margin: 22px 0;
    padding: 0;
    background: transparent;
    border: 0;
}

body.pa12-theme.photo-award-profile-page .my-entries-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.pa12-theme.photo-award-profile-page .my-entries-summary-item {
    display: grid;
    gap: 8px;
    min-height: 102px;
    align-content: center;
    padding: 17px 18px;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 7px;
}

body.pa12-theme.photo-award-profile-page .my-entries-summary-item span {
    color: #6c665d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .my-entries-summary-item strong {
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 28px;
    line-height: 1;
}

body.pa12-theme.photo-award-profile-page .entries-table-container {
    margin: 0;
    padding: 4px;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    box-shadow: 0 11px 28px rgba(23, 18, 11, .05);
}

body.pa12-theme.photo-award-profile-page .entry-images {
    padding: 12px;
}

body.pa12-theme.photo-award-profile-page .imageinlist,
body.pa12-theme.photo-award-profile-page .no-image {
    width: 58px;
    height: 58px;
    border-radius: 4px;
}

body.pa12-theme.photo-award-profile-page .payment-label,
body.pa12-theme.photo-award-profile-page .status-label {
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: .04em;
}

body.pa12-theme.photo-award-profile-page .action-link,
body.pa12-theme.photo-award-profile-page .pay-link {
    border-radius: 3px;
    font-size: 11px;
}

/* Profile editing and account utilities */
body.pa12-theme.photo-award-profile-page .edit-profile-header,
body.pa12-theme.photo-award-profile-page .edit-profile-page .profile-form,
body.pa12-theme.photo-award-profile-page .change-password-page .profile-form,
body.pa12-theme.photo-award-profile-page .bundles-page .photo-award-credit-bundles,
body.pa12-theme.photo-award-profile-page .original-file-requests-container {
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    box-shadow: 0 11px 28px rgba(23, 18, 11, .05);
}

body.pa12-theme.photo-award-profile-page .edit-profile-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 14px;
    padding: 20px 24px;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header h1 {
    margin: 0 0 5px;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 25px;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header p {
    margin: 0;
    color: #6c665d;
    font-size: 13px;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header-avatar,
body.pa12-theme.photo-award-profile-page .profile-photo-preview {
    width: 84px;
    height: 84px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #ded8cd, 0 8px 20px rgba(23, 18, 11, .12);
}

body.pa12-theme.photo-award-profile-page .edit-profile-page {
    max-width: none;
    margin: 0;
}

body.pa12-theme.photo-award-profile-page .edit-profile-page .profile-form,
body.pa12-theme.photo-award-profile-page .change-password-page .profile-form {
    max-width: none;
    margin: 0;
    padding: 24px;
}

body.pa12-theme.photo-award-profile-page .edit-profile-page .form-row {
    gap: 16px;
}

body.pa12-theme.photo-award-profile-page .form-group {
    margin-bottom: 17px;
}

body.pa12-theme.photo-award-profile-page .form-group label {
    margin-bottom: 7px;
    color: #6c665d;
    font-size: 12px;
    font-weight: 700;
}

body.pa12-theme.photo-award-profile-page .form-group input[type="text"],
body.pa12-theme.photo-award-profile-page .form-group input[type="email"],
body.pa12-theme.photo-award-profile-page .form-group input[type="password"],
body.pa12-theme.photo-award-profile-page .form-group input[type="file"],
body.pa12-theme.photo-award-profile-page .form-group select,
body.pa12-theme.photo-award-profile-page .form-group textarea {
    min-height: 43px;
    padding: 10px 12px;
    color: #17120b;
    background: #fdfdfd;
    border: 1px solid #ded8cd;
    border-radius: 4px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
}

body.pa12-theme.photo-award-profile-page .form-group input:focus,
body.pa12-theme.photo-award-profile-page .form-group select:focus,
body.pa12-theme.photo-award-profile-page .form-group textarea:focus {
    outline: 0;
    border-color: #df9400;
    box-shadow: 0 0 0 3px rgba(223, 148, 0, .12);
}

body.pa12-theme.photo-award-profile-page .form-group textarea {
    min-height: 122px;
    resize: vertical;
}

body.pa12-theme.photo-award-profile-page .profile-photo-control {
    align-items: center;
    padding: 14px;
    background: #faf9f8;
    border: 1px solid #f8f6f1;
    border-radius: 5px;
}

body.pa12-theme.photo-award-profile-page .radio-label {
    border-color: #ded8cd;
    border-radius: 4px;
    color: #6c665d;
    font-size: 12px;
}

body.pa12-theme.photo-award-profile-page .form-help {
    color: #9d9488;
    font-size: 11px;
}

body.pa12-theme.photo-award-profile-page .form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid #f8f6f1;
}

body.pa12-theme.photo-award-profile-page .original-file-requests-container {
    padding: 24px;
}

body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1 {
    margin-bottom: 10px;
    font-size: 32px;
}

body.pa12-theme.photo-award-profile-page .bundles-page .photo-award-credit-bundles {
    padding: 22px;
}

body.pa12-theme.photo-award-profile-page .logout-page {
    min-height: 300px;
    padding: 60px 24px;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    text-align: left;
}

/* Authentication page and plugin forms use the same controls. */
body.pa12-theme .pa12-auth-page {
    max-width: 760px;
    padding: 18px 0 76px;
}

body.pa12-theme .pa12-auth-page .photo-award-auth-shortcode,
body.pa12-theme .pa12-auth-page .auth-form,
body.pa12-theme .pa12-auth-page .photo-award-login-register,
body.pa12-theme .pa12-auth-page .photo-award-auth-container {
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 18, 11, .07);
}

body.pa12-theme .pa12-auth-page .user-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 28px;
}

body.pa12-theme .pa12-auth-page .btn,
body.pa12-theme .pa12-auth-page button,
body.pa12-theme .pa12-auth-page input[type="submit"] {
    border-radius: 4px;
}

/* Public photographer profiles and the winning-work directory. */
body.pa12-theme .photo-award-public-page-content,
body.pa12-theme .photo-award-public-page-container,
body.pa12-theme .photo-award-public-content-area,
body.pa12-theme .photo-award-public-site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.pa12-theme .photo-award-photographer-profile,
body.pa12-theme .photo-award-photographers-directory {
    width: var(--pa12-shell);
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 0 96px;
    color: #17120b;
}

body.pa12-theme .photo-award-photographer-hero,
body.pa12-theme .photo-award-photographers-directory__hero {
    display: grid;
    gap: 22px;
    margin: 0 0 24px;
    padding: 30px;
    color: #fff;
    background: #17120b;
    border: 1px solid #17120b;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(23, 18, 11, .12);
}

body.pa12-theme .photo-award-photographer-hero__identity {
    display: flex;
    align-items: center;
    gap: 18px;
}

body.pa12-theme .photo-award-photographer-hero__avatar {
    width: 112px;
    height: 112px;
    flex: 0 0 112px;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

body.pa12-theme .photo-award-photographer-hero__eyebrow,
body.pa12-theme .photo-award-photographer-section-heading p {
    margin: 0 0 9px;
    color: #df9400;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographer-hero h1,
body.pa12-theme .photo-award-photographers-directory__hero h1 {
    margin: 0;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.04;
}

body.pa12-theme .photo-award-photographer-hero__location {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

body.pa12-theme .photo-award-photographer-profile-details {
    display: grid;
    gap: 12px;
}

body.pa12-theme .photo-award-photographer-profile-detail {
    padding: 17px 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
}

body.pa12-theme .photo-award-photographer-profile-detail span,
body.pa12-theme .photo-award-photographer-event__header > div > span {
    display: block;
    margin-bottom: 6px;
    color: #df9400;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographer-profile-detail strong {
    color: #fff;
    font-size: 15px;
}

body.pa12-theme .photo-award-photographer-profile-bio,
body.pa12-theme .photo-award-photographer-profile-bio p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.7;
}

body.pa12-theme .photo-award-photographer-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.pa12-theme .photo-award-photographer-stats > div {
    display: grid;
    gap: 5px;
    padding: 15px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
}

body.pa12-theme .photo-award-photographer-stats strong {
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 27px;
    line-height: 1;
}

body.pa12-theme .photo-award-photographer-stats span {
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
}

body.pa12-theme .photo-award-photographer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.pa12-theme .photo-award-photographer-links a,
body.pa12-theme .photo-award-photographer-card__link,
body.pa12-theme .photo-award-photographer-work-card__actions a,
body.pa12-theme .photo-award-photographers-pagination__link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 13px;
    color: #fff;
    background: #df9400;
    border: 1px solid #df9400;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

body.pa12-theme .photo-award-photographer-links a:hover,
body.pa12-theme .photo-award-photographer-card__link:hover,
body.pa12-theme .photo-award-photographer-work-card__actions a:hover,
body.pa12-theme .photo-award-photographers-pagination__link:hover {
    color: #fff;
    background: #df9400;
    border-color: #df9400;
}

body.pa12-theme .photo-award-photographer-section-heading {
    margin: 0 0 18px;
}

body.pa12-theme .photo-award-photographer-section-heading h2,
body.pa12-theme .photo-award-photographers-directory h2 {
    margin: 0;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
}

body.pa12-theme .photo-award-photographer-event {
    margin: 0 0 22px;
    padding: 24px;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 8px;
    box-shadow: 0 11px 28px rgba(23, 18, 11, .05);
}

body.pa12-theme .photo-award-photographer-event__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8f6f1;
}

body.pa12-theme .photo-award-photographer-event__header h3 {
    margin: 0;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 19px;
}

body.pa12-theme .photo-award-photographer-event__header > strong {
    color: #df9400;
    font-family: Roboto, Arial, sans-serif;
    font-size: 26px;
}

body.pa12-theme .photo-award-photographer-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.pa12-theme .photo-award-photographer-work-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 6px;
    box-shadow: none;
}

body.pa12-theme .photo-award-photographer-work-card__media {
    position: relative;
    background: #f8f6f1;
}

body.pa12-theme .photo-award-photographer-work-card__media img,
body.pa12-theme .photo-award-photographer-work-card__placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.pa12-theme .photo-award-photographer-work-card__placeholder {
    display: grid;
    place-items: center;
    color: #6c665d;
    background: #f8f6f1;
    font-size: 12px;
}

body.pa12-theme .photo-award-photographer-work-card__body {
    display: grid;
    gap: 9px;
    padding: 15px;
}

body.pa12-theme .photo-award-photographer-work-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #df9400;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographer-work-card h4 {
    margin: 0;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

body.pa12-theme .photo-award-photographer-work-card__body > p {
    margin: 0;
    color: #6c665d;
    font-size: 12px;
    line-height: 1.6;
}

body.pa12-theme .photo-award-photographer-award-badge {
    right: 10px;
    bottom: 10px;
    padding: 5px 8px;
    color: #17120b;
    background: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 12px rgba(23, 18, 11, .14);
    font-size: 10px;
    font-weight: 800;
}

@media (max-width: 900px) {
    body.pa12-theme .photo-award-photographer-profile,
    body.pa12-theme .photo-award-photographers-directory {
        width: min(100% - 28px, 720px);
        padding: 28px 0 68px;
    }

    body.pa12-theme .photo-award-photographer-work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.pa12-theme .photo-award-photographer-profile,
    body.pa12-theme .photo-award-photographers-directory {
        width: min(100% - 22px, 560px);
        padding-top: 20px;
    }

    body.pa12-theme .photo-award-photographer-hero,
    body.pa12-theme .photo-award-photographers-directory__hero,
    body.pa12-theme .photo-award-photographer-event {
        padding: 18px;
    }

    body.pa12-theme .photo-award-photographer-hero__identity {
        align-items: flex-start;
        flex-direction: column;
    }

    body.pa12-theme .photo-award-photographer-hero__avatar {
        width: 82px;
        height: 82px;
        flex-basis: 82px;
    }

    body.pa12-theme .photo-award-photographer-stats,
    body.pa12-theme .photo-award-photographer-work-grid {
        grid-template-columns: 1fr;
    }

    body.pa12-theme .photo-award-photographer-event__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }
}

/* Public winner profiles: an editorial awards desk treatment. */
body.pa12-theme .photo-award-public-profile-root--single {
    background: #f7f1e7;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile {
    max-width: 1180px;
    padding-top: 58px;
    padding-bottom: 110px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
    align-items: stretch;
    gap: 28px 42px;
    min-height: 300px;
    margin-bottom: 0;
    padding: 34px;
    background: #11110f;
    border: 0;
    border-top: 4px solid #df9400;
    border-radius: 2px;
    box-shadow: 0 22px 46px rgba(23, 18, 11, .16);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__identity {
    align-items: flex-start;
    gap: 22px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__identity > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 0;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__avatar {
    width: 196px;
    height: 196px;
    flex-basis: 196px;
    border: 2px solid #df9400;
    border-radius: 8px;
    box-shadow: 0 15px 32px rgba(0, 0, 0, .25);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__eyebrow,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-detail span,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-event__header > div > span {
    color: #f1c45b;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero h1 {
    font-size: clamp(38px, 5vw, 66px);
    letter-spacing: .01em;
    line-height: 1;
    white-space: nowrap;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__location {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__location strong {
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__country-flag {
    font-size: 25px;
    line-height: 1;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-details {
    align-self: stretch;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-detail {
    height: 100%;
    padding: 19px 20px;
    background: #1c1c19;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 2px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats {
    grid-column: 1 / -1;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div {
    padding: 17px 18px;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .16);
    border-radius: 0;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:last-child {
    border-right: 0;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats strong {
    color: #f1c45b;
    font-size: 31px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links {
    grid-column: 1 / -1;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a {
    min-height: 34px;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 3px;
    min-width: 150px;
    padding: 8px 13px;
    color: #17120b;
    background: #f1c45b;
    border-color: #f1c45b;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a:hover,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a:focus-visible {
    color: #fff;
    background: #df9400;
    border-color: #df9400;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-top: 58px;
    padding-bottom: 15px;
    border-bottom: 2px solid #17120b;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-section-heading h2 {
    font-size: clamp(30px, 4vw, 46px);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-awards > .photo-award-photographer-section-heading > p {
    font-size: 14px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-event {
    padding: 26px;
    background: #fffdf9;
    border: 1px solid #e8dfd0;
    border-top: 3px solid #df9400;
    border-radius: 2px;
    box-shadow: 0 14px 32px rgba(23, 18, 11, .07);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-event__header {
    border-bottom-color: #e8dfd0;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-work-card {
    position: relative;
    border-color: #e8dfd0;
    border-radius: 2px;
    box-shadow: 0 8px 18px rgba(23, 18, 11, .06);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 28px rgba(23, 18, 11, .13);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-work-card__media {
    background: #17120b;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-work-card__media img {
    transition: transform 380ms cubic-bezier(.22, 1, .36, 1), filter 220ms ease;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-work-card:hover .photo-award-photographer-work-card__media img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.04);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-award-badge {
    top: 12px;
    right: auto;
    bottom: auto;
    left: 12px;
    min-height: 26px;
    padding: 5px 11px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
    backdrop-filter: blur(6px);
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-award-badge.award_gold {
    background: rgba(196, 166, 60, .94);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-award-badge.award_silver {
    background: rgba(157, 148, 136, .94);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-award-badge.award_bronze {
    background: rgba(159, 94, 39, .94);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-award-badge.award_honorable_mention {
    background: rgba(223, 148, 0, .94);
}

@media (max-width: 760px) {
    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats {
        grid-column: auto;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div {
        padding: 13px 10px;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-work-card,
    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-work-card__media img {
        transition: none;
    }
}

/* Public profile refinement: move identity details below the hero and feature total awards on the right. */
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero {
    grid-template-columns: minmax(0, 1fr) minmax(245px, .46fr);
    grid-template-rows: auto 1fr;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__identity {
    grid-column: 1;
    grid-row: 1;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-details {
    display: none;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-columns: 1fr;
    align-self: stretch;
    border: 1px solid rgba(241, 196, 91, .42);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:last-child {
    border-bottom: 0;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:first-child {
    display: grid;
    align-content: center;
    justify-content: stretch;
    min-height: 158px;
    padding: 22px;
    background: #1c1c19;
    border-bottom-color: rgba(241, 196, 91, .42);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:first-child strong {
    color: #f1c45b;
    font-size: clamp(58px, 7vw, 92px);
    line-height: .84;
    letter-spacing: -.02em;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:first-child span {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:not(:first-child) span {
    font-size: 13px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 0 0 34px;
    padding: 22px 24px;
    background: #1b1a17;
    border: 1px solid #3a342a;
    border-top: 0;
    border-left: 4px solid #df9400;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 10px 24px rgba(23, 18, 11, .05);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro__country,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro__bio {
    width: 100%;
    display: grid;
    align-content: start;
    gap: 7px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro span {
    color: #f1c45b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro strong {
    color: #fff;
    font-size: 18px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro .photo-award-photographer-profile-bio,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro .photo-award-photographer-profile-bio p {
    width: 100%;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.72;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro__bio > span {
    display: block;
    margin-bottom: 12px;
    color: #f1c45b;
    font-size: 22px;
    letter-spacing: .16em;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a span {
    color: #f1c45b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a strong {
    max-width: 220px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a {
    position: relative;
    min-width: 0;
    min-height: 60px;
    padding: 10px 12px;
    color: #fff;
    background: #1b1a17;
    border: 1px solid rgba(241, 196, 91, .25);
    border-top: 2px solid #df9400;
    border-radius: 2px;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links .photo-award-photographer-contact-link--website,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links .photo-award-photographer-social-link--instagram {
    grid-template-columns: 22px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-contact-link__icon {
    grid-row: 1 / 3;
    align-self: center;
    width: 20px;
    height: 20px;
    color: #f1c45b;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a:hover .photo-award-photographer-contact-link__icon,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a:focus-visible .photo-award-photographer-contact-link__icon {
    color: #fff;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a:hover,
body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links a:focus-visible {
    color: #fff;
    background: #25231e;
    border-color: #f1c45b;
    transform: translateY(-2px);
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-event__header > strong {
    display: inline-grid;
    min-width: 58px;
    min-height: 58px;
    place-items: center;
    color: #17120b;
    background: #f1c45b;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
}

body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-award-badge.award_honorable_mention {
    background: rgba(46, 111, 159, .96);
}

@media (max-width: 760px) {
    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__identity,
    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats,
    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links {
        grid-column: auto;
        grid-row: auto;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div,
    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:first-child {
        display: grid;
        min-height: 0;
        padding: 13px 10px;
        border-right: 1px solid rgba(255, 255, 255, .14);
        border-bottom: 0;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:last-child {
        border-right: 0;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-stats > div:first-child strong {
        font-size: 48px;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-profile-intro {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-hero__avatar {
        width: 148px;
        height: 148px;
        flex-basis: 148px;
    }

    body.pa12-theme .photo-award-public-profile-root--single .photo-award-photographer-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    body.pa12-theme.photo-award-profile-page .photo-award-profile-container {
        grid-template-columns: 1fr;
        gap: 18px;
        width: min(100% - 28px, 720px);
        padding: 28px 0 68px;
    }

    body.pa12-theme.photo-award-profile-page .profile-sidebar {
        position: relative;
        top: auto;
    }

    body.pa12-theme.photo-award-profile-page .profile-user-info {
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 17px 18px;
    }

    body.pa12-theme.photo-award-profile-page .profile-user-avatar {
        width: 52px;
        height: 52px;
        margin: 0;
    }

    body.pa12-theme.photo-award-profile-page .profile-user-info h3,
    body.pa12-theme.photo-award-profile-page .profile-user-info p {
        text-align: left;
    }

    body.pa12-theme.photo-award-profile-page .profile-nav {
        padding: 10px;
    }

    body.pa12-theme.photo-award-profile-page .profile-nav ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pa12-theme.photo-award-profile-page .profile-nav a {
        min-height: 40px;
        padding: 9px 10px;
    }

    body.pa12-theme.photo-award-profile-page .my-entries-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.pa12-theme.photo-award-profile-page .photo-award-profile-container {
        width: min(100% - 22px, 560px);
        padding-top: 20px;
    }

    body.pa12-theme.photo-award-profile-page .profile-nav ul,
    body.pa12-theme.photo-award-profile-page .my-entries-summary-grid,
    body.pa12-theme.photo-award-profile-page .edit-profile-page .form-row {
        grid-template-columns: 1fr;
    }

    body.pa12-theme.photo-award-profile-page .profile-nav a {
        min-height: 42px;
    }

    body.pa12-theme.photo-award-profile-page .profile-page > h1,
    body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1,
    body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1 {
        font-size: 30px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-panel,
    body.pa12-theme.photo-award-profile-page .entry-page-header,
    body.pa12-theme.photo-award-profile-page .edit-profile-page .profile-form,
    body.pa12-theme.photo-award-profile-page .change-password-page .profile-form,
    body.pa12-theme.photo-award-profile-page .original-file-requests-container {
        padding: 20px 17px;
    }

    body.pa12-theme.photo-award-profile-page .event-card-content {
        padding: 16px;
    }

    body.pa12-theme.photo-award-profile-page .event-card-right,
    body.pa12-theme.photo-award-profile-page .event-action,
    body.pa12-theme.photo-award-profile-page .event-action .btn {
        width: 100%;
    }

    body.pa12-theme.photo-award-profile-page .event-card-right {
        align-items: stretch;
        gap: 12px;
    }

    body.pa12-theme.photo-award-profile-page .event-action .btn {
        justify-content: center;
    }

    body.pa12-theme.photo-award-profile-page .form-actions .btn,
    body.pa12-theme.photo-award-profile-page .form-actions button,
    body.pa12-theme .pa12-auth-page .user-actions .btn {
        width: 100%;
    }

    body.pa12-theme.photo-award-profile-page .edit-profile-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    body.pa12-theme.photo-award-profile-page .profile-photo-control {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme.photo-award-profile-page .profile-nav a,
    body.pa12-theme.photo-award-profile-page .btn,
    body.pa12-theme.photo-award-profile-page .action-btn,
    body.pa12-theme.photo-award-profile-page button,
    body.pa12-theme.photo-award-profile-page input[type="submit"] {
        transition: none;
    }
}

/* Golden Shot dashboard refinement */
body.pa12-theme.photo-award-profile-page .dashboard-page {
    display: grid;
    gap: 18px;
    color: #17120b;
}

body.pa12-theme.photo-award-profile-page .dashboard-page > * {
    min-width: 0;
    margin: 0;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 27px 30px;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-top: 3px solid #df9400;
    border-radius: 8px;
    box-shadow: 0 11px 28px rgba(23, 18, 11, .05);
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome__copy {
    min-width: 0;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #df9400;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome h1 {
    margin: 0;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.08;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome h1::after {
    display: none;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome p {
    max-width: 610px;
    margin: 9px 0 0;
    color: #6c665d;
    font-size: 13px;
    line-height: 1.65;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome__action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 43px;
    padding: 0 17px;
    color: #fff;
    background: #df9400;
    border: 1px solid #df9400;
    border-radius: 4px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome__action span {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

body.pa12-theme.photo-award-profile-page .dashboard-welcome__action:hover {
    color: #fff;
    background: #df9400;
    border-color: #df9400;
    box-shadow: 0 8px 18px rgba(223, 148, 0, .18);
    transform: translateY(-1px);
}

body.pa12-theme.photo-award-profile-page .dashboard-balance-top {
    display: grid;
    align-content: center;
    min-height: 148px;
    padding: 24px 28px;
}

body.pa12-theme.photo-award-profile-page .dashboard-balance-top::after {
    display: none;
}

body.pa12-theme.photo-award-profile-page .dashboard-balance-top h2 {
    margin: 7px 0 0;
    font-size: 18px;
    font-weight: 500;
}

body.pa12-theme.photo-award-profile-page .dashboard-balance-top .wallet-balance-amount {
    margin-top: 11px;
    font-size: 36px;
}

body.pa12-theme.photo-award-profile-page .dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.pa12-theme.photo-award-profile-page .dashboard-metric {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-height: 108px;
    padding: 18px;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 7px;
    box-shadow: 0 7px 20px rgba(23, 18, 11, .035);
}

body.pa12-theme.photo-award-profile-page .dashboard-metric__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #df9400;
    background: #f8f6f1;
    border: 1px solid #f8f6f1;
    border-radius: 5px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
}

body.pa12-theme.photo-award-profile-page .dashboard-metric--paid .dashboard-metric__icon {
    color: #15815d;
    background: #eefaf5;
    border-color: #c9eddd;
}

body.pa12-theme.photo-award-profile-page .dashboard-metric--unpaid .dashboard-metric__icon {
    color: #b56b10;
    background: #fff8ec;
    border-color: #f2ddb7;
}

body.pa12-theme.photo-award-profile-page .dashboard-metric__label {
    display: block;
    margin-bottom: 5px;
    color: #6c665d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .dashboard-metric strong {
    display: block;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

body.pa12-theme.photo-award-profile-page .dashboard-metric small {
    display: block;
    margin-top: 6px;
    color: #9d9488;
    font-size: 11px;
    line-height: 1.35;
}

body.pa12-theme.photo-award-profile-page .dashboard-quick-actions {
    padding-top: 7px;
}

body.pa12-theme.photo-award-profile-page .dashboard-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 13px;
}

body.pa12-theme.photo-award-profile-page .dashboard-section-heading > div > span,
body.pa12-theme.photo-award-profile-page .dashboard-panel-head > .dashboard-panel-label {
    display: block;
    margin-bottom: 6px;
    color: #df9400;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .dashboard-section-heading h2,
body.pa12-theme.photo-award-profile-page .dashboard-panel-head h2,
body.pa12-theme.photo-award-profile-page .wallet-transactions-section > h2 {
    margin: 0;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
}

body.pa12-theme.photo-award-profile-page .dashboard-section-heading > p {
    max-width: 360px;
    margin: 0;
    color: #6c665d;
    font-size: 12px;
    line-height: 1.55;
    text-align: right;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    min-height: 106px;
    padding: 17px;
    color: #17120b;
    background: #fff;
    border: 1px solid #f8f6f1;
    border-radius: 7px;
    box-shadow: 0 7px 20px rgba(23, 18, 11, .035);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card:hover {
    color: #17120b;
    border-color: #ded8cd;
    box-shadow: 0 12px 24px rgba(23, 18, 11, .09);
    transform: translateY(-2px);
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card--primary {
    color: #fff;
    background: #df9400;
    border-color: #df9400;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card--primary:hover {
    color: #fff;
    background: #df9400;
    border-color: #df9400;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card__mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #df9400;
    background: #f8f6f1;
    border-radius: 5px;
    font-size: 17px;
    line-height: 1;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card--primary .dashboard-action-card__mark {
    color: #fff;
    background: rgba(255, 255, 255, .15);
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card strong,
body.pa12-theme.photo-award-profile-page .dashboard-action-card small {
    display: block;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card strong {
    color: inherit;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card small {
    margin-top: 5px;
    color: #9d9488;
    font-size: 11px;
    line-height: 1.45;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card--primary small {
    color: rgba(255, 255, 255, .75);
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card__arrow {
    color: #9d9488;
    font-size: 17px;
    line-height: 1;
    text-align: right;
}

body.pa12-theme.photo-award-profile-page .dashboard-action-card--primary .dashboard-action-card__arrow {
    color: rgba(255, 255, 255, .78);
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entries,
body.pa12-theme.photo-award-profile-page .wallet-transactions-section,
body.pa12-theme.photo-award-profile-page .dashboard-open-events,
body.pa12-theme.photo-award-profile-page .dashboard-credit-bundles-panel {
    padding: 23px 24px;
}

body.pa12-theme.photo-award-profile-page .dashboard-section-heading--compact {
    align-items: center;
}

body.pa12-theme.photo-award-profile-page .dashboard-section-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #df9400;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

body.pa12-theme.photo-award-profile-page .dashboard-section-link:hover {
    color: #df9400;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-list {
    display: grid;
    gap: 7px;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 8px 10px 8px 8px;
    color: #17120b;
    background: #fdfdfd;
    border: 1px solid #f8f6f1;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry:hover {
    color: #17120b;
    background: #f9f8f7;
    border-color: #ded8cd;
    transform: translateX(2px);
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__image {
    display: grid;
    width: 48px;
    height: 48px;
    overflow: hidden;
    place-items: center;
    color: #df9400;
    background: #f8f6f1;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__details {
    min-width: 0;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__details strong,
body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__details small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__details strong {
    color: #17120b;
    font-size: 13px;
    line-height: 1.35;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__details small {
    margin-top: 4px;
    color: #9d9488;
    font-size: 10px;
}

body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__status {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 8px;
    color: #15815d;
    background: #eefaf5;
    border: 1px solid #c9eddd;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-section > h2 {
    margin-bottom: 14px;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-section .dashboard-empty-state {
    margin-top: 0;
}

body.pa12-theme.photo-award-profile-page .dashboard-open-events .dashboard-panel-head,
body.pa12-theme.photo-award-profile-page .dashboard-credit-bundles-panel .dashboard-panel-head {
    margin-bottom: 16px;
}

body.pa12-theme.photo-award-profile-page .dashboard-event-links {
    display: grid;
    gap: 8px;
}

body.pa12-theme.photo-award-profile-page .dashboard-event-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 15px;
    background: #fdfdfd;
    border: 1px solid #f8f6f1;
    border-radius: 5px;
}

body.pa12-theme.photo-award-profile-page .dashboard-event-link h3 {
    margin: 0;
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
}

body.pa12-theme.photo-award-profile-page .dashboard-event-link p {
    margin: 4px 0 0;
    color: #9d9488;
    font-size: 11px;
}

@media (max-width: 900px) {
    body.pa12-theme.photo-award-profile-page .dashboard-metrics,
    body.pa12-theme.photo-award-profile-page .dashboard-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pa12-theme.photo-award-profile-page .dashboard-metric:last-child,
    body.pa12-theme.photo-award-profile-page .dashboard-action-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    body.pa12-theme.photo-award-profile-page .dashboard-welcome {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 18px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-welcome h1 {
        font-size: 30px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-welcome__action {
        width: 100%;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-balance-top {
        min-height: 130px;
        padding: 20px 18px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-balance-top .wallet-balance-amount {
        font-size: 31px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-metrics,
    body.pa12-theme.photo-award-profile-page .dashboard-action-grid {
        grid-template-columns: 1fr;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-metric:last-child,
    body.pa12-theme.photo-award-profile-page .dashboard-action-card:last-child {
        grid-column: auto;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-section-heading > p {
        max-width: none;
        text-align: left;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-section-heading--compact {
        align-items: flex-start;
        flex-direction: row;
        gap: 12px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-section-heading--compact .dashboard-section-link {
        flex: 0 0 auto;
        margin-top: 4px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-recent-entries,
    body.pa12-theme.photo-award-profile-page .wallet-transactions-section,
    body.pa12-theme.photo-award-profile-page .dashboard-open-events,
    body.pa12-theme.photo-award-profile-page .dashboard-credit-bundles-panel {
        padding: 20px 17px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-recent-entry {
        grid-template-columns: 42px minmax(0, 1fr) 18px;
        gap: 10px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__image {
        width: 42px;
        height: 42px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-recent-entry__status {
        display: none;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-event-link {
        align-items: flex-start;
        flex-direction: column;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-event-link .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme.photo-award-profile-page .dashboard-welcome__action,
    body.pa12-theme.photo-award-profile-page .dashboard-action-card,
    body.pa12-theme.photo-award-profile-page .dashboard-recent-entry {
        transition: none;
    }
}

/* Winner image preview: a distraction-free, uncropped presentation. */
body.pa12-theme .photo-award-photographer-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}

body.pa12-theme .photo-award-photographer-lightbox.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

body.pa12-theme .photo-award-photographer-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 6, 4, 0.94);
    backdrop-filter: blur(9px);
}

body.pa12-theme .photo-award-photographer-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1180px, 100%);
    height: min(860px, calc(100vh - 48px));
    max-height: calc(100vh - 48px);
    padding: 12px;
    overflow: hidden;
    background: #17130d;
    border: 1px solid rgba(223, 148, 0, 0.42);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62), 0 0 0 8px rgba(255, 255, 255, 0.025);
    transform: translateY(10px) scale(0.985);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.pa12-theme .photo-award-photographer-lightbox.is-open .photo-award-photographer-lightbox__dialog {
    transform: translateY(0) scale(1);
}

body.pa12-theme .photo-award-photographer-lightbox__media {
    display: grid;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    background: #0b0a08;
    border: 0;
}

body.pa12-theme .photo-award-photographer-lightbox__image {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

body.pa12-theme .photo-award-photographer-lightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(10, 9, 7, 0.74);
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

body.pa12-theme .photo-award-photographer-lightbox__close:hover,
body.pa12-theme .photo-award-photographer-lightbox__close:focus-visible {
    color: #17130d;
    border-color: #df9400;
    background: #df9400;
    outline: none;
}

html.photo-award-photographer-lightbox-open,
body.pa12-theme.photo-award-photographer-lightbox-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    body.pa12-theme .photo-award-photographer-lightbox {
        padding: 12px;
    }

    body.pa12-theme .photo-award-photographer-lightbox__dialog {
        height: calc(100vh - 24px);
        max-height: calc(100vh - 24px);
        padding: 8px;
    }

    body.pa12-theme .photo-award-photographer-lightbox__media {
        min-height: 0;
        height: 100%;
        max-height: none;
        overflow: hidden;
    }

    body.pa12-theme .photo-award-photographer-lightbox__image {
        max-height: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .photo-award-photographer-lightbox,
    body.pa12-theme .photo-award-photographer-lightbox__dialog,
    body.pa12-theme .photo-award-photographer-lightbox__close {
        transition: none;
    }
}

/* Photographer directory: equal-height editorial cards with a restrained reveal. */
body.pa12-theme .photo-award-photographers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    margin-top: 22px;
}

body.pa12-theme .photo-award-photographer-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 452px;
    flex-direction: column;
    overflow: hidden;
    background: #17130d;
    border: 1px solid #3a342a;
    border-top: 3px solid #df9400;
    border-radius: 4px;
    box-shadow: 0 12px 26px rgba(23, 18, 11, .1);
    opacity: 0;
    animation: pa12-photographer-card-reveal 520ms cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: calc(var(--card-order, 0) * 38ms);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.pa12-theme .photo-award-photographer-card:hover {
    border-color: #f1c45b;
    box-shadow: 0 20px 38px rgba(23, 18, 11, .2);
    transform: translateY(-6px);
}

body.pa12-theme .photo-award-photographer-card__media {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #28231a;
}

body.pa12-theme .photo-award-photographer-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 15, .08) 20%, rgba(17, 17, 15, .78) 100%);
    content: '';
    pointer-events: none;
}

body.pa12-theme .photo-award-photographer-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.92) contrast(1.04);
    transition: transform 500ms cubic-bezier(.22, 1, .36, 1), filter 260ms ease;
}

body.pa12-theme .photo-award-photographer-card:hover .photo-award-photographer-card__media img {
    filter: saturate(1.12) contrast(1.06);
    transform: scale(1.07);
}

body.pa12-theme .photo-award-photographer-card__number,
body.pa12-theme .photo-award-photographer-card__media-label {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographer-card__number {
    top: 14px;
    left: 14px;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    color: #17130d;
    background: #f1c45b;
    border-radius: 50%;
    letter-spacing: 0;
}

body.pa12-theme .photo-award-photographer-card__media-label {
    right: 14px;
    bottom: 14px;
}

body.pa12-theme .photo-award-photographer-card__body {
    display: flex;
    min-height: 229px;
    flex: 1;
    flex-direction: column;
    padding: 16px;
    color: #fff;
}

body.pa12-theme .photo-award-photographer-card__identity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 22px;
}

body.pa12-theme .photo-award-photographer-card__country {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    margin: 0;
    color: #f1c45b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographer-card__country span {
    font-size: 17px;
    line-height: 1;
}

body.pa12-theme .photo-award-photographer-card__mark {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    color: #17130d;
    background: #f1c45b;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 900;
}

body.pa12-theme .photo-award-photographer-card h2 {
    min-height: 52px;
    margin: 11px 0 16px;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 21px;
    line-height: 1.12;
}

body.pa12-theme .photo-award-photographer-card h2 a {
    color: inherit;
    text-decoration: none;
}

body.pa12-theme .photo-award-photographer-card h2 a:hover,
body.pa12-theme .photo-award-photographer-card h2 a:focus-visible {
    color: #f1c45b;
}

body.pa12-theme .photo-award-photographer-card__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: auto;
    border-top: 1px solid rgba(241, 196, 91, .2);
    border-bottom: 1px solid rgba(241, 196, 91, .2);
}

body.pa12-theme .photo-award-photographer-card__stats span {
    display: flex;
    min-width: 0;
    min-height: 58px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 8px 5px;
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographer-card__stats span + span {
    border-left: 1px solid rgba(241, 196, 91, .2);
}

body.pa12-theme .photo-award-photographer-card__stats strong {
    color: #f1c45b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
}

body.pa12-theme .photo-award-photographer-card__link {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 13px;
    color: #17130d;
    background: #f1c45b;
    border: 1px solid #f1c45b;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.pa12-theme .photo-award-photographer-card__link:hover,
body.pa12-theme .photo-award-photographer-card__link:focus-visible {
    color: #fff;
    background: #df9400;
    border-color: #df9400;
}

@keyframes pa12-photographer-card-reveal {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
    body.pa12-theme .photo-award-photographers-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.pa12-theme .photo-award-photographers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pa12-theme .photo-award-photographer-card {
        min-height: 426px;
    }

    body.pa12-theme .photo-award-photographer-card__media {
        height: 190px;
    }

    body.pa12-theme .photo-award-photographer-card__body {
        min-height: 220px;
        padding: 14px;
    }
}

@media (max-width: 520px) {
    body.pa12-theme .photo-award-photographers-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .photo-award-photographer-card,
    body.pa12-theme .photo-award-photographer-card__media img,
    body.pa12-theme .photo-award-photographer-card__link {
        animation: none;
        transition: none;
    }
}

/* Directory page: use the same full-bleed inner hero and interview-style pagination. */
body.pa12-theme .photo-award-photographers-directory {
    padding-top: 0;
}

body.pa12-theme .photo-award-photographers-directory__hero.pa12-inner-hero {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw) 28px;
    padding: 56px 0 48px;
    border: 0;
    border-bottom: 1px solid rgba(223, 148, 0, .42);
    border-radius: 0;
    box-shadow: none;
}

body.pa12-theme .photo-award-photographers-directory__hero.pa12-inner-hero .pa12-shell {
    width: var(--pa12-shell);
}

body.pa12-theme .photo-award-photographers-directory__hero-copy {
    min-width: 0;
}

body.pa12-theme .photo-award-photographers-directory__hero.pa12-inner-hero h1 {
    margin: 0;
}

body.pa12-theme .photo-award-photographers-directory__hero.pa12-inner-hero > .pa12-shell > p {
    margin: 0 0 4px;
}

body.pa12-theme .photo-award-photographers-pagination.pagination-wrapper {
    margin: 42px 0 0;
    text-align: center;
}

body.pa12-theme .photo-award-photographers-pagination .pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.pa12-theme .photo-award-photographers-pagination .pagination li {
    display: inline-block;
}

body.pa12-theme .photo-award-photographers-pagination .pagination a,
body.pa12-theme .photo-award-photographers-pagination .pagination span {
    display: block;
    min-width: 42px;
    padding: 10px 15px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.pa12-theme .photo-award-photographers-pagination .pagination a:hover,
body.pa12-theme .photo-award-photographers-pagination .pagination a:focus-visible,
body.pa12-theme .photo-award-photographers-pagination .pagination .current,
body.pa12-theme .photo-award-photographers-pagination .pagination .is-current {
    color: #17120b;
    background: #df9400;
    border-color: #df9400;
    transform: translateY(-1px);
}

body.pa12-theme .photo-award-photographers-pagination .pagination .pagination-prev,
body.pa12-theme .photo-award-photographers-pagination .pagination .pagination-next {
    min-width: 122px;
}

@media (max-width: 620px) {
    body.pa12-theme .photo-award-photographers-pagination .pagination {
        display: flex;
        flex-wrap: wrap;
    }

    body.pa12-theme .photo-award-photographers-pagination .pagination .pagination-prev,
    body.pa12-theme .photo-award-photographers-pagination .pagination .pagination-next {
        min-width: 108px;
    }
}

/* Directory discovery tools: compact metrics and fast client-side filtering. */
body.pa12-theme .photo-award-photographers-directory__tools {
    display: grid;
    gap: 18px;
    margin: 0 0 24px;
}

body.pa12-theme .photo-award-photographers-directory__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 2px solid #17120b;
    border-bottom: 1px solid #d8d1c6;
}

body.pa12-theme .photo-award-photographers-directory__metrics > div {
    display: grid;
    gap: 5px;
    min-height: 82px;
    align-content: center;
    padding: 13px 16px;
    background: #fff;
}

body.pa12-theme .photo-award-photographers-directory__metrics > div + div {
    border-left: 1px solid #e5ded3;
}

body.pa12-theme .photo-award-photographers-directory__metrics strong {
    color: #17120b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 27px;
    line-height: 1;
}

body.pa12-theme .photo-award-photographers-directory__metrics span {
    color: #6c665d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographers-directory__filters {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(160px, .75fr)) auto;
    gap: 10px;
    align-items: end;
    padding: 14px;
    background: #f1eee8;
    border: 1px solid #ded8cd;
}

body.pa12-theme .photo-award-photographers-directory__filters label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

body.pa12-theme .photo-award-photographers-directory__filters label > span {
    color: #17120b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-photographers-directory__filters input,
body.pa12-theme .photo-award-photographers-directory__filters select {
    width: 100%;
    min-height: 42px;
    padding: 0 11px;
    color: #17120b;
    background: #fff;
    border: 1px solid #d8d1c6;
    border-radius: 0;
    font-size: 12px;
}

body.pa12-theme .photo-award-photographers-directory__filters input:focus,
body.pa12-theme .photo-award-photographers-directory__filters select:focus {
    border-color: #df9400;
    outline: 2px solid rgba(223, 148, 0, .18);
}

body.pa12-theme .photo-award-photographers-directory__reset {
    min-height: 42px;
    padding: 0 14px;
    color: #17120b;
    background: #df9400;
    border: 1px solid #df9400;
    border-radius: 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.pa12-theme .photo-award-photographers-directory__reset:hover,
body.pa12-theme .photo-award-photographers-directory__reset:focus-visible {
    background: #f1c45b;
    border-color: #f1c45b;
    transform: translateY(-1px);
}

body.pa12-theme .photo-award-photographer-card.is-directory-hidden {
    display: none;
}

body.pa12-theme .photo-award-photographers-directory__filter-empty {
    margin: 24px 0 0;
    padding: 34px 18px;
    color: #6c665d;
    background: #fff;
    border: 1px solid #ded8cd;
    text-align: center;
}

body.pa12-theme .photo-award-photographers-pagination.is-directory-filtered {
    display: none;
}

@media (max-width: 900px) {
    body.pa12-theme .photo-award-photographers-directory__filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pa12-theme .photo-award-photographers-directory__filters label:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    body.pa12-theme .photo-award-photographers-directory__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pa12-theme .photo-award-photographers-directory__metrics > div:nth-child(3) {
        border-top: 1px solid #e5ded3;
        border-left: 0;
    }

    body.pa12-theme .photo-award-photographers-directory__metrics > div:nth-child(4) {
        border-top: 1px solid #e5ded3;
    }

    body.pa12-theme .photo-award-photographers-directory__filters {
        grid-template-columns: 1fr;
    }

    body.pa12-theme .photo-award-photographers-directory__filters label:first-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .photo-award-photographers-directory__reset {
        transition: none;
    }
}

/* Credit bundles: a focused editorial purchase board with a clear value hierarchy. */
body.pa12-theme.photo-award-profile-page .bundles-page .photo-award-credit-bundles {
    margin: 0;
    padding: 0 !important;
    color: #17120b;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.pa12-theme .photo-award-bundles-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .36fr);
    gap: 24px;
    overflow: hidden;
    padding: clamp(30px, 5vw, 56px);
    color: #fff;
    background: #161614;
    border: 1px solid #302d27;
    border-top: 4px solid #df9400;
}

body.pa12-theme .photo-award-bundles-hero::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -56px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(223, 148, 0, .28);
    transform: rotate(45deg);
    pointer-events: none;
}

body.pa12-theme .photo-award-bundles-hero-copy,
body.pa12-theme .photo-award-bundles-wallet-panel {
    position: relative;
    z-index: 1;
}

body.pa12-theme .photo-award-bundles-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #f1c45b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-bundles-hero h2 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: .98;
}

body.pa12-theme .photo-award-bundles-hero-copy p {
    max-width: 520px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.65;
}

body.pa12-theme .photo-award-bundles-wallet-panel {
    align-self: center;
    padding: 16px 0 16px 24px;
    border-left: 1px solid #df9400;
}

body.pa12-theme .photo-award-bundles-wallet-panel span,
body.pa12-theme .photo-award-bundles-wallet-panel small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-bundles-wallet-panel strong {
    display: block;
    margin: 7px 0 10px;
    color: #f1c45b;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: .95;
}

body.pa12-theme .photo-award-bundles-wallet-panel small {
    max-width: 180px;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: none;
}

body.pa12-theme .photo-award-bundles-status {
    margin: 14px 0 0;
}

body.pa12-theme .photo-award-bundles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
    align-items: stretch;
}

body.pa12-theme .photo-award-bundle-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 390px;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
    color: #17120b;
    background: #f5f2eb;
    border: 1px solid #d8d0c3;
    border-radius: 0;
    box-shadow: 0 14px 28px rgba(23, 18, 11, .07);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background-color 220ms ease;
}

body.pa12-theme .photo-award-bundle-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #df9400;
}

body.pa12-theme .photo-award-bundle-card:hover,
body.pa12-theme .photo-award-bundle-card:focus-within {
    border-color: #df9400;
    box-shadow: 0 20px 38px rgba(23, 18, 11, .13);
    transform: translateY(-7px);
}

body.pa12-theme .photo-award-bundle-card.is-featured {
    color: #fff;
    background: #1c1b18;
    border-color: #df9400;
    box-shadow: 0 20px 38px rgba(23, 18, 11, .18);
    transform: translateY(-8px);
}

body.pa12-theme .photo-award-bundle-card.is-featured:hover,
body.pa12-theme .photo-award-bundle-card.is-featured:focus-within {
    box-shadow: 0 25px 44px rgba(23, 18, 11, .25);
    transform: translateY(-13px);
}

body.pa12-theme .photo-award-bundle-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    min-height: 78px;
}

body.pa12-theme .photo-award-bundle-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #70695f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-label {
    color: #f1c45b;
}

body.pa12-theme .photo-award-bundle-name {
    max-width: 180px;
    margin: 0;
    color: inherit;
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-bundle-bonus {
    flex: 0 0 auto;
    min-width: 52px;
    padding: 9px 7px;
    color: #17120b;
    background: #f1c45b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    text-align: center;
}

body.pa12-theme .photo-award-bundle-credit {
    margin: 20px 0 18px;
    padding: 18px 0 20px;
    border-top: 1px solid rgba(23, 18, 11, .14);
    border-bottom: 1px solid rgba(23, 18, 11, .14);
}

body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-credit {
    border-color: rgba(241, 196, 91, .32);
}

body.pa12-theme .photo-award-bundle-credit span,
body.pa12-theme .photo-award-bundle-meta span {
    display: block;
    color: #70695f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-credit span,
body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-meta span {
    color: rgba(255, 255, 255, .56);
}

body.pa12-theme .photo-award-bundle-credit strong {
    display: block;
    margin-top: 7px;
    color: #17120b;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .92;
}

body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-credit strong {
    color: #f1c45b;
}

body.pa12-theme .photo-award-bundle-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.pa12-theme .photo-award-bundle-meta > div + div {
    padding-left: 12px;
    border-left: 1px solid rgba(23, 18, 11, .14);
}

body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-meta > div + div {
    border-color: rgba(241, 196, 91, .32);
}

body.pa12-theme .photo-award-bundle-meta strong {
    display: block;
    margin-top: 7px;
    color: inherit;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
}

body.pa12-theme .photo-award-bundle-action {
    position: relative;
    top: 12px;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    padding: 0 16px;
    color: #fff;
    background: #17120b;
    border: 1px solid #17120b;
    border-radius: 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-action {
    color: #17120b;
    background: #f1c45b;
    border-color: #f1c45b;
}

body.pa12-theme .photo-award-bundle-action:hover,
body.pa12-theme .photo-award-bundle-action:focus-visible {
    color: #17120b;
    background: #fff;
    border-color: #fff;
    outline: 0;
    transform: translateY(-2px);
}

body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-action:hover,
body.pa12-theme .photo-award-bundle-card.is-featured .photo-award-bundle-action:focus-visible {
    color: #17120b;
    background: #fff;
    border-color: #fff;
}

body.pa12-theme .photo-award-bundles-empty {
    margin-top: 14px;
    padding: 28px;
    color: #70695f;
    background: #f5f2eb;
    border: 1px dashed #c9bda9;
    text-align: center;
}

@media (max-width: 900px) {
    body.pa12-theme .photo-award-bundles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pa12-theme .photo-award-bundle-card.is-featured {
        transform: none;
    }
}

@media (max-width: 650px) {
    body.pa12-theme .photo-award-bundles-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 22px;
    }

    body.pa12-theme .photo-award-bundles-wallet-panel {
        padding: 16px 0 0;
        border-top: 1px solid #df9400;
        border-left: 0;
    }

    body.pa12-theme .photo-award-bundles-grid {
        grid-template-columns: 1fr;
    }

    body.pa12-theme .photo-award-bundle-card,
    body.pa12-theme .photo-award-bundle-card.is-featured {
        min-height: 350px;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .photo-award-bundle-card,
    body.pa12-theme .photo-award-bundle-action {
        transition: none;
    }
}

/* Dashboard system: carry the bundle page's dark header and framed box language across the workspace. */
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 4vw, 48px);
    color: #fff;
    background: #161614;
    border: 1px solid #302d27;
    border-top: 4px solid #df9400;
    border-radius: 0;
    box-shadow: 0 18px 38px rgba(23, 18, 11, .14);
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -56px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(223, 148, 0, .28);
    transform: rotate(45deg);
    pointer-events: none;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__copy,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action {
    position: relative;
    z-index: 1;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__eyebrow {
    color: #f1c45b;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome h1 {
    color: #fff !important;
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -.04em;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome p {
    color: rgba(255, 255, 255, .68);
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action {
    color: #17120b;
    background: #f1c45b;
    border-color: #f1c45b;
    border-radius: 0;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action:hover,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action:focus-visible {
    color: #17120b;
    background: #fff;
    border-color: #fff;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action span {
    color: #17120b;
    border-color: rgba(23, 18, 11, .35);
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-panel {
    position: relative;
    overflow: hidden;
    padding: 24px;
    background: #f5f2eb;
    border: 1px solid #d8d0c3;
    border-top: 4px solid #df9400;
    border-radius: 0;
    box-shadow: 0 14px 28px rgba(23, 18, 11, .07);
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-panel h2,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-panel-head h2,
body.pa12-theme.photo-award-profile-page .dashboard-page .wallet-transactions-section > h2 {
    color: #17120b;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-panel-head {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d0c3;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-panel-label,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-section-heading > div > span {
    color: #b96f00;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .wallet-balance-section {
    color: #fff;
    background: #161614;
    border-color: #302d27;
    border-top-color: #df9400;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .wallet-balance-section h2,
body.pa12-theme.photo-award-profile-page .dashboard-page .wallet-balance-section .wallet-balance-amount {
    color: #fff;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .wallet-balance-section .dashboard-panel-label {
    color: #f1c45b;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-metric,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card {
    position: relative;
    overflow: hidden;
    background: #f5f2eb;
    border: 1px solid #d8d0c3;
    border-radius: 0;
    box-shadow: 0 10px 22px rgba(23, 18, 11, .055);
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-metric::before,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #df9400;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-metric:hover,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card:hover {
    border-color: #df9400;
    box-shadow: 0 16px 30px rgba(23, 18, 11, .11);
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card--primary {
    color: #fff;
    background: #1c1b18;
    border-color: #df9400;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card--primary strong {
    color: #fff;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card--primary small {
    color: rgba(255, 255, 255, .64);
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card--primary .dashboard-action-card__mark {
    color: #17120b;
    background: #f1c45b;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-recent-entry,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-event-link {
    background: #fff;
    border: 1px solid #ded8cd;
    border-radius: 0;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-recent-entry:hover,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-event-link:hover {
    border-color: #df9400;
    background: #fffdf8;
}

@media (max-width: 620px) {
    body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome {
        padding: 28px 20px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome h1 {
        font-size: 32px;
    }

    body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-panel {
        padding: 20px 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-metric,
    body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-action-card {
        transition: none;
    }
}

/* Member area system: use one bundle-inspired language across every workspace screen. */
body.pa12-theme.photo-award-profile-page .profile-sidebar {
    border-radius: 0;
}

body.pa12-theme.photo-award-profile-page .profile-page:not(.dashboard-page) > h1,
body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1,
body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1 {
    margin: 0;
    padding: 30px 32px 12px;
    color: #fff !important;
    background: #161614;
    border-top: 4px solid #df9400;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.05;
}

body.pa12-theme.photo-award-profile-page .profile-page:not(.dashboard-page) > h1::after,
body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1::after,
body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1::after {
    display: none;
}

body.pa12-theme.photo-award-profile-page .profile-page:not(.dashboard-page) > h1 + p,
body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1 + p,
body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1 + p {
    max-width: none;
    margin: 0 0 22px;
    padding: 0 32px 28px;
    color: rgba(255, 255, 255, .68);
    background: #161614;
    font-size: 13px;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header,
body.pa12-theme.photo-award-profile-page .entry-page-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 30px 32px;
    color: #fff;
    background: #161614;
    border: 1px solid #302d27;
    border-top: 4px solid #df9400;
    border-radius: 0;
    box-shadow: 0 18px 38px rgba(23, 18, 11, .14);
}

body.pa12-theme.photo-award-profile-page .edit-profile-header::after,
body.pa12-theme.photo-award-profile-page .entry-page-header::after {
    position: absolute;
    right: -48px;
    bottom: -66px;
    width: 180px;
    height: 180px;
    content: "";
    border: 1px solid rgba(223, 148, 0, .28);
    transform: rotate(45deg);
    pointer-events: none;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header > *,
body.pa12-theme.photo-award-profile-page .entry-page-header > * {
    position: relative;
    z-index: 1;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header h1,
body.pa12-theme.photo-award-profile-page .entry-page-header h1 {
    color: #fff !important;
}

body.pa12-theme.photo-award-profile-page .profile-content .edit-profile-header h1,
body.pa12-theme.photo-award-profile-page .profile-content .entry-page-header h1 {
    color: #fff !important;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header p,
body.pa12-theme.photo-award-profile-page .entry-page-header p {
    color: rgba(255, 255, 255, .68);
}

body.pa12-theme.photo-award-profile-page .entry-page-kicker,
body.pa12-theme.photo-award-profile-page .edit-profile-header .profile-eyebrow {
    color: #f1c45b;
}

body.pa12-theme.photo-award-profile-page .edit-profile-header-avatar,
body.pa12-theme.photo-award-profile-page .profile-photo-preview {
    border-color: #f1c45b;
}

body.pa12-theme.photo-award-profile-page .edit-profile-page .profile-form,
body.pa12-theme.photo-award-profile-page .change-password-page .profile-form,
body.pa12-theme.photo-award-profile-page .original-file-requests-container,
body.pa12-theme.photo-award-profile-page .embedded-entry-form-shell,
body.pa12-theme.photo-award-profile-page .entry-form-container,
body.pa12-theme.photo-award-profile-page .event-registration-container,
body.pa12-theme.photo-award-profile-page .events-summary,
body.pa12-theme.photo-award-profile-page .entries-table-container {
    background: #f5f2eb;
    border: 1px solid #d8d0c3;
    border-top: 4px solid #df9400;
    border-radius: 0;
    box-shadow: 0 14px 28px rgba(23, 18, 11, .07);
}

body.pa12-theme.photo-award-profile-page .edit-profile-page .profile-form,
body.pa12-theme.photo-award-profile-page .change-password-page .profile-form {
    padding: 28px 30px;
}

body.pa12-theme.photo-award-profile-page .form-group label,
body.pa12-theme.photo-award-profile-page .profile-form legend {
    color: #17120b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .form-group input[type="text"],
body.pa12-theme.photo-award-profile-page .form-group input[type="email"],
body.pa12-theme.photo-award-profile-page .form-group input[type="password"],
body.pa12-theme.photo-award-profile-page .form-group input[type="url"],
body.pa12-theme.photo-award-profile-page .form-group input[type="file"],
body.pa12-theme.photo-award-profile-page .form-group select,
body.pa12-theme.photo-award-profile-page .form-group textarea,
body.pa12-theme.photo-award-profile-page .profile-form input,
body.pa12-theme.photo-award-profile-page .profile-form select,
body.pa12-theme.photo-award-profile-page .profile-form textarea {
    color: #17120b;
    background: #fff;
    border: 1px solid #cfc5b5;
    border-radius: 0;
}

body.pa12-theme.photo-award-profile-page .form-group input:focus,
body.pa12-theme.photo-award-profile-page .form-group select:focus,
body.pa12-theme.photo-award-profile-page .form-group textarea:focus,
body.pa12-theme.photo-award-profile-page .profile-form input:focus,
body.pa12-theme.photo-award-profile-page .profile-form select:focus,
body.pa12-theme.photo-award-profile-page .profile-form textarea:focus {
    border-color: #df9400;
    box-shadow: 0 0 0 3px rgba(223, 148, 0, .13);
}

body.pa12-theme.photo-award-profile-page .profile-photo-control {
    background: #ebe6dc;
    border: 1px solid #d8d0c3;
    border-radius: 0;
}

body.pa12-theme.photo-award-profile-page .form-actions {
    border-top-color: #d8d0c3;
}

body.pa12-theme.photo-award-profile-page .events-summary {
    margin: 0 0 18px;
    border-left: 1px solid #d8d0c3;
}

body.pa12-theme.photo-award-profile-page .events-summary p,
body.pa12-theme.photo-award-profile-page .event-card-wide p,
body.pa12-theme.photo-award-profile-page .event-card-wide small {
    color: #6c665d;
}

body.pa12-theme.photo-award-profile-page .event-card-wide,
body.pa12-theme.photo-award-profile-page .my-entries-summary-item,
body.pa12-theme.photo-award-profile-page .dashboard-empty-state,
body.pa12-theme.photo-award-profile-page .no-entries,
body.pa12-theme.photo-award-profile-page .no-events,
body.pa12-theme.photo-award-profile-page .photo-award-profile-notice {
    background: #f5f2eb;
    border: 1px solid #d8d0c3;
    border-top: 3px solid #df9400;
    border-radius: 0;
    box-shadow: 0 10px 22px rgba(23, 18, 11, .055);
}

body.pa12-theme.photo-award-profile-page .my-entries-summary-item {
    min-height: 112px;
}

body.pa12-theme.photo-award-profile-page .entries-table-container {
    padding: 0;
    overflow: hidden;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table,
body.pa12-theme.photo-award-profile-page .user-entries-table {
    background: #fff;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table th,
body.pa12-theme.photo-award-profile-page .user-entries-table th {
    color: #fff;
    background: #17120b;
    border-bottom: 3px solid #df9400;
}

body.pa12-theme.photo-award-profile-page .wallet-transactions-table td,
body.pa12-theme.photo-award-profile-page .user-entries-table td {
    color: #4f493f;
    border-bottom-color: #e6e0d6;
}

body.pa12-theme.photo-award-profile-page .action-link,
body.pa12-theme.photo-award-profile-page .pay-link {
    color: #17120b;
    background: #f1c45b;
    border-color: #f1c45b;
    border-radius: 0;
}

body.pa12-theme.photo-award-profile-page .action-link:hover,
body.pa12-theme.photo-award-profile-page .pay-link:hover {
    color: #17120b;
    background: #fff;
    border-color: #df9400;
}

body.pa12-theme.photo-award-profile-page .logout-page {
    background: #f5f2eb;
    border: 1px solid #d8d0c3;
    border-top: 4px solid #df9400;
    border-radius: 0;
}

body.pa12-theme .pa12-auth-page .photo-award-auth-shortcode,
body.pa12-theme .pa12-auth-page .auth-form,
body.pa12-theme .pa12-auth-page .photo-award-login-register,
body.pa12-theme .pa12-auth-page .photo-award-auth-container {
    background: #f5f2eb;
    border: 1px solid #d8d0c3;
    border-top: 4px solid #df9400;
    border-radius: 0;
    box-shadow: 0 14px 28px rgba(23, 18, 11, .07);
}

body.pa12-theme .pa12-auth-page .pa12-auth-heading,
body.pa12-theme .pa12-auth-page h1,
body.pa12-theme .pa12-auth-page h2 {
    color: #17120b;
}

@media (max-width: 720px) {
    body.pa12-theme.photo-award-profile-page .profile-page:not(.dashboard-page) > h1,
    body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1,
    body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1 {
        padding: 26px 20px 10px;
    }

    body.pa12-theme.photo-award-profile-page .profile-page:not(.dashboard-page) > h1 + p,
    body.pa12-theme.photo-award-profile-page .entry-archive-shell .profile-page > h1 + p,
    body.pa12-theme.photo-award-profile-page .original-file-requests-container > h1 + p {
        padding: 0 20px 24px;
    }

    body.pa12-theme.photo-award-profile-page .edit-profile-header,
    body.pa12-theme.photo-award-profile-page .entry-page-header {
        padding: 26px 20px;
    }

    body.pa12-theme.photo-award-profile-page .edit-profile-page .profile-form,
    body.pa12-theme.photo-award-profile-page .change-password-page .profile-form {
        padding: 22px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme.photo-award-profile-page .profile-nav a,
    body.pa12-theme.photo-award-profile-page .event-card-wide,
    body.pa12-theme.photo-award-profile-page .action-link,
    body.pa12-theme.photo-award-profile-page .pay-link {
        transition: none;
    }
}

/* Dashboard button contract: every action link uses the shared button classes. */
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action.btn.btn-primary {
    min-height: 44px;
    padding: 0 18px;
    color: #17120b;
    background: #df9400;
    border-color: #df9400;
    border-radius: 0;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action.btn.btn-primary:hover,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-welcome__action.btn.btn-primary:focus-visible {
    color: #17120b;
    background: #f1c45b;
    border-color: #f1c45b;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-section-link.btn.btn-primary {
    min-height: 34px;
    padding: 0 12px;
    color: #17120b;
    background: #df9400;
    border: 1px solid #df9400;
    border-radius: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-section-link.btn.btn-primary:hover,
body.pa12-theme.photo-award-profile-page .dashboard-page .dashboard-section-link.btn.btn-primary:focus-visible {
    color: #17120b;
    background: #f1c45b;
    border-color: #f1c45b;
}
