.step {
    display: none;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.step.active {
    display: block;
}

.step-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.tallas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin: 15px 0;
}

.talla-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.equipacion {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.equipacion-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #3498db;
}

#step2 label {
    font-weight: lighter;
}

.form-camiseta-1,
.form-camiseta-2,
.form-camiseta-portero,
.form-pantalon-1,
.form-pantalon-2,
.form-pantalon-portero {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    table td,
    table th {
        padding: 0px;
    }
    input[type="text"], input[type="email"], input[type="number"], select {
        padding: 4px;
    }
    .step-indicator {
        padding: 2px !important;
    }

    .elementor-heading-title{
        margin-top: 10px;
        font-size: 22px;
    }
    .step {
        padding: 10px;
    }
    .resumen-section p {
        margin-block-end: 0;
    }
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

button:hover {
    background-color: #2980b9;
}

button:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
}

.resumen {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.resumen-section {
    margin-bottom: 15px;
}

.resumen-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #2c3e50;
}

.add-row-btn {
    margin-top: 10px;
}

.steps-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step-indicator {
    flex: 1;
    text-align: center;
    padding: 10px;
    background-color: #ecf0f1;
    border: 1px solid #ddd;
}

.step-indicator.active {
    background-color: #3498db;
    color: white;
}

.step-indicator.completed {
    background-color: #2ecc71;
    color: white;
}

.nav-buttons button {
    background-color: #171E4B;
    border-radius: 50px;
    color: white;
    border: none;
}

.nav-buttons button:hover {
    background-color: #163E9A;
}
