/* Start custom CSS for shortcode, class: .elementor-element-8babb66 */.container-modaress {
      max-width: 1200px;
      margin: auto;
      padding: 2rem;
    }

    h1 {
      text-align: center;
      color: #303F9F;
      margin-bottom: 1rem;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.5rem;
    }

    .card {
      background-color: #fff;
      border-radius: 16px;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: 0.3s;
      text-align: center;
    }

    .card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .avatar {
      width: 80px;
      height: 80px;
      background-color: #C5CAE9;
      color: #303F9F;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin: 0 auto 1rem;
      font-weight: bold;
    }

    .name {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .city {
      font-size: 0.95rem;
      color: #757575;
      margin-bottom: 1rem;
    }

    .rating {
      color: #FFD700;
      margin-bottom: 1rem;
    }

    .btn-profile {
      display: inline-block;
      background-color: #3F51B5;
      color: white;
      padding: 0.6rem 1.2rem;
      border-radius: 8px;
      text-decoration: none;
      transition: 0.3s;
      font-size: 0.9rem;
    }

    .btn-profile:hover {
      background-color: #303F9F;
    }/* End custom CSS */