/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.container.gvhc {
    /* Override border radius */
    border-radius: initial !important;
    /* Reset text color */
    color: inherit !important;
    /* Reset cursor */
    cursor: auto !important;
    /* Force block display */
    display: block !important;
    /* Inherit font family */
    font-family: inherit !important;
    /* Inherit font size */
    font-size: inherit !important;
    /* Let height adjust automatically */
    height: auto !important;
    /* Allow overflow */
    overflow: visible !important;
    /* Allow pointer events */
    pointer-events: auto !important;
    /* Reset positioning */
    position: relative !important;
    /* Remove transform */
    transform: none !important;
    /* Reset transform-origin */
    transform-origin: initial !important;
    /* Remove transitions */
    transition: none !important;
}

