.eks-atandigim-container {
    width: 90%;
    max-width: 78.2rem;
    margin: 2rem auto;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.eks-atandigim-title {
    font-size: 2.2rem;
    color: #007782;
    margin-bottom: 0.5rem;
    text-align: center;
}

.eks-atandigim-desc {
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
}

.eks-atandigim-empty {
    text-align: center;
    color: #888;
}

.eks-atandigim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.eks-card {
    background-color: #f9fcfd;
    border: 1px solid #d1e7ea;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eks-card-header h3 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    color: #007782;
}

.eks-card-body p {
    margin: 0.3rem 0;
}

.eks-user-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.eks-user-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #007782;
}

.eks-map-link {
    display: inline-block;
    margin: 0.25rem 0 0.75rem;
    font-size: 0.95rem;
    color: #007782;
    text-decoration: underline;
}

.eks-card-footer {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 0.75rem;
    width: 90%;
    max-width: 400px;
}

.modal-content h3 {
    margin-top: 0;
    color: #007782;
}

.modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.eks-uyari {
    color: #b30000;
    background-color: #ffe6e6;
    border: 1px solid #ff9999;
    padding: 8px;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 500;
}
