.fashion-days-schedule-title{
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
    color: black;
    font-size: 20pt;
}
.fashion-day-empty{
    text-align: center;
    padding: 100px;
    background: white;
    height: 300px;
    font-size: 18px;
}
.fashion-days-schedule {
    border: var(--main-color) 3px solid;
    width: 100%;
    background: white;
    padding: 50px 20px;
    min-height: 400px;
}
.fashion-day {
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 5px;
}
.day-date {
    text-align: center;
    color: black;
    font-size: 16pt;
}
.day-location{
    text-align: center;
    color: black;
    font-size: 14pt;
    line-height: 22px;
    font-weight: bold;
    margin-top: 5px;
}
.day-address {
    text-align: center;
    color: black;
    font-size: 14pt;
    line-height: 22px;
}
.day-guests{
    margin-top: 15px;
}

.day-events {
    margin-top: 15px;
}
.day-guests strong{
    color: black;
    font-weight: bold;
}

.day-events h4 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.guests-list {
    list-style: none;
    padding: 0;
}

.guest-item {
    padding: 0 5px 0 0;
    diplay: inline-block;

}
.guest-item:last-child, .event-item:last-child {
    border-bottom: none;
}
.event-time {
    font-weight: bold;
    color: #d4af37;
}
.guest-item a, .event-item a {
    color: #d4af37;
    text-decoration: none;
}
.guest-item a:hover, .event-item a:hover {
    text-decoration: underline;
}
/* Event Schedule Styles */
.fashion-day table { border-spacing: 0; width:100%; margin-top:1.8em; margin-bottom:1.8em; border-collapse:separate; text-align:left;}
.fashion-day table tbody tr {border:none;}
.fashion-day table tbody > tr:nth-child(even) { background-color:rgba(215,215,215,0.18)}
.fashion-day table tbody tr > * {padding:13px 20px 12px 20px; border:none; border-bottom:1px solid rgba(215,215,215,1.0);}
.fashion-day table thead tr:first-child { color: rgba(34,34,34,1.0); font-weight:bold;}
.fashion-day table tbody tr:first-child td {border-top: 1px solid rgba(215,215,215,1.0);}
.fashion-day table thead tr:first-child > * {padding:13px 20px 12px 20px; border:none;  border-bottom:2px solid rgba(215,215,215,1.0);}
.fashion-day table tbody tr:first-child > *:first-child,
.fashion-day table thead tr:first-child > *:first-child { border-top-left-radius:0; border-bottom-left-radius:0;}
.fashion-day table tbody tr:first-child > *:last-child,
.fashion-day table thead tr:first-child > *:last-child { border-top-right-radius:0; border-bottom-right-radius:0;}
.fashion-day table tbody tr:first-child > * a,
.fashion-day table thead tr:first-child > * a { display:inline}
.fashion-day table thead + tbody > tr:first-child {border:none;}
.fashion-day table thead + tbody > tr:nth-child(even) { background-color:transparent;}
.fashion-day table thead + tbody > tr:nth-child(odd) { background-color:rgba(215,215,215,0.18)}
.fashion-day table thead + tbody > tr:first-child > *{padding:13px 20px 12px 20px; font-weight:normal; letter-spacing:0; border-bottom:1px solid rgba(215,215,215,1.0);}
.fashion-day table thead + tbody > tr:first-child > * a { font-weight:normal}
.fashion-day table thead + tbody > tr > * a { display:inline; font-weight:normal;}
