/*
 Theme Name:   Sweet Date Child
 Template:     sweetdate
 Version:      1.0
 Description:  My custom child theme for Sweet Date escort directory.
 Author:       Your Name
*/


.escort-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.escort-card {
    flex: 1 1 calc(33.333% - 20px);
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

.escort-avatar {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.escort-name {
    font-size: 1.2em;
    margin: 10px 0 5px;
}

.escort-phone a {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
}

.escort-location {
    color: #777;
    font-size: 0.95em;
}
.escort-upload-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.escort-upload-section .button {
    background: #d42986;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}
