.vt-a2284c17-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-sizing: border-box;
}

.vt-a2284c17-wrapper.vt-a2284c17-reversed {
    flex-direction: row-reverse;
}

.vt-a2284c17-nav {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
}

.vt-a2284c17-tab-btn {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.25s ease, color 0.25s ease;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.4;
    outline: none;
}

.vt-a2284c17-tab-btn:focus-visible {
    outline: 2px solid #6366f1;
    outline-offset: -2px;
}

.vt-a2284c17-tab-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
}

.vt-a2284c17-tab-icon svg {
    fill: currentColor;
}

.vt-a2284c17-tab-title {
    flex: 1;
}

.vt-a2284c17-content-wrapper {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

.vt-a2284c17-content-panel {
    display: none;
}

.vt-a2284c17-content-panel.vt-a2284c17-panel-active {
    display: block;
}

.vt-a2284c17-content-panel h1,
.vt-a2284c17-content-panel h2,
.vt-a2284c17-content-panel h3,
.vt-a2284c17-content-panel h4,
.vt-a2284c17-content-panel h5,
.vt-a2284c17-content-panel h6 {
    margin-top: 0;
}

.vt-a2284c17-content-panel p:last-child {
    margin-bottom: 0;
}

.vt-a2284c17-content-panel img {
    max-width: 100%;
    height: auto;
}

.vt-a2284c17-content-panel ul,
.vt-a2284c17-content-panel ol {
    padding-left: 1.5em;
}

.vt-a2284c17-content-panel a {
    text-decoration: underline;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 767px) {
    .vt-a2284c17-wrapper,
    .vt-a2284c17-wrapper.vt-a2284c17-reversed {
        flex-direction: column;
    }

    .vt-a2284c17-nav {
        width: 100% !important;
        flex-direction: row;
        overflow-x: auto;
    }

    .vt-a2284c17-tab-btn {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .vt-a2284c17-content-wrapper {
        width: 100% !important;
    }
}
