.uk-scope canvas, .uk-scope img, .uk-scope svg, .uk-scope video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px;
}
.uk-scope .uk-tab>.uk-active>a {
    color: #333;
    border-color: #1e87f0;
    border: groove;
}

.uk-scope .uk-tab>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    justify-content: left;
    padding: 5px 10px;
    color: #141d66;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
}
.uk-scope .uk-h3, .uk-scope h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
}

.uk-scope .uk-tab-left>*>a {
    justify-content: left;
    border-bottom: 1px solid #ae7716;
}
