.hostinger-reach-block-connect { display: flex; flex-direction: column; align-content: flex-start; background: rgb(255, 246, 233); padding: 14px; font-size: 14px; margin: 28px 0px 14px; }
.hostinger-reach-block-connect__title { color: rgb(29, 30, 32); font-weight: 700; margin-bottom: 4px; }
.hostinger-reach-block-connect__subtitle { color: rgb(114, 117, 134); margin-bottom: 4px; }
.hostinger-reach-block-connect a { color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)); text-decoration: underline; }
.hostinger-reach-block-dialog { display: block; flex-direction: column; align-content: flex-start; background: rgb(255, 255, 255); color: rgb(29, 30, 32); padding: 20px; gap: 14px; font-size: 14px; line-height: 20px; bottom: 80px; left: 20px; position: fixed; z-index: 100001; max-width: 400px; border-radius: 16px; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px; }
.hostinger-reach-block-dialog__actions { display: flex; justify-content: flex-start; gap: 10px; }
.hostinger-reach-block-dialog__button_indicator { height: 16px; width: 16px; }
.hostinger-reach-block-dialog__button { cursor: pointer; text-align: center; background: rgb(103, 61, 230); color: rgb(255, 255, 255); font-weight: 700; font-size: 12px; padding: 6px 16px; display: flex; flex-direction: row; align-items: center; gap: 10px; border-radius: 8px; }
.hostinger-reach-block-dialog__button:hover { background: rgb(80, 41, 194); }
.hostinger-reach-block-dialog__button a { color: rgb(255, 255, 255); text-decoration: none; }
.hostinger-reach-block-dialog__button a:hover, .hostinger-reach-block-dialog__button a:focus, .hostinger-reach-block-dialog__button a:active { color: rgb(255, 255, 255); box-shadow: none; outline: none; }
.hostinger-reach-block-dialog__button svg { height: 16px; width: 16px; }
.hostinger-reach-block-dialog__button svg path { fill: rgb(255, 255, 255); }
.hostinger-reach-block-dialog__close { cursor: pointer; }
.hostinger-reach-block-dialog__close::before, .hostinger-reach-block-dialog__close::after { content: ""; position: absolute; width: 16px; height: 2px; background-color: rgb(29, 30, 32); top: 26px; right: 16px; }
.hostinger-reach-block-dialog__close::before { transform: rotate(45deg); }
.hostinger-reach-block-dialog__close::after { transform: rotate(-45deg); }
.hostinger-reach-block-dialog__close:hover::before, .hostinger-reach-block-dialog__close:hover::after { background-color: rgb(114, 114, 114); }
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields { display: flex; flex-direction: column; width: 100%; }
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline { flex-direction: row; justify-content: flex-start; align-items: end; width: 100%; gap: 0.5rem; }
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field { min-width: 70%; }
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit { min-width: 30%; }
.hostinger-reach-block-subscription-form .hostinger-reach-block-submit { border-width: 0px; margin-top: var(--wp--preset--spacing--20); align-content: center; box-sizing: border-box; cursor: pointer; display: inline-block; height: 100%; text-align: center; width: 100%; word-break: break-word; font-weight: 500; min-height: 40px; border-radius: 50px; }
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field { margin-top: 8px; }
.hostinger-reach-block-subscription-form label { display: block; font-size: 11px; font-weight: 500; line-height: 1.4; text-transform: uppercase; margin-bottom: 8px; padding: 0px; }
.hostinger-reach-block-subscription-form input { display: block; width: 100%; padding: 3px 10px; min-height: 40px; box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px; border-radius: 4px; border: 1px solid rgb(140, 143, 148); background-color: rgb(255, 255, 255); color: rgb(44, 51, 56); box-sizing: border-box; }
.hostinger-reach-block-tags { margin-left: -6px; margin-top: 10px; max-height: 14em; overflow: auto; padding-left: 6px; padding-top: 6px; margin-bottom: 20px; }
.components-button.is-link.hostinger-reach-block-toggler { margin-bottom: 20px; }
.hostinger-reach-block-newtag { margin-bottom: 20px; }
.reach-subscription-message { font-weight: 700; padding: 1em; gap: 10px; margin-top: 10px; }
.reach-subscription-message.is-success { background: rgba(0, 158, 91, 0.1); }
.reach-subscription-message.is-error { background: rgba(234, 71, 104, 0.1); }