.container-content {  
    display: grid;
    grid-template-columns: 1fr min-content;
    grid-template-rows: min-content 1fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2em;
}

.subtitle-content {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(10, 17, 88, 0.47);
    text-align: left;
}

.event-list { grid-area: 2 / 1 / 3 / 3; }

.artist-title { grid-area: 1 / 1 / 2 / 3; }

.photo { grid-area: 1 / 2 / 2 / 3; }

.date-month,
.date-date,
.date-day,
.date-month,
.date-date {
    color: #121317;
}

.date-day {
    color: #71769F;
}

.date-month,
.date-day {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.date-date {
    font-size: 27px;
    font-weight: 700;
    line-height: 31px;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');
.artist-name {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #121317;
    
}

.artist-title {
    margin-top: 10px;
}

.artist-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    margin-top: 8px;
    text-align: left;
    color: #4E4E4E;
    
}

.button-parking {
    background-color: #6B95FF;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 5px 30px;
    height: 38px; 
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.button-menu-active {
    background-color: #FFFFFF;
    border-color: #8640F9;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    color: #8640F9;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 20px;
}

.button-menu-inactive {
    background-color: #FFFFFF;
    border-color: #8C8FB1;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    color: #8C8FB1;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 20px;
}

.list-container {
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: #71769F;
    border-radius: 20px;
}

.list-group-item {
    border: none;
}

.date-margin {
    margin-right: 20vw;
}

.box-best-price {
    background-color: #FFFFFF;
    border-radius: 10px;
    border-color: #DDDCFD;
    border-width: 1px;
    border-style: solid;
}

.best-price-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 467;
    font-size: 23px;
    font-weight: 400;
    line-height: 26px;
    color: #121317;
}

.best-price-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8C8FB1;
}

.performer-title {
    font-family: 'Domine', serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    color: #121317;
}

.performer-subtitle {
    font-family: 'Domine', serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #8C8FB1;
}