.alert-danger {

    border-radius: 15px;

    border: none;

    padding: 20px;

}

.alert-danger ul {

    margin-bottom: 0;

    padding-left: 20px;

}

.alert-danger li {

    margin-bottom: 8px;

    font-size: 15px;

}

.card-title {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.event-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.event-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    word-break: break-word;
}

.event-link {
    display: inline-block;
    margin-top: 5px;
    font-size: 1rem;
    text-decoration: none;
}

.event-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .event-title {
        font-size: 1.5rem;
    }

}

.event-submit-btn {
    margin-top: 20px;
    min-height: 55px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    width: 100%;
}

@media (min-width: 768px) {

    .event-submit-btn {
        width: auto;
        min-width: 300px;
        padding: 0 40px;
        display: block;
        margin: 20px auto 0 auto;
    }

}

.event-price-box {

    margin: 30px 0;

    padding: 20px;

    text-align: center;

    background: #F8FAFC;

    border: 1px solid #E2E8F0;

    border-radius: 15px;

}

.event-price-label {

    font-size: 16px;

    color: #64748B;

    margin-bottom: 10px;

}

.event-price-value {

    font-size: 42px;

    font-weight: 800;

    color: #F97316;

    line-height: 1;

}

@media (max-width: 768px) {

    .event-price-value {

        font-size: 34px;

    }

}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 10px;
    min-height: 48px;
    border: 1px solid #CBD5E1;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #F97316;
    box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.15);
}

.instructions {
    color: #64748B;
    font-size: 0.9rem;
    margin-bottom: 8px;
}



.formulario-image {
    display: block;
    max-width: 900px;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}


.image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}



.payment-method {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 15px;

    padding: 10px 0;

}

.payment-method img {

    height: 28px !important;

    width: auto;

}

.payment-method label {

    margin: 0;

    font-weight: 600;

    cursor: pointer;

}

.section-title {

    margin-top: 30px;
    margin-bottom: 20px;

    font-size: 1.8rem;
    font-weight: 700;

    color: #333;

    line-height: 1.3;

}

@media (max-width: 768px) {

    .section-title {

        font-size: 1.4rem;

        text-align: center;

    }

}

.ticket-section {

    margin: 40px 0;

}

.ticket-header {

    margin-bottom: 25px;

}

.ticket-header h3 {

    font-weight: 700;

    color: #1E293B;

}

.ticket-header p {

    color: #64748B;

    margin-bottom: 0;

}

.ticket-list {

    display: flex;

    flex-direction: column;

    gap: 15px;

}

.ticket-card {

    background: #FFFFFF;

    border: 1px solid #E2E8F0;

    border-radius: 18px;

    padding: 25px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    transition: all .2s ease;

}

.ticket-card:hover {

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);

}

.ticket-info {

    flex: 1;

}

.ticket-info h5 {

    margin-bottom: 6px;

    font-weight: 700;

    color: #0F172A;

}

.ticket-info p {

    margin: 0;

    color: #64748B;

    font-size: 14px;

}

.ticket-price {

    min-width: 140px;

    text-align: center;

    font-size: 28px;

    font-weight: 800;

    color: #F97316;

}

.ticket-selector {

    width: 110px;

}

.ticket-selector input {

    text-align: center;

    border-radius: 12px;

    font-size: 18px;

    font-weight: 700;

}

.ticket-badge {

    display: inline-block;

    margin-top: 12px;

    padding: 6px 14px;

    border-radius: 999px;

    font-size: 12px;

    font-weight: 600;

}

.low-stock {

    background: #FEF3C7;

    color: #B45309;

}

.sold-out {

    background: #FEE2E2;

    color: #B91C1C;

}

@media (max-width:768px) {

    .ticket-card {

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

    }

    .ticket-price {

        min-width: auto;

        text-align: left;

        font-size: 24px;

    }

    .ticket-selector {

        width: 100%;

    }
    }



.form-group label {
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 10px;
    min-height: 48px;
    border: 1px solid #CBD5E1;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #F97316;
    box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.15);
}

.instructions {
    color: #64748B;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.required-star {

    color: #DC2626;

    font-weight: bold;

    margin-left: 3px;

}


.form-group {
    margin-bottom: 1.5rem;
}



.input-group {
    margin-top: 10px;
}

.payment-container {
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.event-form-container {

    max-width: 1100px;

    margin: 0 auto;

    padding: 0 20px;

}


@media (max-width: 576px) {

    .payment-method {
        flex-wrap: wrap;
        gap: 8px;
    }

    .payment-method img {
        max-width: 120px;
        height: auto !important;
        margin-left: 28px;
    }

}

.formulario-image {
    display: block;
    max-width: 100%;
    max-height: 350px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

.image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.events-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

    gap: 30px;

}

.event-card-public {

    background: white;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 8px 30px rgba(0,0,0,.08);

    transition: .3s;

}

.event-card-public:hover {

    transform: translateY(-5px);

}

.event-image-public {

    width: 100%;

    height: 220px;

    object-fit: cover;

}

.event-content {

    padding: 25px;

}

.event-name-public {

    font-size: 1.5rem;

    font-weight: 700;

    margin-bottom: 15px;

}

.event-description-public {

    color: #64748B;

    margin-bottom: 20px;

}

.event-price-public {

    font-size: 1.4rem;

    font-weight: 800;

    color: #F97316;

    margin-bottom: 20px;

}

.event-status-public {

    margin-bottom: 20px;

    font-weight: 600;

}

.event-buttons-public {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}

.event-inactive {

    opacity: .7;

}


