/* Zoho Support Button Design */

.zwrew-help-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.zwrew-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #285064;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    line-height: 1.3;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background 0.15s;
    margin-right: 20px;
}
.zwrew-primary-btn:hover {
    background: #0074a2;
    color: #fff !important;
}
