/* 
Theme Name: WP PG Nannies
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom theme for Play and Go Nannies
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: wp-pg-nannies
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.um-nanny-list {
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0;
}

.um-nanny-card {
    width: calc(100%/3 - 30px);
    margin: 0 15px 140px;
    background: #fafafa;
    padding: 0 20px 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.um-nanny-avatar img {
    height: 220px;
    width: auto;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    margin-top: -100px;
}

.parents-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.parent-list-item {
    width: calc(100% / 3 - 36px);
}

.nanny-profile-image img {
    width: 100%;
}

.parent-detail-row label {
    font-weight: 700;
}