.wp-block-a8c-bauhaus-centenary .components-placeholder__label svg {
  margin-right: 0.75em; }

.wp-block-a8c-bauhaus-centenary .icon-button svg {
  height: 26px;
  width: 39px; }

.styles-panel {
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 0.5em; }
  .styles-panel.is-selected {
    box-shadow: 0 0 0 2px #555d66; }
  .styles-panel:focus {
    box-shadow: 0 0 0 2px #00a0d2; }
  .styles-panel:hover {
    background-color: #f3f4f5;
    color: #191e23; }
  .styles-panel__preview {
    border: 1px solid rgba(25, 30, 35, 0.2);
    border-radius: 4px;
    background-color: #fff;
    padding: 4px; }
    .styles-panel__preview svg {
      border-radius: 4px;
      display: block;
      width: 100%;
      height: auto; }
  .styles-panel__label {
    text-align: center;
    margin-bottom: 0; }

.components-button-group.is-radio-group {
  display: flex;
  margin-bottom: 0.5em; }
  .components-button-group.is-radio-group .components-button.is-button {
    display: inline-block;
    flex-grow: 1; }
