# embed-privacy/1.11.0/assets/style/wpforo-embeds.css

Embed Privacy, version 1.11.0. 55 lines.

- Page: https://pluginprobe.com/plugins/embed-privacy/1.11.0/code/assets/style/wpforo-embeds.css
- Raw: https://pluginprobe.com/plugins/embed-privacy/1.11.0/raw/assets/style/wpforo-embeds.css
- Modified: 2025-05-13T07:41:34+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/embed-privacy/1.11.0/code/assets/style/wpforo-embeds.css#L10-L20`.

```css
#wpforo #wpforo-wrap .wpf-embed * {
  padding: initial !important;
  margin: initial !important;
  height: auto !important;
  width: auto !important;
  max-width: auto !important;
  max-height: auto !important;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-container {
  height: 100% !important;
  position: relative !important;
  width: 100% !important;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a {
  color: #ddd;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a:active, #wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a:focus, #wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a:hover {
  color: #fff !important;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-content {
  height: 100% !important;
  width: 100% !important;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-content > * {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-inner {
  vertical-align: middle;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-logo {
  height: 48px !important;
  margin-bottom: 30px !important;
}
#wpforo #wpforo-wrap .wpf-embed .embed-privacy-overlay {
  color: #ddd;
  padding: 20px !important;
  height: 100% !important;
  width: 100% !important;
}
#wpforo #wpforo-wrap .wpf-embed .screen-reader-text {
  height: 1px !important;
  margin: -1px !important;
  position: absolute !important;
  width: 1px !important;
}
#wpforo #wpforo-wrap .wpf-embed .screen-reader-text:focus {
  color: #444 !important;
  height: auto !important;
  padding: 15px 23px 14px !important;
  width: auto !important;
}

```
