.facial-services-grid-f7b3ec7e {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.fs-item-f7b3ec7e {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fs-image-wrap-f7b3ec7e {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.fs-image-wrap-f7b3ec7e img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs-title-f7b3ec7e {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fs-cost-f7b3ec7e {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #f7f7f7;
    border-radius: 20px;
}
