/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2025 | 18:13:02 */
/* Alineem la fila principal com flexbox */
tr.gigpress-row.active {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid #ddd !important;
    padding: 15px 0 !important;
}

/* Cada cel·la de text */
tr.gigpress-row.active td {
    border: none !important;
    padding: 0 !important;
    font-size: 18px !important;
}

/* La data, ciutat i venue es posen junts */
.gigpress-date,
.gigpress-city,
.gigpress-venue {
    margin-right: 15px !important;
}

/* La nova cel·la de la dreta */
.gr-right-cell {
    margin-left: auto !important;
}

/* Botó */
.gigpress-tickets-link {
    background: #ff5a5f !important;
    color: #fff !important;
    padding: 10px 16px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* Amaguem la fila inferior, ja no la necessitem */
tr.gigpress-info {
    display: none !important;
}



/* ================================
   Estil definitiu de l'agenda tipus Ed Sheeran
   ================================ */

/* Amaguem la capçalera Date / City / Venue */
.gigpress-table.gigpress-table.upcoming .gigpress-header {
    display: none !important;
}

/* Taula sense bordes externs i full width */
.gigpress-table.gigpress-table.upcoming {
    border: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

/* Files dels concerts */
.gigpress-row.active {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #ddd !important;
    background: none !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* Texts de data, ciutat i lloc amb més separació */
.gigpress-row.active .gigpress-date,
.gigpress-row.active .gigpress-city,
.gigpress-row.active .gigpress-venue {
    display: inline-block !important;
    margin-right: 30px !important;
    color: #111 !import

		
		
		
/* Responsive: ajustem en pantalles petites */
@media (max-width: 768px) {
    .gigpress-row.active {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    /* Cel·la del botó i botó mateix */
    .gigpress-row.active td {
        display: block !important;
        width: 100% !important;
    }

    .gigpress-tickets-link {
        display: inline-block !important;
        margin-top: 10px !important;
        order: 0 !important;
        width: auto !important;
        text-align: center !important; /* centrem el botó si vols */
    }
}
