
:root{
  --tvr-navy:#071a43;
  --tvr-text:#17233f;
  --tvr-muted:#53617a;
  --tvr-border:#dfe3ea;
  --tvr-soft:#f5f7fb;
  --tvr-blue:#0071eb;
  --tvr-blue-hover:#005fd0;
  --tvr-green:#007850;
  --tvr-red:#d7192a;
}
.travtur-review-plugin-mount,
.travtur-review-plugin-mount *{box-sizing:border-box}
.travtur-review-plugin-mount{font-family:inherit;color:var(--tvr-navy);width:100%;clear:both}
.tvr-standalone{border-top:1px solid var(--tvr-border);padding:36px 0 34px;margin-top:24px}
.tvr-standalone h2{margin:0 0 24px;font-size:28px;line-height:1.2;color:var(--tvr-navy)}
.tvr-summary{display:grid;grid-template-columns:280px minmax(0,1fr);gap:38px;align-items:start}
.tvr-summary-card{border:1px solid var(--tvr-border);border-radius:16px;padding:24px;background:#fff}
.tvr-score{font-size:44px;line-height:1;font-weight:700;letter-spacing:-1px}
.tvr-score span{font-size:23px;color:var(--tvr-muted)}
.tvr-stars{font-size:30px;letter-spacing:2px;margin:10px 0 5px;color:var(--tvr-navy)}
.tvr-count{color:var(--tvr-muted);font-size:15px}
.tvr-list{display:grid;gap:0}
.tvr-review{border-bottom:1px solid var(--tvr-border);padding:0 0 24px;margin-bottom:24px}
.tvr-review:last-child{margin-bottom:0}
.tvr-review-stars{font-size:18px;letter-spacing:1px;font-weight:700;margin-bottom:10px}
.tvr-author{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.tvr-avatar{width:44px;height:44px;border-radius:50%;background:#ff5538;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex:0 0 44px}
.tvr-author strong{display:block;font-size:16px}
.tvr-meta{display:block;color:var(--tvr-muted);font-size:14px;margin-top:2px}
.tvr-review p{margin:0;font-size:17px;line-height:1.5;color:var(--tvr-navy)}
.tvr-empty{padding:22px;border:1px dashed var(--tvr-border);border-radius:14px;color:var(--tvr-muted)}
.tvr-form-wrap{width:100%;clear:both;margin:34px 0 0;padding-top:32px;border-top:1px solid var(--tvr-border)}
.tvr-form-card{width:100%;max-width:100%;border:1px solid var(--tvr-border);border-radius:16px;background:#fff;padding:28px}
.tvr-form-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}
.tvr-form-head h3{margin:0 0 7px;color:var(--tvr-navy);font-size:26px;line-height:1.2}
.tvr-form-head p{margin:0;color:var(--tvr-muted);font-size:15px;line-height:1.45}
.tvr-verified-badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#eaf8f1;color:var(--tvr-green);padding:9px 13px;font-size:14px;font-weight:700;white-space:nowrap}
.tvr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tvr-field{min-width:0}
.tvr-field.tvr-full{grid-column:1/-1}
.tvr-field label{display:block;margin:0 0 7px;font-size:15px;font-weight:700;color:var(--tvr-navy)}
.tvr-field input,
.tvr-field textarea,
.tvr-field select{display:block;width:100%;max-width:100%;border:1px solid #cfd7e4;border-radius:12px;background:#fff;color:var(--tvr-text);font:inherit;font-size:16px;outline:0}
.tvr-field input,.tvr-field select{height:50px;padding:0 14px}
.tvr-field textarea{min-height:145px;resize:vertical;padding:13px 14px;line-height:1.5}
.tvr-field input:focus,.tvr-field textarea:focus,.tvr-field select:focus{border-color:var(--tvr-blue);box-shadow:0 0 0 3px rgba(0,113,235,.10)}
.tvr-rating-options{display:flex;gap:7px;flex-wrap:wrap}
.tvr-star-btn{
  border:0;
  background:transparent;
  color:#fff;
  -webkit-text-stroke:1.7px var(--tvr-navy);
  text-shadow:
    -1px -1px 0 var(--tvr-navy),
     1px -1px 0 var(--tvr-navy),
    -1px  1px 0 var(--tvr-navy),
     1px  1px 0 var(--tvr-navy);
  cursor:pointer;
  padding:0 2px;
  font-size:36px;
  line-height:1;
  transition:color .14s ease, transform .14s ease, -webkit-text-stroke-color .14s ease, text-shadow .14s ease;
}
.tvr-star-btn.is-hover,
.tvr-star-btn.is-selected{
  color:#f4b400;
  -webkit-text-stroke:1.7px #f4b400;
  text-shadow:none;
}
.tvr-star-btn:hover{transform:translateY(-1px)}
.tvr-consent{grid-column:1/-1;display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--tvr-muted)}
.tvr-consent input{width:18px;height:18px;margin-top:2px;accent-color:var(--tvr-blue);flex:0 0 auto}
.tvr-submit-row{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.tvr-submit{border:0;border-radius:999px;min-height:50px;padding:0 26px;background:var(--tvr-blue);color:#fff;font:inherit;font-size:16px;font-weight:700;cursor:pointer}
.tvr-submit:hover{background:var(--tvr-blue-hover)}
.tvr-submit:disabled{opacity:.6;cursor:wait}
.tvr-status{font-size:14px;color:var(--tvr-muted)}
.tvr-status.is-success{color:var(--tvr-green);font-weight:700}
.tvr-status.is-error{color:var(--tvr-red);font-weight:700}
.tvr-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.tvr-plugin-review{animation:tvrFade .2s ease-out}
@keyframes tvrFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}

@media(max-width:800px){
  .tvr-summary{grid-template-columns:1fr}
  .tvr-form-card{padding:20px 16px}
  .tvr-form-head{display:block}
  .tvr-verified-badge{margin-top:14px}
  .tvr-form-grid{grid-template-columns:1fr}
  .tvr-field.tvr-full,.tvr-consent,.tvr-submit-row{grid-column:1}
}


/* Searchable country dropdown */
.tvr-country{position:relative}
.tvr-country-input{padding-right:42px!important;cursor:text}
.tvr-country-toggle{
  position:absolute;right:9px;top:36px;width:34px;height:34px;border:0;background:transparent;
  color:var(--tvr-navy);font-size:18px;cursor:pointer;border-radius:8px
}
.tvr-country-toggle:hover{background:var(--tvr-soft)}
.tvr-country-menu{
  position:absolute;left:0;right:0;top:100%;margin-top:7px;z-index:99999;
  display:none;max-height:320px;overflow-y:auto;overflow-x:hidden;background:#fff;border:1px solid var(--tvr-border);
  border-radius:12px;box-shadow:0 16px 40px rgba(7,26,67,.16);padding:6px;
  scrollbar-gutter:stable;overscroll-behavior:contain;-webkit-overflow-scrolling:touch
}
.tvr-country.is-open .tvr-country-menu{display:block}
.tvr-country-option{
  display:block;width:100%;border:0;background:#fff;color:var(--tvr-navy);text-align:left;
  padding:10px 12px;border-radius:8px;font:inherit;font-size:15px;cursor:pointer
}
.tvr-country-option:hover,.tvr-country-option.is-active{background:var(--tvr-soft)}
.tvr-country-empty{padding:12px;color:var(--tvr-muted);font-size:14px}
