/* Polished review-request notice. WP renders the surrounding
 * .notice.is-dismissible wrapper; we override the inner copy. */
.rw-review-notice {
	border-left-color: #E67E21 !important;
	padding: 18px 22px;
}
.rw-review-notice__row {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.rw-review-notice__icon {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 10px;
}
.rw-review-notice__body { flex: 1 1 auto; min-width: 0; }
.rw-review-notice__lede {
	margin: 0 0 4px;
	font-size: 15px;
	color: #1f2937;
}
.rw-review-notice__text {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.5;
	color: #4b5563;
}
.rw-review-notice__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin: 0;
}
.rw-review-notice__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: #E67E21;
	color: #fff !important;
	border: 1px solid #E67E21;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.rw-review-notice__cta,
.rw-review-notice__cta:hover {
	text-decoration: none !important;
}
.rw-review-notice__cta:hover {
	background: #fff;
	color: #E67E21 !important;
}
/* Plain inline so the star sits flush against the "5". Inline-flex
   here was creating a 4px flex gap between every child (including the
   adjacent text nodes), which read as "★ 5" instead of "★5". */
.rw-review-notice__cta-text {
	display: inline;
}
/* Inline gold star right before the "5" in the CTA. Unicode glyph (★)
   styled with an explicit colour so it stays gold even when the parent
   CTA flips between white-on-orange and orange-on-white on hover
   (currentColor in an inline SVG was rendering as the CTA's colour,
   which read as black-on-light-grey in the screenshot). */
.rw-review-notice__cta-star {
	color: #fff !important;
	font-size: 12px;
	line-height: 1;
}
.rw-review-notice__cta:hover .rw-review-notice__cta-star {
	color: #fbbc04 !important;
}
.rw-review-notice__cta .dashicons {
	font-size: 14px !important;
	width: 14px !important;
	height: 14px !important;
}
.rw-review-notice__thanks {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-style: italic;
	color: #4b5563;
}
.rw-review-notice__pray {
	font-style: normal;
	font-size: 16px;
	line-height: 1;
}
.rw-review-notice__link {
	font-size: 13px;
	color: #6b7280;
	text-decoration: none;
}
.rw-review-notice__link:hover { color: #1f2937; text-decoration: underline; }

#rw-wrapper #iframe{
    width: 100%;
    margin-top: 20px;
}

#rw-wrapper #repuso_js_code
{
    width: 100%;
    max-width: 500px;
}

#rw-wrapper p { margin-top: 35px; font-size: 14px; line-height: 26px; }
#rw-wrapper ol li { font-size: 14px; line-height: 26px; }

#rw-wrapper h3 { margin-bottom: 8px; }

#rw-wrapper .new-url select,
#rw-wrapper .new-url input
{
    box-sizing: border-box;
    padding: 2px 5px;
    height: 30px;
    margin: 0px;
    margin-right: 5px;
    float: left;
}

#rw-wrapper .new-url select
{
    width: 100px;
}

#rw-wrapper .new-url input
{
    width: 100%;
    max-width: 390px;
}

#rw-wrapper .clearfix
{
    clear: both;
}

#generate-shortcode-form input[type="text"],
#generate-shortcode-form textarea
{
    width: 100%;
    max-width: 500px;
}

#rw-wrapper #generate-shortcode-form textarea
{
    height: 100px;
}

#rw-wrapper .login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

#rw-wrapper .login {
	width: 350px;
	float: left;
	margin-right: 20px;
}

#rw-wrapper .login form .input, 
#rw-wrapper .login input[type=password], 
#rw-wrapper .login input[type=email], 
#rw-wrapper .login input[type=text] {
    font-size: 18px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}

#rw-wrapper .login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

#rw-wrapper .login .button-primary {
    float: right;
}

#rw-wrapper .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#rw-wrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#rw-wrapper .dashicons-star-filled {
	color: gold;
}

#rw-wrapper .widefat td {
	vertical-align: middle;
}

#rw-wrapper #rw-reviews .dashicons-yes-alt, 
#rw-wrapper #rw-reviews .dashicons-remove {
	font-size: 30px;
	width: 30px;
	height: 30px;
	opacity: 0.4;
}

#rw-wrapper #rw-reviews .dashicons-remove.status2 {
	color: red;
	opacity: 1;
}

#rw-wrapper #rw-reviews .dashicons-yes-alt.status1 {
	color: green;
	opacity: 1;
}

/* Mobile: review notice on small screens. Stack icon above body so
   the message stays readable; the CTA + dismiss links wrap onto
   their own line(s) instead of being pushed off-screen. */
@media (max-width: 720px) {
	.rw-review-notice { padding: 14px 16px; }
	.rw-review-notice__row { flex-direction: column; align-items: flex-start; gap: 10px; }
	.rw-review-notice__icon { width: 44px; height: 44px; }
	.rw-review-notice__actions { flex-direction: column; align-items: stretch; gap: 8px; }
	.rw-review-notice__cta { justify-content: center; }
	.rw-review-notice__link { text-align: center; }
}
