.retraide-request-view-container {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1e293b;
    margin: 0px auto;
    max-width: 1200px;
    padding: 20px 15px;
}

.rrv-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 20px;
    flex-wrap: wrap;
}
.site-content:has(.retraide-request-view-container) {
    padding-top: 0;
}
.rrv-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.rlv-breadcrumb .breadcrumb-container {
    padding-top: 0 !important;
    padding-bottom: 10px;
}

.rrv-badge-pro {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.rrv-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 15px;
}

.rrv-location-icon {
    font-size: 16px;
}

.rrv-price-display {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 8px 20px;
    border-radius: 9999px;
    box-shadow: 0 2px 8px rgba(22, 101, 52, 0.02);
}

.rrv-price-label {
    font-size: 14px;
    color: #166534;
    font-weight: 600;
}

.rrv-price-amount {
    font-size: 26px;
    font-weight: 800;
    color: #166534;
    line-height: 1;
}

.rrv-price-period {
    font-size: 14px;
    color: #166534;
    font-weight: 600;
    opacity: 0.8;
}

.rrv-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

/* Main Column */
.rrv-main-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Avatar Header Section */
.rrv-avatar-section {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.rrv-avatar-wrapper-large {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 3px solid #eff6ff;
}

.rrv-user-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rrv-avatar-meta h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.rrv-user-joined {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Sections */
.rrv-section {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.rrv-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.rrv-text-content {
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
}

.rrv-text-content p {
    margin-bottom: 15px;
}

.rrv-text-content p:last-child {
    margin-bottom: 0;
}

/* Share section */
.rrv-share-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rrv-share-title {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    margin: 0;
}

.rrv-share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.rrv-share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.rrv-share-btn.facebook { background-color: #1877f2; }
.rrv-share-btn.facebook:hover { background-color: #166fe5; transform: translateY(-1px); }

.rrv-share-btn.twitter { background-color: #1da1f2; }
.rrv-share-btn.twitter:hover { background-color: #1a91da; transform: translateY(-1px); }

.rrv-share-btn.whatsapp { background-color: #25d366; }
.rrv-share-btn.whatsapp:hover { background-color: #20ba5a; transform: translateY(-1px); }

.rrv-share-btn.email { background-color: #64748b; }
.rrv-share-btn.email:hover { background-color: #475569; transform: translateY(-1px); }

.rrv-share-icon {
    font-size: 15px;
}

/* Search other widget */
.rrv-search-other-widget {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.rrs-widget-content h4 {
    color: #166534;
    font-weight: 700;
    margin: 0 0 8px 0;
    font-size: 18px;
}

.rrs-widget-content p {
    color: #15803d;
    font-size: 14px;
    margin: 0 0 16px 0;
}

/* Sidebar Column */
.rrv-sidebar-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.rrv-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.rrv-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

/* Criteria List */
.rrv-criteria-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rrv-criteria-list li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rrv-criteria-icon {
    font-size: 20px;
    background: #f8fafc;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f5f9;
}

.rrv-criteria-info {
    display: flex;
    flex-direction: column;
}

.rrv-criteria-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.rrv-criteria-value {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

/* Action button card */
.rrv-action-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.rrv-action-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rrv-action-note {
    font-size: 12px;
    color: #64748b;
    text-align: center;
    margin: 0;
}

.rrv-own-request-message {
    font-size: 13px;
    color: #475569;
    text-align: center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
}

/* Buttons */
.rrv-btn-primary {
    background: linear-gradient(135deg, #166534, #15803d);
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(22, 101, 52, 0.15);
    text-decoration: none !important;
}

.rrv-btn-primary:hover {
    background: linear-gradient(135deg, #15803d, #16a34a);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(22, 101, 52, 0.25);
}

.rrv-btn-primary:active {
    transform: translateY(0);
}

.rrv-btn-primary.full-width {
    width: 100%;
}

.rrv-btn-secondary {
    background: #ffffff;
    color: #166534 !important;
    border: 1.5px solid #bbf7d0;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.rrv-btn-secondary:hover {
    background: #f0fdf4;
    border-color: #16a34a;
    transform: translateY(-1px);
}

/* Helper classes for visibility */
.rrv-mobile-only {
    display: none !important;
}

.rrv-desktop-only {
    display: block !important;
}

/* Responsive */
@media (max-width: 991px) {
    .rrv-mobile-only {
        display: block !important;
    }
    
    .rrv-desktop-only {
        display: none !important;
    }

    .rrv-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .rrv-sidebar-col {
        order: 2;
    }
    
    .rrv-main-col {
        order: 1;
    }
}

@media (max-width: 640px) {
    .rrv-header {
        flex-direction: column;
        align-items: stretch;
    }
    
    .rrv-price-display {
        text-align: left;
        align-self: flex-start;
    }
    
    .rrv-title {
        font-size: 22px;
    }

    .rrv-avatar-section {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* ==========================================================================
   PREMIUM COMPATIBILITY PROFILE STYLES
   ========================================================================== */

/* Locked Card Style */
.rrv-compat-profile-locked-section {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border: 1.5px dashed #c084fc;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(168, 85, 247, 0.08), 0 8px 10px -6px rgba(168, 85, 247, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rrv-compat-profile-locked-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -5px rgba(168, 85, 247, 0.12), 0 10px 12px -6px rgba(168, 85, 247, 0.06);
}

.rrv-compat-lock-icon-wrapper {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #c084fc, #a855f7);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3);
    animation: rrv-lock-glow 3s infinite ease-in-out;
}

@keyframes rrv-lock-glow {
    0%, 100% { box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3); transform: scale(1); }
    50% { box-shadow: 0 8px 28px rgba(168, 85, 247, 0.5); transform: scale(1.05); }
}

.rrv-compat-profile-locked-section h3 {
    margin: 0 0 8px 0;
    color: #4a044e;
    font-size: 19px;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
}

.rrv-compat-profile-locked-section p {
    margin: 0 0 24px 0;
    font-size: 14.5px;
    color: #6b21a8;
    line-height: 1.6;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.rrv-compat-btn-unlock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    padding: 12px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #a855f7, #7e22ce);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(168, 85, 247, 0.25);
    border: none;
    cursor: pointer;
}

.rrv-compat-btn-unlock:hover {
    background: linear-gradient(135deg, #b55fe6, #8b25e2);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.4);
}

.rrv-compat-btn-unlock:active {
    transform: translateY(0);
}

/* Full Premium Profile Section */
.rrv-compat-profile-section {
    position: relative;
    border-left: 5px solid #a855f7 !important; /* Left border accent */
}

.rrv-compat-rhythm-badge-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    background: #f8fafc;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.rrv-compat-rhythm-label {
    font-weight: 700;
    color: #334155;
    font-size: 15px;
}

.rrv-compat-rhythm-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13.5px;
    border: 1px solid transparent;
}

/* Rhythm specific styling */
.rrv-compat-rhythm-badge.matin {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    color: #d97706;
    border-color: #fde68a;
}
.rrv-compat-rhythm-badge.equilibre {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    color: #15803d;
    border-color: #bbf7d0;
}
.rrv-compat-rhythm-badge.soir {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    color: #4f46e5;
    border-color: #c7d2fe;
}

/* Category Grid & Blocks */
.rrv-compat-categories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 640px) {
    .rrv-compat-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rrv-compat-category-block {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.01);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-left-width: 4px !important; /* Will get specific colors inline or via classes */
}

.rrv-compat-category-block:hover {
    transform: translateX(3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.rrv-compat-category-block.cat-sharing { border-left-color: #8b5cf6 !important; }
.rrv-compat-category-block.cat-habits { border-left-color: #3b82f6 !important; }
.rrv-compat-category-block.cat-cleaning { border-left-color: #10b981 !important; }
.rrv-compat-category-block.cat-autonomy { border-left-color: #f59e0b !important; }
.rrv-compat-category-block.cat-meals { border-left-color: #ec4899 !important; }
.rrv-compat-category-block.cat-visits { border-left-color: #14b8a6 !important; }
.rrv-compat-category-block.cat-activities { border-left-color: #f43f5e !important; }

.rrv-compat-category-block h4 {
    margin: 0 0 14px 0;
    font-size: 13.5px;
    color: #475569;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.rrv-compat-badges-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rrv-compat-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.01);
}

.rrv-compat-badge:hover {
    background: #ffffff;
    color: #0f172a;
    border-color: #cbd5e1;
    transform: scale(1.02);
    box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}
