/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.rq-btn {
    background:#ab3b2e;
    color:#fff !important;
    padding:12px 18px;
    display:inline-block;
    border-radius:6px;
    margin-top:10px;
    font-weight:600;
}
.rq-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #333;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}
.rq-btn:hover {
    background-color: #555;
}
.ywraq-empty-message {
    text-align: center;
    margin: 40px 0;
    font-size: 16px;
}

.ywraq-empty-message a:hover {
    background-color: #555;
}
