.single-evento .hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.single-evento {
    color: black;
}

.single-evento h1 {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
}

.evento-title {
  color: white;
}

.evento-body {
    padding: 20px;
}

.evento-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-evento .evento-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 17px;
}

.single-evento .evento-hours {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 17px;
}

.single-evento .hero-image {
    position: relative;
    display: flex;
}

.single-evento .hero-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.single-evento .btn-tickets {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius);
    width: fit-content;
}

.spotify-link {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.spotify-link iframe {
    width: 100%;
    max-width: 500px;
}


.btn2 {
    width: 100% !important;
    justify-content: center;
}

.dice-logo-img {
    height: 30px;
    width: auto;
    display: block;
}

.evento-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.evento-bio h2 {
    color: black;
}

.bio-content {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.ticket-action {
    display: flex;
    gap: 20px;
    align-items: center;
}
