.ks-shapeinfo-wrapper {
    margin: 10px 0;
    font-size: 14px;
}

.ks-shapeinfo-toggle {
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: auto;
}

.ks-shapeinfo-content {
    margin-top: 10px;
}

.ks-shapeinfo-content[aria-hidden="true"] {
    display: none;
}

.ks-shapeinfo-section {
    margin-bottom: 15px;
}

.ks-shapeinfo-section-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.ks-shapeinfo-section-content {
    padding-left: 15px;
}

.ks-shapeinfo-row {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.ks-shapeinfo-label {
    font-weight: 600;
    min-width: 100px;
    margin-right: 10px;
}

.ks-shapeinfo-value {
    flex: 1;
}

.ks-shapeinfo-params-list {
    display: flex;
    flex-direction: column;
}

.ks-shapeinfo-param-item {
    margin-bottom: 3px;
}

.ks-shapeinfo-param-name {
    font-weight: normal;
    margin-right: 5px;
}

.ks-shapeinfo-cutout-item,
.ks-shapeinfo-dot-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.ks-shapeinfo-cutout-item:last-child,
.ks-shapeinfo-dot-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}