
body {
    background: #f5f7fb;
    font-family: 'Segoe UI',sans-serif;
}

.page-title {
    font-size: 34px;
    font-weight: 700;
    color: #c8102e;
}

.search-box {
    max-width: 500px;
}

.region-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-top: 45px;
    margin-bottom: 25px;
}

.workshop-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .30s;
}

    .workshop-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,.15);
    }

.card-header-custom {
    background: linear-gradient(135deg,#c8102e,#8f1226);
    color: white;
    padding: 20px;
}

    .card-header-custom h5 {
        margin: 0;
        font-weight: 700;
    }

.badge-status {
    font-size: 13px;
    padding: 7px 14px;
    border-radius: 30px;
}

.info {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
}

    .info i {
        color: #c8102e;
        width: 22px;
    }

.action-btn {
    border-radius: 30px;
    font-weight: 600;
}

.service-badge {
    margin: 3px;
}
