/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2024 | 17:35:00 */
.row.res {
    margin-bottom: 3rem;
}

.res a.button {
    width: 98%;
    margin: 3px;
    border-radius: 6px;
    background: var(--hs-b);
    color: var(--hs-y);
    border: none;
    line-height: 1.5;
    padding: 0.7rem;
    text-transform: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.res a.button {
    width: 98%;
    margin: 3px;
    border-radius: 6px;
    background: var(--hs-bl);
    color: var(--hs-y);
    border: none;
    line-height: 1.5;
    padding: 0.7rem;
    text-transform: none;
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto 0;
    display: block;
}

.res a.button span.far {
    display: block;
    font-size: 2rem;
}

@media screen and (max-width:512px) {
	.res a.button {
    width: 100%;
    text-align: center;
    display: block;
    margin: auto !important;
    border: 4px solid #FFF;
    border-radius: 14px;
}
}