.bns-signup {
    text-align: left;
    max-width: 320px;
}

@media (max-width: 768px) {
    .bns-signup {
        max-width: 100%;
    }
}

.bns-signup-label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.bns-input-wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid currentColor;
    padding-bottom: 8px;
}

.bns-signup input[type="email"] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 13px;
    padding: 4px 0;
    color: inherit;
    outline: none;
}

.bns-signup input[type="email"]::placeholder {
    color: currentColor;
    opacity: 0.6;
}

.bns-signup button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
    padding: 0 0 0 8px;
    line-height: 1;
}

.bns-signup-copy {
    font-size: 11px;
    line-height: 1.5;
    opacity: 0.7;
    margin-top: 14px;
}

#bns-message {
    font-size: 11px;
    margin-top: 10px;
    opacity: 0.7;
}