.checkpoint-v2.checkpoint-v2--no-tabs .v2-tabs { display: none !important; }
.checkpoint-v2.checkpoint-v2--no-tabs .v2-tab-content {
position: static !important;
width: auto !important;
height: auto !important;
clip: auto !important;
clip-path: none !important;
margin: 0 !important;
padding-bottom: var(--v2-space-xl, 32px) !important;
overflow: visible !important;
white-space: normal !important;
}
.checkpoint-v2.checkpoint-v2--no-tabs .v2-next-section { display: none !important; }
.checkpoint-v2.checkpoint-v2--no-tabs .v2-tab-content + .v2-tab-content {
border-top: 1px solid var(--v2-border, #e5e7eb);
padding-top: var(--v2-space-lg, 24px) !important;
margin-top: var(--v2-space-lg, 24px) !important;
}
