/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2026 | 03:40:07 */
   @media all and (max-width: 767px) {
           body  .responsive-iframe {
                height: 350px !important;
                width: 100% !important;
            }
        }

        @media all and (max-width: 499px) {
           body  .responsive-iframe {
                height: 325px !important;
                width: 100% !important;
            }
        }

        @media all and (max-width: 464px) {
          body   .responsive-iframe {
                height: 370px !important;
                width: 100% !important;
            }
        }

        @media all and (max-width: 394px) {
          body   .responsive-iframe {
                height: 480px !important;
                width: 100% !important;
            }
        }

        .autoPriceWrapper:empty {
            display: none;
        }

        .responsive-iframe {
            opacity: 1;
            background: transparent;
            transition: opacity 0.3s ease;
             height: 350px !important;
        }

        /* Hide wrapper completely if gauge errors */
        .autoPriceWrapper[data-autograb-error="1"] {
            display: none !important;
        }

 .autoPriceWrapper.autograb-hidden,
.autoPriceWrapper[data-autograb-state="hidden"] {
    display: none !important;
}