.h-captcha {
    display: table;
    margin-bottom: 10px
}

.hcaptcha-badge {
    background-color: #fafafa;
    z-index: 2;
    width: 280px;
    border-radius: 4px;
    border: 1px solid #b2bdcc;
    position: fixed;
    bottom: 70px
}

.hcaptcha-badge.hide {
    visibility: hidden
}

.hcaptcha-badge.bottomleft {
    left: -210px;
    display: flex;
    flex-direction: row-reverse
}

.hcaptcha-badge.bottomleft .hcaptcha-badge-logo-wrapper {
    padding: 5px 10px 0px 10px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.hcaptcha-badge.bottomleft .hcaptcha-badge-logo-wrapper .hcaptcha-badge-logo {
    width: 50px;
    height: 50px;
    background-image: url("/assets/css/img/hcaptcha-badge.svg");
    background-size: cover
}

.hcaptcha-badge.bottomleft .hcaptcha-badge-logo-wrapper .hcaptcha-badge-text {
    font-size: 10px;
    font-weight: 600
}

.hcaptcha-badge.bottomleft .hcaptcha-badge-legal {
    display: block;
    margin: auto;
    line-height: 18px;
    font-size: 10px;
    min-width: 200px
}

.hcaptcha-badge.bottomleft:hover {
    left: 2px;
    cursor: pointer
}

.hcaptcha-badge.bottomright {
    right: -210px;
    display: flex
}

.hcaptcha-badge.bottomright .hcaptcha-badge-logo-wrapper {
    padding: 5px 10px 0px 10px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.hcaptcha-badge.bottomright .hcaptcha-badge-logo-wrapper .hcaptcha-badge-logo {
    width: 50px;
    height: 50px;
    background-image: url("/assets/css/img/hcaptcha-badge.svg");
    background-size: cover
}

.hcaptcha-badge.bottomright .hcaptcha-badge-logo-wrapper .hcaptcha-badge-text {
    font-size: 10px;
    font-weight: 600
}

.hcaptcha-badge.bottomright .hcaptcha-badge-legal {
    display: block;
    margin: auto;
    line-height: 18px;
    font-size: 10px;
    min-width: 200px
}

.hcaptcha-badge.bottomright:hover {
    right: 2px;
    cursor: pointer
}

.hcaptcha-badge:after {
    content: '';
    display: block;
    width: 65px;
    height: 73.6px;
    background-image: url("/assets/css/img/hcaptcha-badge-tool.png");
    background-size: cover
}
