.tap-span-trial-intro {
    margin: 0 0 24px;
    color: #aeb9c9;
    font-size: 15px;
    line-height: 1.55;
}

.tap-span-trial-form {
    display: grid;
    gap: 9px;
}

.tap-span-trial-form label {
    margin-top: 8px;
    color: #dce5ef;
    font-size: 13px;
    font-weight: 700;
}

.tap-span-trial-form input {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    outline: none;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font: inherit;
}

.tap-span-trial-form input:focus {
    border-color: #4f9cf9;
    box-shadow: 0 0 0 3px rgba(79, 156, 249, .16);
}

.tap-span-trial-form input::placeholder { color: #758195; }
.tap-span-trial-form .collector-button { width: 100%; margin-top: 18px; }
.tap-span-trial-privacy { margin: 14px 0 0; color: #758195; font-size: 11px; line-height: 1.45; }
