/* =========================================
   GPT REVIEWS PLUGIN STYLES - ULTRA COMPACT
   Replace entire gpt-reviews.css with this
   ========================================= */

/* GPT Comprehensive Review Card */
.gpt-comprehensive-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin: 1.5rem 0;
    overflow: hidden;
}

/* Section Description Style - NEW */
.section-description {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 0.75rem 0;
    font-style: italic;
}

/* Card Header */
.card-header {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 1.25rem;
    position: relative;
}

.featured-badge {
    background: #10b981;
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.header-three-column {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    align-items: center;
}

.header-logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: white;
    padding: 0.375rem;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.header-title-rating {
    min-width: 0;
}

.platform-title {
    font-size: 1.5rem;
    color: #034063;
    margin: 0 0 0.375rem 0;
    font-weight: 700;
}

.signup-bonus {
    font-size: 0.938rem;
    color: #64748b;
    margin: 0 0 0.5rem 0;
}

.rating-display {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.star {
    color: #fbbf24;
    font-size: 1.125rem;
}

.rating-text {
    font-size: 0.938rem;
    font-weight: 600;
    color: #1a1a1a;
}

.trustpilot-note {
    font-size: 0.813rem;
    color: #64748b;
}

.header-signup {
    text-align: center;
}

.header-signup-btn {
    display: inline-block;
    background: #1F6A95;
    color: white !important;
    padding: 0.875rem 1.75rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.938rem;
}

.header-signup-btn:hover {
    background: #034063;
    color: white !important;
    text-decoration: none;
}

/* Card Content */
.card-content {
    padding: 1.25rem;
}

.card-content > div {
    margin-bottom: 1.25rem;
}

.card-content > div:last-child {
    margin-bottom: 0;
}

.card-content h4 {
    font-size: 1.125rem;
    color: #034063;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.375rem;
}

/* User Rating Section */
.user-rating-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
    margin: 0 0 1.25rem 0;
}

.user-rating-section h4 {
    margin: 0 0 0.375rem 0;
    font-size: 0.938rem;
    font-weight: 600;
    color: #034063;
}

.rating-subtitle {
    margin: 0 0 0.75rem 0;
    color: #64748b;
    font-size: 0.813rem;
}

.rating-buttons {
    display: flex;
    gap: 0.625rem;
    margin-bottom: 0.75rem;
}

.rating-btn-static,
.rating-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.875rem;
    background: #1F6A95;
    color: white !important;
    border: 1px solid #1F6A95;
    border-radius: 4px;
    font-size: 0.813rem;
    font-weight: 600;
    text-decoration: none;
    flex: 1;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.rating-btn {
    cursor: pointer;
}

.rating-btn:hover:not(:disabled) {
    background: #034063;
    border-color: #034063;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.rating-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.rating-icon {
    display: none;
}

.rating-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
    width: 100%;
}

.rating-label {
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.2;
    color: white !important;
}

.rating-count {
    font-size: 0.7rem;
    font-weight: 400;
    color: white !important;
    opacity: 0.9;
}

.rating-stats {
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
    padding-top: 0.625rem;
    border-top: 1px solid #e2e8f0;
}

.total-votes {
    font-weight: 500;
}

/* Ways to Earn Section */
.ways-to-earn-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
}

.earning-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.earning-category {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: white;
    padding: 0.75rem;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.category-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.category-name {
    font-weight: 500;
    color: #1a1a1a;
    flex: 1;
    font-size: 0.875rem;
}

.category-status {
    color: #10b981;
    font-weight: 600;
    font-size: 0.813rem;
}

/* Payment Methods */
.rewards-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.payment-icon {
    position: relative;
    width: 32px;
    height: 32px;
}

.payment-icon img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.payment-icon:hover img {
    transform: scale(1.1);
}

.payment-text {
    background: #1F6A95;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Platform Details */
.platform-details {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
}

/* Platform Access - Compact Card Style */
.platform-access-featured {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px solid #bae6fd;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.platform-access-featured h5 {
    font-size: 1rem;
    color: #034063;
    margin: 0 0 0.375rem 0;
    font-weight: 700;
    text-align: center;
}

.access-options-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.access-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.access-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.access-card.primary {
    border-color: #3b82f6;
    background: linear-gradient(to bottom, #dbeafe 0%, white 30%);
}

.access-header {
    padding: 0.75rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.access-card.primary .access-header {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.access-header i {
    font-size: 1.25rem;
}

.access-card.primary .access-header i {
    color: white;
}

.access-header i.fa-desktop {
    color: #3b82f6;
}

.access-header i.fa-android {
    color: #3ddc84;
}

.access-header i.fa-apple {
    color: #000000;
}

.access-header h6 {
    margin: 0;
    font-size: 0.938rem;
    font-weight: 700;
    color: #1a1a1a;
}

.access-card.primary .access-header h6 {
    color: white;
}

.access-body {
    padding: 0.75rem;
}

.access-body p {
    margin: 0.375rem 0 0 0;
    font-size: 0.813rem;
    line-height: 1.5;
    color: #64748b;
}

.status {
    display: inline-block;
    padding: 0.3rem 0.625rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

.status.available {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}

.status.unavailable {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

.status.partial {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
}

.access-summary {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.75rem;
    background: white;
    border-radius: 6px;
    border: 2px solid #86efac;
    font-size: 0.813rem;
    line-height: 1.5;
}

.access-summary i {
    color: #16a34a;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.access-summary strong {
    color: #166534;
}

/* Details Grid */
.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem;
    background: white;
    border-radius: 4px;
}

.detail-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 0.813rem;
}

.detail-icon.check {
    background: #d1fae5;
    color: #059669;
}

.detail-icon.cross {
    background: #fee2e2;
    color: #dc2626;
}

.detail-icon.info {
    background: #dbeafe;
    color: #1F6A95;
}

.detail-item span {
    font-size: 0.875rem;
    color: #1a1a1a;
}

/* Providers Section - COMPACT WITH BADGES */
.providers-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
}

.provider-group {
    margin-bottom: 1rem;
}

.provider-group:last-child {
    margin-bottom: 0;
}

.provider-group h5 {
    font-size: 0.938rem;
    color: #1a1a1a;
    margin: 0 0 0.625rem 0;
    font-weight: 600;
}

.provider-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    overflow: visible;
    padding: 4px 0 35px 0;
}

.provider-badge {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.provider-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: #007cba;
}

.provider-badge img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    border-radius: 6px;
}

.provider-badge::after,
.payment-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 1000;
}

.provider-badge:hover::after,
.payment-icon:hover::after {
    opacity: 1;
}

.provider-text {
    font-size: 10px;
    font-weight: 600;
    color: white;
    background: #007cba;
    text-align: center;
    line-height: 1.2;
    padding: 3px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Pros and Cons */
.gpt-review-pros-cons {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
}

.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.pros-section,
.cons-section {
    background: white;
    padding: 1rem;
    border-radius: 4px;
}

.pros-title {
    color: #059669;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
}

.cons-title {
    color: #dc2626;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
}

.pros-list,
.cons-list {
    margin: 0;
    padding-left: 1.25rem;
    list-style: disc;
}

.pros-list li,
.cons-list li {
    margin-bottom: 0.375rem;
    color: #3a3a3a;
    line-height: 1.6;
    font-size: 0.875rem;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.visit-website-btn {
    display: inline-block;
    background: #1F6A95;
    color: white !important;
    padding: 0.875rem 1.75rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.938rem;
}

.visit-website-btn:hover {
    background: #034063;
    color: white !important;
    text-decoration: none;
}

.referral-code {
    margin-top: 0.75rem;
    font-size: 0.813rem;
    color: #64748b;
}

.referral-code code {
    background: #f8fafc;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    color: #1F6A95;
    font-weight: 600;
}

/* =========================================
   MOBILE RESPONSIVE - ULTRA COMPACT
   ========================================= */

@media (max-width: 768px) {
    .gpt-comprehensive-card {
        margin: 12px 0;
        max-width: 100%;
        overflow: hidden;
    }
    
    .card-header {
        padding: 12px !important;
    }
    
    .header-three-column {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        text-align: center !important;
    }
    
    .header-logo {
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto 8px auto !important;
    }
    
    .header-logo img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .header-title-rating {
        text-align: center !important;
    }
    
    .platform-title {
        font-size: 1.25rem !important;
    }
    
    .signup-bonus {
        font-size: 0.875rem !important;
    }
    
    .rating-display {
        justify-content: center !important;
    }
    
    .header-signup {
        margin-top: 8px !important;
    }
    
    .card-content {
        padding: 12px !important;
        max-width: 100%;
        overflow-wrap: break-word;
    }
    
    .card-content > div {
        margin-bottom: 12px !important;
    }
    
    .featured-badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
    }
    
    .user-rating-section,
    .ways-to-earn-section,
    .rewards-section,
    .platform-details,
    .platform-access-featured,
    .providers-section,
    .gpt-review-pros-cons {
        padding: 12px !important;
        margin-bottom: 12px !important;
    }
    
    .section-description {
        font-size: 0.813rem !important;
        margin-bottom: 0.625rem !important;
    }
    
    .rating-buttons {
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    .rating-btn,
    .rating-btn-static {
        width: 100% !important;
        padding: 10px 14px !important;
        min-width: unset !important;
    }
    
    .earning-categories {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    
    .earning-category {
        padding: 8px !important;
    }
    
    .access-options-v2 {
        grid-template-columns: 1fr !important;
    }
    
    .access-card {
        margin-bottom: 8px !important;
    }
    
    .access-header {
        padding: 10px !important;
    }
    
    .access-body {
        padding: 10px !important;
    }
    
    .access-summary {
        padding: 10px !important;
        font-size: 0.813rem !important;
    }
    
    .details-grid {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }
    
    .detail-item {
        padding: 8px !important;
    }
    
    .provider-badge {
        width: 36px !important;
        height: 36px !important;
    }
    
    .provider-badge img {
        width: 36px !important;
        height: 36px !important;
    }
    
    .provider-text {
        width: 36px !important;
        height: 36px !important;
        font-size: 8px !important;
    }
    
    .provider-badges {
        padding: 8px 0 30px 0 !important;
        gap: 6px !important;
    }
    
    .pros-cons-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    
    .pros-section,
    .cons-section {
        padding: 12px !important;
    }
    
    .cta-section {
        padding-top: 12px !important;
    }
    
    .header-signup-btn,
    .visit-website-btn {
        width: 100% !important;
        padding: 12px 18px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 544px) {
    .gpt-comprehensive-card {
        margin: 10px 0;
    }
    
    .card-header {
        padding: 10px !important;
    }
    
    .platform-title {
        font-size: 1.125rem !important;
    }
    
    .card-content {
        padding: 10px !important;
    }
    
    .card-content > div {
        margin-bottom: 10px !important;
    }
    
    .user-rating-section,
    .ways-to-earn-section,
    .rewards-section,
    .platform-details,
    .platform-access-featured,
    .providers-section,
    .gpt-review-pros-cons {
        padding: 10px !important;
    }
    
    .earning-category {
        padding: 6px !important;
    }
    
    .pros-section,
    .cons-section {
        padding: 10px !important;
    }
    
    .header-signup-btn,
    .visit-website-btn {
        padding: 10px 16px !important;
        font-size: 14px !important;
    }
    
    .provider-badge {
        width: 32px !important;
        height: 32px !important;
    }
    
    .provider-badge img {
        width: 32px !important;
        height: 32px !important;
    }
    
    .provider-text {
        width: 32px !important;
        height: 32px !important;
        font-size: 7px !important;
    }
}

@media (max-width: 375px) {
    .gpt-comprehensive-card {
        margin: 8px 0;
    }
    
    .card-header,
    .card-content,
    .user-rating-section,
    .ways-to-earn-section,
    .rewards-section,
    .platform-details,
    .platform-access-featured,
    .providers-section,
    .gpt-review-pros-cons,
    .pros-section,
    .cons-section {
        padding: 8px !important;
    }
}

/* Best For Section in Review Card */
.best-for-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}
.best-for-section h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #2c5282;
}
.best-for-section .section-description {
    margin-bottom: 15px;
    color: #64748b;
    font-size: 0.95rem;
}
.best-for-badges-card {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.best-for-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    background: #6B5B95;
}