/* ===== BREEDER PROFILE STYLES ===== */

.breeder-profile-container {
    padding: 0 0 50px 0;
    background: #f8f9fa;
    min-height: 100vh;
}

/* Breeder Info Card in Sidebar */
.breeder-avatar-sidebar {
    margin: 0 auto 1rem;
}

.breeder-avatar-sidebar .avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e5e7eb;
    display: block;
    margin: 0 auto;
}

.breeder-avatar-sidebar .avatar-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 3px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    margin: 0 auto;
}

.breeder-name-sidebar {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0.5rem 0;
    color: #1F2937;
}

.location-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-top: 1px solid #e5e7eb;
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
    margin: 0 0 0.5rem 0;
    padding-top: var(--spacing);
}

.activity-status-sidebar {
    font-size: 12px;
    color: #6B7280;
    margin: 0 0 0.75rem 0;
}

.activity-status-sidebar.online {
    color: #059669;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10B981;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.member-duration {
    font-size: 12px;
    color: #6B7280;
    margin-bottom: 0.75rem;
}

.member-duration strong {
    color: #374151;
    font-weight: 600;
}

/* Verification Badges in Sidebar */
.verification-badges-sidebar {
    padding: var(--spacing) 0;
    border-top: 1px solid #e5e7eb;
}

.verification-badges-sidebar strong {
    display: block;
    font-size: 12px;
    color: #374151;
    margin-bottom: 0.5rem;
}

.verification-icons-sidebar {
    display: flex;
    gap: 0.5rem;
}

.verify-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d1fae5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #059669;
}

/* Sidebar Actions */
.sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: var(--spacing);
    border-top: 1px solid #e5e7eb;
}

.btn-message-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #0A5B35;
    color: white;
    border: 2px solid #0A5B35;
    border-radius: var(--radius);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    width: 100%;
}

.btn-message-sidebar:hover {
    background: #0d7345;
    border-color: #0d7345;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(10, 91, 53, 0.2);
}

.sidebar-action-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.sidebar-action-links .btn {
    width: 100%;
}

.sidebar-action-links .btn.report-action-link {
    background: #dc2626;
}

.sidebar-action-links .btn.report-action-link:hover {
    color: #fff !important;
    color: #b91c1c;
}

/* Breeder Layout - Top Section (Sidebar + About) */
.breeder-layout-top {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: var(--spacing);
    align-items: stretch;
}

/* Sidebar */
.breeder-sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    position: sticky;
    top: 90px;
}

.breeder-sidebar .sidebar-card.card {
    margin: 0px;
    height: 100%;
}

/* About Section */
.breeder-about {
    display: flex;
    flex-direction: column;
}

.breeder-about .breeder-section.card {
    margin: 0px;
}

/* Listings Section - Full Width */
.breeder-listings-section {
    width: 100%;
    padding: 70px 0px;
}

.sidebar-title {
    font-size: 15px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 1rem 0;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 var(--spacing) 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.about-content {
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.about-content p {
    margin: 0;
}

.info-notice {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    padding: 1rem;
    background: #f3f4f6;
    border-radius: var(--radius);
    border-left: 3px solid #9ca3af;
}

.info-notice svg {
    flex-shrink: 0;
    color: #6b7280;
    margin-top: 2px;
}

.info-notice p {
    margin: 0;
    font-size: 14px;
}

.text-muted {
    color: #6B7280;
}

.add-info-link {
    color: #0A5B35;
    text-decoration: underline;
    font-weight: 500;
}

.add-info-link:hover {
    color: #0d7345;
}

/* Breeder Details Grid */
.breeder-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.detail-item {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: var(--radius);
    border: 1px solid #e5e7eb;
}

.detail-item svg {
    flex-shrink: 0;
    color: #0A5B35;
    margin-top: 2px;
}

.detail-content {
    flex: 1;
}

.detail-content strong {
    display: block;
    font-size: 13px;
    color: #374151;
    margin-bottom: 0.25rem;
}

.detail-content p {
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
    margin: 0;
}

.detail-content a {
    color: #0A5B35;
    text-decoration: none;
}

.detail-content a:hover {
    text-decoration: underline;
}

.verified-breeder-item {
    background: linear-gradient(to bottom, rgba(212, 175, 55, 0.05), #f9fafb);
    border-color: #D4AF37;
}

.verified-breeder-item svg {
    color: #D4AF37;
}

/* Missing Info Notice */
.missing-info-notice {
    margin-top: var(--spacing);
    padding: var(--spacing);
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #f59e0b;
    border-radius: var(--radius);
}

.notice-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.notice-header svg {
    color: #d97706;
    flex-shrink: 0;
}

.notice-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #92400e;
}

.missing-info-notice p {
    margin: 0 0 0.75rem 0;
    font-size: 14px;
    color: #92400e;
}

.missing-info-list {
    margin: 0 0 1rem 0;
    padding-left: 1.5rem;
    list-style: disc;
}

.missing-info-list li {
    font-size: 14px;
    color: #92400e;
    margin: 0.25rem 0;
}

/* Featured Grid - Using Featured Cards */
.featured-grid {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
}

/* No Listings */
.no-listings {
    text-align: center;
    padding: 4rem 2rem;
    color: #6B7280;
}

.no-listings svg {
    margin: 0 auto 1.5rem;
    color: #9CA3AF;
}

.no-listings h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 0.5rem 0;
}

.no-listings p {
    font-size: 14px;
    margin: 0;
}

/* Pagination */
.pagination-wrapper {
    margin: 3rem auto 0;
    text-align: center;
}

.pagination-info {
    margin-bottom: 1.5rem;
    color: #64748b;
    font-size: 0.875rem;
}

nav[role="navigation"] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

nav[role="navigation"] a,
nav[role="navigation"] span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    background: var(--color-white);
    color: #374151;
    gap: 0.375rem;
}

nav[role="navigation"] a:hover {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

nav[role="navigation"] span[aria-current="page"] {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

nav[role="navigation"] span[aria-disabled="true"] {
    background: #f8fafc;
    color: #cbd5e1;
    cursor: not-allowed;
}

nav[role="navigation"] svg {
    width: 16px;
    height: 16px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .breeder-layout-top {
        grid-template-columns: 1fr;
    }

    .breeder-sidebar {
        position: static;
        order: 2;
    }

    .breeder-about {
        order: 1;
    }
}

@media (max-width: 767.98px) {
    .breeder-profile-container {
        padding: 25px 0;
    }

    .breeder-avatar-sidebar .avatar-img,
    .breeder-avatar-sidebar .avatar-placeholder {
        width: 80px;
        height: 80px;
    }

    .breeder-name-sidebar {
        font-size: 16px;
    }

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .breeder-details-grid {
        grid-template-columns: 1fr;
    }

    .pagination-wrapper {
        margin-top: 1.5rem;
    }

    nav[role="navigation"] a,
    nav[role="navigation"] span {
        min-width: 36px;
        height: 36px;
        font-size: 0.8125rem;
        padding: 0 0.625rem;
    }

    nav[role="navigation"] svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 479.98px) {
    .breeder-section {
        padding: var(--spacing);
    }

    .sidebar-card {
        padding: calc(var(--spacing) * 0.75);
    }

    .breeder-actions {
        flex-direction: column;
    }
}

