/* Info-Button in den Tooltips von Booking Activities / Display Pack. */
.badp-event-info-tooltip .bookacti-tooltip-content a[href],
.bookacti-tooltip-content a.fh-seminar-info-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 42px;
    padding: 10px 24px !important;
    box-sizing: border-box;
    background-color: #ed0000 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.badp-event-info-tooltip .bookacti-tooltip-content a[href]:hover,
.badp-event-info-tooltip .bookacti-tooltip-content a[href]:focus,
.bookacti-tooltip-content a.fh-seminar-info-button:hover,
.bookacti-tooltip-content a.fh-seminar-info-button:focus {
    background-color: #559f41 !important;
    color: #ffffff !important;
}
