/**
 * Public Styles
 *
 * @package GTG_WhatsApp_Marketing
 * @since   1.0.0
 */

.gtg-wa-subscribe-form {
    max-width: 400px;
    margin: 20px 0;
}

.gtg-wa-subscribe-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.gtg-wa-subscribe-form button {
    width: 100%;
    padding: 10px;
    background: #25D366;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.gtg-wa-subscribe-form button:hover {
    background: #128C7E;
}

.gtg-wa-chat-button {
    display: inline-block;
    padding: 10px 20px;
    background: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.gtg-wa-chat-button:hover {
    background: #128C7E;
    color: white;
}
