# speechkit/6.0.3/src/Component/Post/Metabox/Metabox.css

BeyondWords – AI audio for publishers, version 6.0.3. 31 lines.

- Page: https://pluginprobe.com/plugins/speechkit/6.0.3/code/src/Component/Post/Metabox/Metabox.css
- Raw: https://pluginprobe.com/plugins/speechkit/6.0.3/raw/src/Component/Post/Metabox/Metabox.css
- Modified: 2025-12-16T10:29:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/speechkit/6.0.3/code/src/Component/Post/Metabox/Metabox.css#L10-L20`.

```css

.sk-metabox-button {
  width: 100%;
  text-align: center;
}

table tr th#speechkit_status{
  width: 110px;
}

.beyondwords-hidden {
  display: none;
}

.beyondwords-error {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  margin: 5px 0 15px;
  padding: 1px 12px;
  border-left-color: #d63638;
}

.beyondwords-error p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0.5em 0;
  padding: 2px;
}

```
