/*
Theme Name: VB Select Main
Theme URI: https://github.com/elementor/hello-theme-child/
Description: VB Select Main Theme for Elementor (includes templates for dynamic api plugin)
Author: Torben Raab
Author URI: https://torbenraab.de
Template: hello-elementor
Version: 1.0.0
Text Domain: vb-select-main
License: PRIVATE
*/

.vbs-custom-api-content {
    width: 100% !important;
    max-width: 100% !important;
}

/* CSS Reset für API-Content */
.vbs-custom-api-content table,
.vbs-custom-api-content thead,
.vbs-custom-api-content tbody,
.vbs-custom-api-content tfoot,
.vbs-custom-api-content tr,
.vbs-custom-api-content th,
.vbs-custom-api-content td {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    background-color: transparent !important;
    font-size: 100%;
    line-height: 100%;
}