span.float-right {
    float: right !important;
}

#course-event-title {
    font-size: 24px;
    margin-bottom: 15px;
}

#register_btn {
    font-size: 16px;
    padding: 0.75rem;
}

.status-badges {
    display: flex;
    padding-bottom: 5px;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    gap: 15px;
}

.event-status-badge {
    display: flex;
    height: 30px;
    padding: 5px 23px 5px 17px;
    align-items: center;
    gap: 7px;
    border-radius: 30px;
    color: #FFF;
}
.event-status-badge.bg-light {
    color: #212529;
    background-color: #F2F2F2
}

#register-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}

a#register_btn {
    background: var(--green, #198754) !important;
    display: flex;
    padding: 6px 20px 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 1px solid var(--green, #198754);
    background: var(--green, #198754);
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.details-button {
    color: var(--primary-blue, #0D6EFD);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    border-bottom: 1px dotted;
}

.details-button:hover {
    border: none;
}
