/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/20-plugin/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.wp-block-ovs-plugin {
  margin: 2em 0;
  background: white;
  border: 1px solid #ddd;
}

.wp-block-ovs-plugin__content {
  display: flex;
  padding: 20px;
}

.wp-block-ovs-plugin__picture {
  display: block;
  width: 128px;
  height: 128px;
  margin-right: 20px;
}
.wp-block-ovs-plugin__picture img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-ovs-plugin__main {
  flex: 1;
}
.wp-block-ovs-plugin__main .wp-block-ovs-plugin__title {
  margin: 0 0 8px 0;
}
.wp-block-ovs-plugin__main .wp-block-ovs-plugin__title a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
}
.wp-block-ovs-plugin__main .wp-block-ovs-plugin__desc {
  font-size: 0.9em;
  margin: 8px 0;
}
.wp-block-ovs-plugin__main .wp-block-ovs-plugin__author {
  font-size: 0.9em;
  margin: 8px 0 0 0;
}

.wp-block-ovs-plugin__footer {
  display: flex;
  padding: 12px 20px;
  background: #f8f8f8;
}

.wp-block-ovs-plugin__meta {
  flex: 1;
}
.wp-block-ovs-plugin__meta p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5;
}

.wp-block-ovs-plugin__num-rating:before {
  content: "(";
}

.wp-block-ovs-plugin__num-rating:after {
  content: ")";
}

.wp-block-ovs-plugin__download a {
  display: inline-block;
  background: #007cba;
  font-size: 0.9em;
  color: white;
  border-radius: 2px;
  text-decoration: none;
  padding: 0.5em 1em;
  transition: 0.3s background-color linear;
}
.wp-block-ovs-plugin__download a:hover {
  background-color: #006ba1;
  color: white;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/searchplugin/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.ovs-results p {
  margin: 10px 0;
  text-align: center;
}
.ovs-results ul {
  margin-top: 10px;
  list-style-type: none;
  border: 1px solid #e3e4e7;
}
.ovs-results li {
  overflow: auto;
  margin: 0;
  padding: 10px;
}
.ovs-results li:not(:first-child) {
  border-top: 1px solid #e3e4e7;
}
.ovs-results li:hover {
  background: #efefef;
  cursor: pointer;
}
.ovs-results img {
  float: left;
  margin-right: 4px;
  width: 32px;
  height: 32px;
}

/*# sourceMappingURL=style-index.css.map*/