#revex-contact, #revex-contact * { box-sizing: border-box; }
#revex-contact {
    position: fixed;
    right: 20px;
    bottom: 16px;
    z-index: 9990;
    width: 304px;
    max-width: calc(100% - 16px);
    padding: 3px;
    margin: 0;
    border: 1px solid #404045;
    border-radius: 10px;
    background: #141417;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.24);
    font: 600 13px/1 Arial, Helvetica, sans-serif;
    isolation: isolate;
}
#revex-contact .revex-contact-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 4px;
    padding: 0;
    margin: 0;
    background: none;
}
#revex-contact .revex-contact-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 36px;
    min-height: 0;
    padding: 0 6px;
    margin: 0;
    border: 0;
    border-radius: 7px;
    background: #29292f;
    color: #fff;
    font: 700 13px/1 Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    box-shadow: none;
}
#revex-contact .revex-contact-actions .revex-contact-call { background: #cf2338; }
#revex-contact .revex-contact-actions a:hover { background: #41414a; }
#revex-contact .revex-contact-actions .revex-contact-call:hover { background: #af1930; }
#revex-contact a:focus-visible { outline: 3px solid #ffbdc5; outline-offset: 2px; }
#revex-contact svg {
    display: block;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#revex-contact-space { display: block; height: 76px; clear: both; }
@media (max-width: 600px) {
    #revex-contact {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: max(8px, env(safe-area-inset-bottom, 0px));
    }
    #revex-contact-space { height: calc(60px + env(safe-area-inset-bottom, 0px)); }
}
@media print {
    #revex-contact, #revex-contact-space { display: none !important; }
}
