/*
Theme Name: PutitasVIP Child
Theme URI: http://webdesign-finder.com/beautyagency-v2/
Author: Developer
Author URI: http://modernwebtemplates.com
Description: PutitasVIP Child theme - TikTok feed + Tinder swipe + Instagram profiles. Inherits from BeautyAgency parent and reference child theme (Model Registration, Album Portfolio).
Version: 1.0.0
Template: beautyagency
License: Commercial
Text Domain: putitasvipchild
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
*/

/* ==========================================================================
   GLOBAL: PutitasVIP Overrides
   ========================================================================== */

.gradient-background::before {
    background: linear-gradient(to right, #dc4881 0%, #811568 50%, #fe5fac 100%) !important;
}

/* ==========================================================================
   HEADER / NAVBAR: PutitasVIP overrides
   ========================================================================== */

/* --- Hide the topline bar (empty space above navbar) --- */
.page_topline {
    display: none !important;
}

/* --- Page header: cleaner, tighter --- */
.page_header {
    background: #0a0a0a !important;
    border-bottom: 1px solid #1a1a1a;
}

.page_header.ds {
    background: #0a0a0a !important;
}

.page_header .row {
    align-items: center;
}

/* --- Logo: bigger on all breakpoints --- */
header.page_header .logo {
    padding: 8px 0;
}

a.logo img {
    max-height: 80px;
}

@media (min-width: 768px) {
    a.logo img {
        max-height: 90px;
    }
}

@media (min-width: 1200px) {
    a.logo img {
        max-height: 110px;
    }
}

.page_header.small-header a.logo img {
    max-height: 70px;
    margin-top: 8px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .page_header.small-header a.logo img {
        max-height: 80px;
    }
}

@media (min-width: 1200px) {
    .page_header.small-header a.logo img {
        max-height: 100px;
    }
}

/* Sticky: slightly smaller but still visible */
.page_header.affix a.logo img {
    max-height: 60px;
}

a.logo img.logo-sticky {
    max-height: 60px;
}

/* --- Hamburger button: brand pink border --- */
.toggle_menu {
    border-color: #dc4881;
    border-radius: 6px;
    width: 42px;
    height: 42px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
    background-color: #dc4881;
}

.toggle_menu:hover {
    border-color: #fe5fac;
}

.toggle_menu:hover:before,
.toggle_menu:hover span,
.toggle_menu:hover span:before,
.toggle_menu:hover span:after {
    background-color: #fe5fac;
}

/* FontAwesome bars icon variant (header-1, header-3) */
.toggle_menu i.fa-bars {
    color: #dc4881;
}

.toggle_menu:hover i.fa-bars {
    color: #fe5fac;
}

/* --- Navigation links: brand colors, refined typography --- */
.page_header .sf-menu > li > a {
    color: #e0e0e0;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.page_header .sf-menu > li > a:hover,
.page_header .sf-menu > li.active > a {
    color: #dc4881;
}

/* Dot separators — subtle pink */
@media (min-width: 992px) {
    .page_header .sf-menu > li > a:after {
        color: rgba(220, 72, 129, 0.35) !important;
    }
}

/* ==========================================================================
   HEADER ICONS: Profile avatar, login, hamburger alignment
   ========================================================================== */

/* Actions column — push everything right */
.pvip-header-actions-col {
    display: flex;
    justify-content: flex-end;
}

.pvip-header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

/* --- Profile avatar (logged in) --- */
.pvip-header-profile {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.pvip-header-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    background-image: linear-gradient(#0a0a0a, #0a0a0a),
                      linear-gradient(135deg, #dc4881 0%, #811568 50%, #fe5fac 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.pvip-header-avatar:hover {
    box-shadow: 0 0 14px rgba(220, 72, 129, 0.5);
    transform: scale(1.08);
}

/* Placeholder when no avatar image */
.pvip-header-avatar-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-image: linear-gradient(#0a0a0a, #0a0a0a),
                      linear-gradient(135deg, #dc4881 0%, #811568 50%, #fe5fac 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #dc4881;
    font-size: 16px;
    transition: box-shadow 0.3s ease;
}

.pvip-header-avatar-placeholder:hover {
    box-shadow: 0 0 14px rgba(220, 72, 129, 0.5);
}

/* --- Login icon (logged out) --- */
.pvip-header-login {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.2s ease;
}

.pvip-header-login:hover {
    color: #dc4881;
    transform: scale(1.1);
    text-decoration: none;
}

/* --- Hamburger: inline within icons row (override absolute) --- */
.pvip-header .toggle_menu {
    position: static !important;
    margin-top: 0 !important;
    transform: none !important;
    flex-shrink: 0;
}

/* Hide hamburger on desktop (parent usually does this, but reinforce) */
@media (min-width: 992px) {
    .pvip-header .toggle_menu {
        display: none !important;
    }
}

/* --- Sticky/affix: smaller avatar --- */
.page_header.affix .pvip-header-avatar,
.page_header.affix .pvip-header-avatar-placeholder {
    width: 28px;
    height: 28px;
}

/* ==========================================================================
   FLOATING FEED FAB (bottom-right)
   ========================================================================== */

.pvip-fab-feed {
    position: fixed;
    bottom: 86px;  /* stacked above Blur Photos button (20px + ~52px + 14px gap) */
    right: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dc4881 0%, #811568 60%, #fe5fac 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(220, 72, 129, 0.45);
    z-index: 999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: pvip-fab-glow 3s ease-in-out infinite;
}

.pvip-fab-feed:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(220, 72, 129, 0.65);
    color: #fff;
    text-decoration: none;
}

.pvip-fab-feed:active {
    transform: scale(0.95);
}

.pvip-fab-feed svg {
    width: 22px;
    height: 22px;
}

@keyframes pvip-fab-glow {
    0%, 100% { box-shadow: 0 4px 20px rgba(220, 72, 129, 0.45); }
    50%      { box-shadow: 0 4px 28px rgba(220, 72, 129, 0.75); }
}

/* Don't show FAB on feed/favorites pages (they have bottom nav) */
body.pvip-page-feed .pvip-fab-feed,
body.pvip-page-favorites .pvip-fab-feed {
    display: none;
}

/* Mobile: above blur button (15px + 48px + 12px gap = 75px), smaller */
@media (max-width: 767px) {
    .pvip-fab-feed {
        bottom: 78px;
        right: 16px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
    .pvip-fab-feed svg {
        width: 20px;
        height: 20px;
    }
}

/* --- Broadcast message bar --- */
.pvip-broadcast {
    background: linear-gradient(to right, #dc4881 0%, #811568 50%, #fe5fac 100%);
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    z-index: 1001;
    letter-spacing: 0.3px;
}

.pvip-broadcast a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.pvip-broadcast a:hover {
    opacity: 0.85;
}

.pvip-broadcast-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s ease;
}

.pvip-broadcast-close:hover {
    color: #fff;
}

/* Broadcast mobile */
@media (max-width: 575px) {
    .pvip-broadcast {
        font-size: 12px;
        padding: 8px 32px 8px 12px;
    }

    .pvip-broadcast-close {
        right: 6px;
        font-size: 18px;
    }
}

/* ==========================================================================
   FOOTER: PutitasVIP responsive overrides
   ========================================================================== */

/* --- Base footer dark theme enhancements --- */
.page_footer {
    background: #0a0a0a;
    padding-top: 50px;
    padding-bottom: 10px;
    border-top: 1px solid #1a1a1a;
}

.page_footer .widget > h3,
.page_footer .widget .widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.page_footer .widget_nav_menu ul li a {
    color: #dc4881;
    font-size: 14px;
    padding: 6px 0;
    display: inline-block;
    transition: color 0.2s ease, transform 0.2s ease;
}

.page_footer .widget_nav_menu ul li a:hover {
    color: #fe5fac;
    transform: translateX(3px);
}

.page_footer .widget_bloginfo .description {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
}

.page_footer .widget_bloginfo .footer-logo {
    max-width: 180px;
    margin-bottom: 24px;
}

.page_footer .widget_bloginfo .footer-logo img {
    max-width: 100%;
    height: auto;
}

/* Payment icons */
.page_footer .widget_bloginfo img[src*="visa"],
.page_footer .widget_bloginfo img[src*="card"],
.page_footer .widget_bloginfo img[src*="pay"],
.page_footer .payment-icons img,
.page_footer img.payment-icon {
    opacity: 0.7;
    filter: grayscale(30%);
    transition: opacity 0.2s ease;
}

.page_footer .widget_bloginfo img:hover,
.page_footer .payment-icons img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* --- Copyright bar --- */
/* Note: .page_copyright has class .gradient-background from the parent customizer,
   so the pink gradient is the actual background via ::before. Text must be white. */
.page_copyright {
    padding: 18px 0;
    font-size: 13px;
    color: #fff;
    position: relative;
}

.page_copyright a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.page_copyright a:hover {
    color: #fff;
    opacity: 0.8;
}

/* --- Footer Mobile (< 576px) --- */
@media (max-width: 575px) {
    .page_footer {
        padding: 36px 0 16px;
        text-align: center;
    }

    .page_footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page_footer .row {
        gap: 0;
    }

    .page_footer .col-xl-3,
    .page_footer .col-md-6,
    .page_footer [class*="col-"] {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #1a1a1a;
    }

    .page_footer [class*="col-"]:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page_footer .widget {
        margin-bottom: 16px;
    }

    .page_footer .widget > h3,
    .page_footer .widget .widget-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .page_footer .widget_bloginfo .footer-logo {
        max-width: 150px;
        margin: 0 auto 18px;
    }

    .page_footer .widget_bloginfo .description {
        font-size: 13px;
        line-height: 1.6;
        max-width: 320px;
        margin: 0 auto 16px;
    }

    .page_footer .widget_nav_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 16px;
    }

    .page_footer .widget_nav_menu ul li {
        display: inline-block;
    }

    .page_footer .widget_nav_menu ul li a {
        font-size: 14px;
        padding: 6px 0;
    }

    /* Social icons centered */
    .page_footer .widget_bloginfo .social-icons {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    /* Copyright */
    .page_copyright {
        padding: 16px 16px;
        font-size: 12px;
        text-align: center;
    }

    .page_copyright .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page_copyright .row {
        flex-direction: column;
        gap: 10px;
    }

    .page_copyright [class*="col-"] {
        text-align: center;
    }
}

/* --- Footer Tablet (576px - 991px) --- */
@media (min-width: 576px) and (max-width: 991px) {
    .page_footer {
        padding: 40px 0 20px;
    }

    .page_footer .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .page_footer .widget {
        margin-bottom: 28px;
    }

    .page_footer .widget > h3,
    .page_footer .widget .widget-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .page_footer .widget_nav_menu ul li a {
        font-size: 14px;
        padding: 5px 0;
    }

    .page_footer .widget_bloginfo .description {
        font-size: 13px;
    }

    .page_footer .widget_bloginfo .footer-logo {
        max-width: 160px;
    }

    .page_copyright {
        padding: 16px 20px;
        font-size: 13px;
    }
}

/* --- Footer iPad / large tablet landscape (768px - 1024px) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .page_footer .row {
        gap: 0;
    }

    .page_footer .col-md-6 {
        padding-bottom: 12px;
    }
}

/* ==========================================================================
   BOTTOM NAV BAR (.pvip-feed-nav): Responsive improvements
   ========================================================================== */

/* --- Mobile (< 480px): Larger touch targets, brand glow --- */
@media (max-width: 480px) {
    .pvip-feed-nav {
        height: 64px;
        border-top: 1px solid #1a1a1a;
        background: rgba(0, 0, 0, 0.98);
    }

    .pvip-nav-link {
        min-width: 72px;
        gap: 3px;
        font-size: 10px;
        padding: 8px 6px;
    }

    .pvip-nav-link i,
    .pvip-nav-link svg {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }

    .pvip-nav-link.active {
        color: #dc4881;
    }

    /* Active indicator dot */
    .pvip-nav-link.active::after {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #dc4881;
        margin-top: 2px;
    }
}

/* --- Larger phones (481px - 767px) --- */
@media (min-width: 481px) and (max-width: 767px) {
    .pvip-feed-nav {
        height: 64px;
        background: rgba(0, 0, 0, 0.97);
    }

    .pvip-nav-link {
        min-width: 80px;
        gap: 3px;
        font-size: 11px;
    }

    .pvip-nav-link i,
    .pvip-nav-link svg {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }

    .pvip-nav-link.active::after {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #dc4881;
        margin-top: 2px;
    }
}

/* --- iPad / Tablet (768px+): Floating pill nav --- */
@media (min-width: 768px) {
    .pvip-feed-nav {
        height: 56px;
        max-width: 360px;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 28px;
        border: 1px solid #262626;
        background: rgba(10, 10, 10, 0.95);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .pvip-nav-link {
        min-width: 72px;
        font-size: 10px;
        gap: 2px;
    }

    .pvip-nav-link i,
    .pvip-nav-link svg {
        width: 22px;
        height: 22px;
        font-size: 22px;
    }

    .pvip-nav-link.active {
        color: #dc4881;
    }

    .pvip-nav-link.active::after {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #dc4881;
        margin-top: 1px;
    }
}

/* --- iPad Pro / Large tablet (1024px+) --- */
@media (min-width: 1024px) {
    .pvip-feed-nav {
        max-width: 380px;
        bottom: 20px;
        height: 58px;
        border-radius: 30px;
    }

    .pvip-nav-link {
        min-width: 80px;
        font-size: 11px;
    }

    .pvip-nav-link i,
    .pvip-nav-link svg {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
}

/* ==========================================================================
   INHERITED: Model Album Portfolio Styles (from reference beautyagency-child)
   ========================================================================== */

/* Album Grid */
.model-albums-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .model-albums-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .model-albums-grid {
        grid-template-columns: 1fr;
    }
}

/* Album Card */
.model-album-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.model-album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.model-album-card .album-thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
}

.model-album-card .album-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.model-album-card:hover .album-thumbnail img {
    transform: scale(1.05);
}

.model-album-card .album-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 40px 15px 15px;
    color: #fff;
}

.model-album-card .album-info {
    padding: 15px 20px;
}

.model-album-card .album-info h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}

.model-album-card .album-info h3 a {
    color: #333;
    text-decoration: none;
}

.model-album-card .album-info h3 a:hover {
    color: #c5a47e;
}

.model-album-card .album-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.model-album-card .album-meta .age-badge {
    background: #c5a47e;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.model-album-card .album-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.model-album-card .album-tags a {
    background: #f5f5f5;
    color: #666;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 11px;
    text-decoration: none;
    transition: all 0.2s;
}

.model-album-card .album-tags a:hover {
    background: #c5a47e;
    color: #fff;
}

/* Vote Badge */
.model-album-card .vote-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.model-album-card .vote-badge .fa {
    color: #f5c518;
}

/* Photo Count Badge */
.model-album-card .photo-count {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    z-index: 2;
}

/* Social Links */
.model-social-links {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.model-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    font-size: 14px;
    transition: all 0.3s;
    text-decoration: none;
}

.model-social-links a:hover {
    background: #c5a47e;
    color: #fff;
}

/* Vote Button */
.mpa-vote-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border: 2px solid #c5a47e;
    background: transparent;
    color: #c5a47e;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.mpa-vote-btn:hover,
.mpa-vote-btn.voted {
    background: #c5a47e;
    color: #fff;
}

.mpa-vote-btn.voted {
    cursor: default;
}

.mpa-vote-btn .fa {
    font-size: 16px;
}

/* Single Album Page */
.single-model-album .album-header {
    text-align: center;
    margin-bottom: 40px;
}

.single-model-album .album-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.single-model-album .album-header .album-meta-single {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    color: #777;
    flex-wrap: wrap;
}

.single-model-album .album-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.single-model-album .album-gallery .gallery-item {
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3/4;
}

.single-model-album .album-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.single-model-album .album-gallery .gallery-item:hover img {
    transform: scale(1.05);
}

.single-model-album .album-gallery .gallery-item.is-main {
    grid-column: span 2;
    grid-row: span 2;
}

/* Album Form */
.mpa-album-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.mpa-album-form .form-group {
    margin-bottom: 25px;
}

.mpa-album-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

.mpa-album-form label .required {
    color: #e74c3c;
}

.mpa-album-form input[type="text"],
.mpa-album-form input[type="number"],
.mpa-album-form input[type="url"],
.mpa-album-form textarea,
.mpa-album-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
    background: #fafafa;
}

.mpa-album-form input:focus,
.mpa-album-form textarea:focus,
.mpa-album-form select:focus {
    border-color: #c5a47e;
    outline: none;
    background: #fff;
}

.mpa-album-form .form-help {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.mpa-album-form .link-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.mpa-album-form .link-group select {
    width: 200px;
    flex-shrink: 0;
}

.mpa-album-form .link-group input {
    flex: 1;
}

.mpa-album-form .btn-add-link {
    background: none;
    border: 1px dashed #c5a47e;
    color: #c5a47e;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s;
}

.mpa-album-form .btn-add-link:hover {
    background: #c5a47e;
    color: #fff;
}

.mpa-album-form .btn-remove-link {
    background: none;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    flex-shrink: 0;
}

/* Photo Upload Area */
.mpa-photo-upload-area {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
    background: #fafafa;
}

.mpa-photo-upload-area:hover,
.mpa-photo-upload-area.dragover {
    border-color: #c5a47e;
    background: #fdf8f3;
}

.mpa-photo-upload-area .upload-icon {
    font-size: 40px;
    color: #ccc;
    margin-bottom: 10px;
}

.mpa-photo-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.mpa-photo-preview .preview-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
}

.mpa-photo-preview .preview-item.is-main {
    border-color: #c5a47e;
}

.mpa-photo-preview .preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mpa-photo-preview .preview-item .preview-actions {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    gap: 3px;
}

.mpa-photo-preview .preview-item .btn-set-main,
.mpa-photo-preview .preview-item .btn-remove-photo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mpa-photo-preview .preview-item .btn-set-main {
    background: rgba(197, 164, 126, 0.8);
}

.mpa-photo-preview .preview-item .btn-remove-photo {
    background: rgba(231, 76, 60, 0.8);
}

.mpa-photo-preview .preview-item .main-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(197, 164, 126, 0.9);
    color: #fff;
    text-align: center;
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Submit Button */
.mpa-album-form .btn-submit-album {
    display: inline-block;
    padding: 14px 40px;
    background: #c5a47e;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mpa-album-form .btn-submit-album:hover {
    background: #b08d68;
}

.mpa-album-form .btn-submit-album:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Search & Filters Bar */
.mpa-filters-bar {
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.mpa-filters-bar .filter-search {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.mpa-filters-bar .filter-search input {
    width: 100%;
    padding: 10px 15px 10px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
}

.mpa-filters-bar .filter-search input:focus {
    border-color: #c5a47e;
}

.mpa-filters-bar .filter-search .fa {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.mpa-filters-bar .filter-select {
    min-width: 160px;
}

.mpa-filters-bar .filter-select select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    appearance: none;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><path d="M0 0l6 6 6-6z" fill="%23999"/></svg>') no-repeat right 15px center;
    cursor: pointer;
}

.mpa-filters-bar .filter-select select:focus {
    border-color: #c5a47e;
}

/* Category Tags Filter */
.mpa-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
    justify-content: center;
}

.mpa-category-filter a {
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s;
}

.mpa-category-filter a:hover,
.mpa-category-filter a.active {
    background: #c5a47e;
    border-color: #c5a47e;
    color: #fff;
}

/* Pagination */
.mpa-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 40px;
}

.mpa-pagination a,
.mpa-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.mpa-pagination a:hover,
.mpa-pagination span.current {
    background: #c5a47e;
    border-color: #c5a47e;
    color: #fff;
}

/* Messages */
.mpa-message {
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.mpa-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.mpa-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.mpa-message.info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Comments Section */
.mpa-comments-section {
    margin-top: 40px;
}

.mpa-comments-section .comment-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-height: 100px;
    font-size: 14px;
    resize: vertical;
}

.mpa-comment-item {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.mpa-comment-item .comment-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.mpa-comment-item .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mpa-comment-item .comment-content {
    flex: 1;
}

.mpa-comment-item .comment-author {
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}

.mpa-comment-item .comment-date {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 8px;
}

.mpa-comment-item .comment-text {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

/* My Albums Dashboard */
.mpa-my-albums {
    margin-top: 20px;
}

.mpa-my-albums table {
    width: 100%;
    border-collapse: collapse;
}

.mpa-my-albums table th,
.mpa-my-albums table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.mpa-my-albums table th {
    background: #f8f8f8;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
}

.mpa-my-albums table td img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.mpa-my-albums .album-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.mpa-my-albums .album-status.status-publish {
    background: #d4edda;
    color: #155724;
}

.mpa-my-albums .album-status.status-pending {
    background: #fff3cd;
    color: #856404;
}

.mpa-my-albums .album-status.status-draft {
    background: #e2e3e5;
    color: #383d41;
}

.mpa-my-albums .album-actions a {
    margin-right: 10px;
    font-size: 13px;
    color: #c5a47e;
    text-decoration: none;
}

.mpa-my-albums .album-actions a:hover {
    text-decoration: underline;
}

.mpa-my-albums .album-actions a.delete {
    color: #e74c3c;
}

/* Login required message */
.mpa-login-required {
    text-align: center;
    padding: 60px 20px;
}

.mpa-login-required .fa {
    font-size: 50px;
    color: #ddd;
    margin-bottom: 20px;
}

.mpa-login-required h3 {
    margin-bottom: 10px;
    color: #333;
}

.mpa-login-required p {
    color: #888;
    margin-bottom: 20px;
}

.mpa-login-required .btn-login {
    display: inline-block;
    padding: 12px 30px;
    background: #c5a47e;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.mpa-login-required .btn-login:hover {
    background: #b08d68;
}

/* Loading spinner */
.mpa-loading {
    text-align: center;
    padding: 40px;
}

.mpa-loading .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f0f0f0;
    border-top: 3px solid #c5a47e;
    border-radius: 50%;
    animation: mpa-spin 0.8s linear infinite;
    margin: 0 auto 15px;
}

@keyframes mpa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
