/* Single Dietitian Profile Page */

.doa-single-dietitian {
    background: white;
    width: 100%;
    max-width: 100%;
}

/* Override GeneratePress */
.single-dietitians {
    max-width: 100% !important;
}

.single-dietitians .site-content,
.single-dietitians .content-area,
.single-dietitians .inside-article {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Container */
.doa-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Hero Section */
.dietitian-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    color: white;
    position: relative;
}

.btn-back-hero {
    position: absolute;
    top: 20px;
    left: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    z-index: 10;
}

.btn-back-hero:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(-4px);
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-back-hero i {
    font-size: 13px;
}

.hero-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    align-items: start;
}

.hero-left {
    position: relative;
}

.dietitian-photo-large {
    width: 300px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}

.dietitian-photo-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-placeholder-large {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 120px;
}

.photo-placeholder-large .initials {
    font-size: 96px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.featured-badge-large {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.hero-right h1 {
    margin: 0 0 12px;
    font-size: 36px;
    color: white;
    font-weight: 600;
}

.credentials-large {
    font-size: 20px;
    color: white;
    opacity: 0.95;
    margin: 0 0 20px;
    font-weight: 600;
}

.practice-name-large {
    font-size: 18px;
    color: white;
    opacity: 0.9;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-large {
    font-size: 18px;
    color: white;
    opacity: 0.9;
    margin: 0 0 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.location-large i {
    margin-top: 2px;
}

.address-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.5;
}

.service-badges {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.service-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.lgbtq-badge-profile {
    background: linear-gradient(135deg, #FF69B4 0%, #FF1493 100%);
    border-color: rgba(255, 105, 180, 0.5);
}

.specialties-large {
    margin-bottom: 32px;
}

.specialties-large strong {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    color: white;
}

.specialty-tag-large {
    display: inline-block;
    background: white;
    color: #667eea;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
}

.contact-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-contact {
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-email {
    background: white;
    color: #667eea;
    border: 2px solid white;
}

.btn-email:hover {
    background: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.btn-phone {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-phone:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
}

.btn-website {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-website:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
}

/* About Section */
.dietitian-about {
    padding: 60px 0;
    background: #f8f9fa;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.about-text p {
    margin-bottom: 16px;
}

/* Details Section */
.dietitian-details {
    padding: 60px 0;
    background: white;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.detail-card {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.detail-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-card h3 i {
    color: #3a9d82;
    font-size: 22px;
}

.detail-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-card li {
    padding: 8px 0;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.detail-card li:last-child {
    border-bottom: none;
}

.detail-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 12px;
}

.telehealth-note {
    color: #3a9d82;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #e6f7f1 0%, #d4f1e8 100%);
    border-radius: 8px;
    border-left: 3px solid #3a9d82;
    font-size: 14px;
}

.telehealth-note i {
    font-size: 16px;
    color: #3a9d82;
}

.verified-note {
    color: #3a9d82;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.verified-note i {
    color: #3a9d82;
    font-size: 18px;
}

/* Back to Search */
.back-to-search {
    padding: 40px 0 60px;
    background: white;
    text-align: center;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-back:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 250px 1fr;
        gap: 40px;
    }

    .dietitian-photo-large {
        width: 250px;
        height: 250px;
    }

    .hero-right h1 {
        font-size: 32px;
    }

    .details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .doa-container {
        padding: 0 20px;
    }

    .dietitian-hero {
        padding: 40px 0;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .dietitian-photo-large {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .photo-placeholder-large {
        font-size: 80px;
    }

    .hero-right h1 {
        font-size: 28px;
    }

    .credentials-large {
        font-size: 18px;
    }

    .practice-name-large,
    .location-large {
        justify-content: center;
    }

    .service-badges {
        justify-content: center;
    }

    .contact-buttons {
        justify-content: center;
    }

    .dietitian-about,
    .dietitian-details {
        padding: 40px 0;
    }

    .details-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .detail-card {
        padding: 24px;
    }
}
