.bnm-image-select-control {
  margin-bottom: 16px;
}

.bnm-image-select-label {
  font-weight: 500;
  margin-bottom: 8px;
}

.bnm-image-select-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.bnm-image-select-item {
  text-align: center;
}

.bnm-image-select-button {
  padding: 0 !important;
  border: 2px solid #eee !important;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  display: block;
  background: none !important;
  height: auto !important;
}

.bnm-image-select-item.is-selected .bnm-image-select-button {
  border-color: var(--wp-admin-theme-color, #007cba) !important;
}

.bnm-image-select-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.bnm-image-select-title {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #333;
}
