.adv-wrapper-b76f493d {
    font-family: inherit;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

.adv-header {
    margin-bottom: 40px;
}

.adv-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.adv-subtitle {
    font-size: 1.1rem;
    color: #666;
}

.adv-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
}

.adv-card {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    border-radius: 12px;
    padding: 40px;
    box-sizing: border-box;
}

.adv-card-location {
    background-color: #fdf5ef;
    color: #4a3b32;
    border: 2px solid rgba(235, 174, 188, 0.3);
}

.adv-card-pricing {
    background-color: #6e5494;
    color: #fff;
}

.adv-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.adv-card-header i {
    font-size: 1.5rem;
}

.adv-card-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.adv-address {
    margin-bottom: 30px;
    line-height: 1.6;
}

.adv-schedule-item, .adv-price-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.adv-card-pricing .adv-price-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.adv-schedule-item:last-child, .adv-price-item:last-child {
    border-bottom: none;
}

.adv-prices {
    margin-bottom: 30px;
}

.adv-btn {
    display: block;
    text-align: center;
    background-color: #fff;
    color: #6e5494;
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s;
}

.adv-btn:hover {
    opacity: 0.9;
}
