.tabbed-shortcodes-container {
    margin: 20px 0;
    margin-top: 30px;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.tab-button {
    padding: 10px 20px;
    border: 2px solid white;
    background: #000000;
    cursor: pointer;
    border-radius: 4px;
    color: white;
}

.tab-button.active {
    background: #ffffff;
    color: rgb(0, 0, 0);
}
.tab-button:hover {
   background: rgb(190, 185, 185);
   border: 2px solid rgb(190, 185, 185);
    color: black;
}

.tab-content {
    background: #000000;
    padding: 20px;
    margin-top: 30px;

}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.elementor-498 .elementor-element.elementor-element-f91dc01:not(.elementor-motion-effects-element-type-background), .elementor-498 .elementor-element.elementor-element-f91dc01 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	display: none;
}