#matomo-opt-out {
    position: fixed;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    font-family: sans-serif;
    height: auto;
    left: 50%;
    letter-spacing: .1px;
    line-height: normal;
    max-height: calc(100% - 16px);
    overflow: hidden;
    text-align: initial;
    bottom: 20px;
    transform: translate(-50%, 0);
    transition: all .5s ease;
    opacity: 0;
    transition-property: width, max-width, top, bottom, left, opacity;
    width: calc(100% - 40px);
    z-index: 2147483630;
    padding: 15px;
}

#matomo-opt-out p {
    margin: 0 0 15px 0;
    color: #686e7d;
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
}

#matomo-opt-out .matomo-buttons {
    width: 100%;
    text-align: right;
}

#matomo-opt-out button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 12px;
    border-radius: 3px;
}

#matomo-opt-out button.cookie-consent-button {
    background-color: var(--primary-color);
    color: #fff;
}
