.ebu-date-selector .ebu-date-selector-copy {
    max-width: 133px;
}

.ebu-course-card .ebu-date-selector {
    width: unset;
}

.text-button.circle.small {
    align-self: flex-start;
    text-align: left;
    margin-bottom: 30px;
}

.text-button.small {
    font-size: 14px;
}

a, a:focus {
    outline: none !important;
}

.text-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border: none;
    background: transparent;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    gap: 5px;
    cursor: pointer;
    color: #1B4098;
}

.text-button.circle .text-button-icon::before {
    content: "";
    font-size: 0.6em;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    background: currentColor;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1), opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.text-button.circle .text-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: ease-out 0.3s;
    width: auto;
    height: 1.5em;
    flex-shrink: 0;
    margin-left: 10px;
    z-index: 1;
    font-size: 0.6em;
}

svg:not(:root) {
    overflow: hidden;
}

.text-button-icon svg{
    height: 100%;
    fill: currentColor;
}
.socialNetworkShareIcons.active{background-color:#0bbbef}.socialNetworkShareIcons{width:36px;height:36px;position:absolute;top:10px;right:10px;border-radius:16px;padding:2px;background-color:#1c4098;cursor:pointer;text-align:start;z-index:5}.socialNetworkShareIcons svg{fill:#fff;width:100%;height:100%}.socialNetworkShareIcons .content{display:none;border-radius:6px;background-color:#1b4098;position:absolute;width:50px;margin:10px 0 10px -10px;z-index:2}.socialNetworkShareIcons .content svg{width:24px;height:24px}.socialNetworkShareIcons .content div{margin:16px 0 16px 14px}.socialNetworkShareIcons .content div:hover{transform:scale(1.15)}/*# sourceMappingURL=socialNetworkShareIcons.min.css.map */
