.single-specialty .main-page-wrapper {
    background-color: #F5F7FA;
}

.cb-specialty-profile-page {
    min-height: 100vh;
    padding: 40px 0;
    direction: rtl;
}

.cb-specialty-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 30px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cb-specialty-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cb-specialty-info {
    flex: 1;
}

.cb-specialty-badge {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.cb-specialty-name {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}

.cb-specialty-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cb-specialty-image {
    flex-shrink: 0;
}

.cb-specialty-avatar {
    width: 180px;
    height: 180px;
    border-radius: 16px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cb-specialty-avatar-placeholder {
    width: 180px;
    height: 180px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.85);
}

.cb-specialty-content-wrapper {
    display: block;
}

.cb-specialty-main-content {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cb-specialty-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
}

.cb-specialty-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cb-specialty-description {
    white-space: normal;
}

.cb-specialty-description p {
    margin: 0 0 1rem;
}

.cb-specialty-description p:last-child {
    margin-bottom: 0;
}

.cb-specialty-description img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.cb-specialty-doctors-section .cb-doctors-list {
    max-width: none;
    margin: 0;
}

.cb-specialty-empty-doctors {
    text-align: center;
    padding: 2rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.cb-specialty-empty-doctors p {
    margin: 0;
    color: #6b7280;
}

@media (max-width: 768px) {
    .cb-specialty-header {
        padding: 25px;
    }

    .cb-specialty-header-content {
        flex-direction: column;
        text-align: center;
    }

    .cb-specialty-name {
        font-size: 24px;
    }

    .cb-specialty-avatar,
    .cb-specialty-avatar-placeholder {
        width: 140px;
        height: 140px;
    }

    .cb-specialty-main-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .cb-specialty-profile-page {
        padding: 20px 0;
    }

    .cb-specialty-header {
        padding: 20px;
        border-radius: 12px;
    }

    .cb-specialty-name {
        font-size: 20px;
    }

    .cb-specialty-main-content {
        padding: 15px;
    }
}
