.event-card {
    position: relative;
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    justify-content: space-between;
}

.event-ribbon {
    position: absolute;
    top: 0;
    right: 12px;
    width: 20px;
    height: 36px;
    background-color: #1769c3;
}

.event-card-header {
    display: flex;
    flex-direction: column;
}

.event-title{
    font-family: var(--font-primary);
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    vertical-align: text-top;
}

.event-dates{
    display: flex;
    flex-direction: column;
    gap:12px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 0;
    letter-spacing: 0.5px;
    vertical-align: text-top;
    align-items: flex-start;
    margin-bottom: 12px;
}

.event-dates p{
    margin: auto 0;
    line-height: 1;
    padding-top: 3px;
    font-size: 15px;
}

.event-type {
    font-family: var(--font-primary);
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    vertical-align: text-top;
    margin-bottom: 2px;
}

.event-meta{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vehicle-type-box{
    width: 113px;
    border: 1px solid var(--msa-course-tag-gray);
    padding: 10px 12px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    vertical-align: text-top;
    align-items:flex-end;
    white-space: nowrap;
}

.vehicle-type-box p{
    margin:0;
}

.event-meta-content {
    display: grid;
    grid-template-columns: 42% 54%;
    gap: 24px 16px;
    font-family: var(--font-primary);
    font-style: normal;
    letter-spacing: 0.5px;
    vertical-align: text-top;
}

.event-meta-item{
    display: flex;
    flex-direction: row;
    gap:12px;
    align-items: center;
}

.event-meta-item img{
    width: 24px;
    height: 24px;
}

.event-meta-label strong{
    font-family: var(--font-primary);
    font-style: normal;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.event-meta-value{
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

.event-private-label{
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.event-private-label img{
    width: 24px;
    height: 24px;
}

.schedule-card-message .btn-text{
    border: none;
    line-height: 22px;
    padding-left: 0;
}
