.widget-content input[type="text"],
.widget-content select,
.widget-content button {
  border-spacing: 0;
  width: 100%;
  clear: both;
}

.widget-content .form-group {
  margin: 10px 0 0;
}

.widget-content .form-group label {
  vertical-align: baseline;
}

.widget-content .form-group img {
  vertical-align: middle;
}

.widget-content .wp-gri .has-error {
  color: #e61010;
}

.widget-content .wp-gri .has-error input {
  border: 1px solid #e61010;
}

.widget-content .wp-gri .wp-step {
  width: 20px;
  line-height: 20px;
}

.widget-content .wp-gri button {
  cursor: pointer;
}

.widget-content .wp-places,
.widget-content .wp-reviews {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #f3f3f3;
}

.widget-content .wp-gri .wp-place-info {
  margin: 0 !important;
  padding: 6px !important;
}

.widget-content .wp-place-info img {
  width: 20px !important;
  height: 20px !important;
}

.widget-content .wp-place-info .media-body {
  overflow: hidden;
}

.widget-content .wp-place-info .media-heading {
  font-size: 12px;
}

.widget-content .wp-place-info .wp-grating {
  font-size: 12px;
  font-weight: 700;
}

.widget-content .wp-place-info svg {
  width: 12px;
  height: 12px;
}

.widget-content .wp-place-info small {
  display: block;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.widget-content .modal-dialog,
.widget-content .wp-greview-install {
  display: none;
}

.widget-content .wp-gr {
  margin-top: 15px !important;
}

.widget-control-actions {
  position: relative;
}

.wpgrev-tooltip {
  position: absolute;
  top: 44px;
  right: 0;
  width: 100%;
  color: #333;
  outline: none;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,.2);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  z-index: 99999;
  background: #ffe045;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  transition: all .5s ease-in-out;
}

.wpgrev-tooltip.wpgrev-tooltip-visible {
  opacity: 1;
}

.wpgrev-tooltip .wpgrev-corn1 {
  position: absolute;
  top: -9px;
  right: 16px;
  height: 0;
  width: 0;
  z-index: 1;
  border-color: transparent;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0,0,0,.2);
}

.wpgrev-tooltip .wpgrev-corn2 {
  position: absolute;
  top: -8px;
  right: 16px;
  height: 0;
  width: 0;
  z-index: 1;
  border-color: transparent;
  border-bottom-color: #ffe045;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
}

.wpgrev-tooltip .wpgrev-text {
  padding: 10px;
}

.wpgrev-options-toggle {
  padding: 10px;
  margin: 10px 0 0;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  background: #eee url('/wp-content/plugins/widgetpack-google-reviews/static/img/button-down-black.svg') no-repeat right;
}

.wpgrev-options {
  padding: 0px 4px;
}

.wpgrev-disabled label,
.wpgrev-disabled small {
  opacity: .7;
}

.wpgrev-pro {
  color: #fff;
  padding: 6px;
  border-radius: 3px;
  background: #00bf54;
}

.wpgrev-pro a {
  color: #fff;
  text-decoration: underline;
}