/* Additional styles for Sms Mobile API plugin */

/* Style for buttons */
button.smap_button {
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

button.smap_button:hover {
    background-color: #005d8c;
}

/* Notification messages */
.smap_notice {
    background-color: #f1f1f1;
    border-left: 4px solid #0073aa;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.smap_notice-success {
    border-color: #46b450;
    color: #46b450;
}

.smap_notice-error {
    border-color: #dc3232;
    color: #dc3232;
}

/* Custom input fields */
.smap_input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.smap_input:focus {
    border-color: #0073aa;
    box-shadow: 0 0 2px rgba(0, 115, 170, 0.8);
}
