/*
Theme Name: Honda Security
Theme URI: 
Author: honda
Description: Honda Security
Version: 1.0
*/

a.news-item {
    text-decoration: none;
    color: inherit;
}

a.news-item:hover .item-title {
    opacity: 0.8;
}

.contact-notice {
    margin: 0 0 24px;
    padding: 16px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.7;
}

.contact-notice--sent {
    background: #e8f5e9;
    color: #2e7d32;
}

.contact-notice--error,
.contact-notice--failed,
.contact-notice--invalid {
    background: #ffebee;
    color: #c62828;
}
