.tw-footer-subscribe {
    margin-top: 15px;
}

.tw-subscribe-label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tw-subscribe-row {
    display: flex;
    align-items: stretch;
    max-width: 320px;
}

.tw-input-wrap {
    flex: 1;
}

.tw-subscribe-input {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    background: #fff;
    border: none;
    border-radius: 4px 0 0 4px;
    color: #333;
    font-size: 14px;
    outline: none;
}

.tw-subscribe-input::placeholder {
    color: #888;
}

.tw-subscribe-btn {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #04499b;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.tw-subscribe-btn:hover {
    background: #145a94;
}

.tw-subscribe-success {
    margin-top: 8px;
    font-size: 13px;
    color: #7ed957;
}