
.d4c-find-host-widget {
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-left: 6px solid #ef3b2d;
    border-radius: 8px;
    padding: 18px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin: 16px 0;
    color: #222222;
}

.d4c-find-host-widget__content h3 {
    margin: 0 0 8px;
    color: #002b45;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.d4c-find-host-widget__content p {
    margin: 0 0 14px;
    color: #555555;
    font-size: 15px;
    line-height: 1.45;
}

.d4c-find-host-widget__button {
    display: inline-block;
    background: #ef3b2d;
    color: #ffffff !important;
    border: 1px solid #ef3b2d;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 800;
    text-decoration: none !important;
    line-height: 1;
}

.d4c-find-host-widget__button:hover,
.d4c-find-host-widget__button:focus {
    background: #c50000;
    border-color: #c50000;
    color: #ffffff !important;
}
