/* Small floating button for block #rec1656309541 */
#rec1656309541 .t-btn {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 18px !important;

    /* компактные размеры */
    width: auto !important;
    max-width: 280px !important;
    padding: 12px 26px !important;

    /* стиль */
    background-color: #14835D !important;
    border-radius: 40px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;

    /* иконка красиво вписывается */
    display: inline-flex !important;
    align-items: center;
    gap: 8px;

    /* лёгкая тень */
    box-shadow: 0 4px 12px rgba(0,0,0,0.18) !important;

    z-index: 9999 !important;
    white-space: nowrap !important;
}

/* чтобы контент не наезжал */
#allrecords { 
    padding-bottom: 90px !important;
}