 .wrap section {
  display: none;
 }

@font-face {
    font-family: 'Avenir Next';
    src: url('AvenirNext-Regular.eot');
    src: url('AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    url('AvenirNext-Regular.woff') format('woff'),
    url('AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#huckabuy-sd-plugin-settings {
    font-family: 'Avenir Next', sans-serif !important;
}

.data-block-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.data-block-list li {
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

#dashboard-embed-frame {
    border-radius: 4px;
}

#hidden_hostname {
    display: none;
}