.shape-selector {
    display: flex;
    flex-wrap: wrap;
}

.shape-item {
    margin: 5px;
    border: 2px solid transparent;
    padding: 5px;
    cursor: pointer;
}

.shape-item.selected {
    border-color: #007cba; /* WordPress blue color */
}

.atb-shape-selector-svg {
    width: 100%;
}

.atb-shape-selector-svg-container {
    width: 100%;
    height: 50px; /* or whatever height you prefer */
}

.atb-shape-selector-svg-container svg {
    width: 100%;
    max-height: 100%;
}

.atb-shape-selector-grid {
    /* Add any additional styles for the grid here */
}

.atb-shape-selector-item {
    /* Add any additional styles for each item here */
}

.atb-shape-divider-container {
    overflow: hidden;
}

.atb-shape-divider svg {
    width: 100%;
    height: 100%;
    display: block;
}
