﻿.ownai-feedback-box {
    border: 1px solid #e5e7eb;
    padding: 16px;
    margin: 24px 0;
    border-radius: 10px;
    background: #fafafa;
}

.ownai-stars-grid .ownai-star-row {
    margin: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ownai-stars {
    color: #f59e0b;
    font-size: 18px;
}

.ownai-feedback-counts {
    list-style: none;
    padding: 0;
    margin: 12px 0;
    display: flex;
    gap: 18px;
    font-size: 14px;
}

.ownai-comments {
    margin-top: 16px;
}

.ownai-comment {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.ownai-comment p {
    margin: 4px 0;
}

.ownai-sentiment {
    font-size: 12px;
    opacity: 0.85;
}

.ownai-summary {
    background:#f8fafc;
    border-left:4px solid #ff9800;
    padding:10px 14px;
    margin-bottom:14px;
    font-size:14px;
}


.ownai-sentiment.positive { color: #15803d; }
.ownai-sentiment.neutral  { color: #6b7280; }
.ownai-sentiment.negative { color: #b91c1c; }

.ownai-verdict {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:12px;
    border-radius:6px;
    font-weight:600;
}
.ownai-verdict.positive { background:#e6f4ea; color:#137333; }
.ownai-verdict.negative { background:#fdecea; color:#a50e0e; }
.ownai-verdict.mixed { background:#fff4e5; color:#b26a00; }


.ownai-buy-cta {
    margin: 16px 0;
    padding: 14px;
    text-align: center;
    background: #fff7e6;
    border: 1px solid #ffd27d;
    border-radius: 8px;
}

.ownai-buy-cta a {
    font-weight: 600;
    color: #000;
    background: #ff9900;
    padding: 10px 16px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}

.ownai-buy-cta a:hover {
    background: #f08c00;
}

.ownai-comment-filters {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.ownai-filter {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
}

.ownai-filter.active {
    background: #222;
    color: #fff;
    border-color: #222;
}


/* =========================
   HEADER HEIGHT – RESPONSIVE
========================= */

.site-header,
.header-wrap,
.main-header {
  min-height: 64px;          /* Desktop default */
  padding: 8px 16px;
}

/* Logo size control */
.site-header .logo img,
.header-logo img {
  max-height: 40px;
  width: auto;
}

/* Navigation vertical alignment */
.site-header nav,
.header-wrap nav {
  align-items: center;
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .site-header,
  .header-wrap,
  .main-header {
    min-height: 56px;
    padding: 6px 14px;
  }

  .site-header .logo img {
    max-height: 36px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 576px) {
  .site-header,
  .header-wrap,
  .main-header {
    min-height: 50px;
    padding: 6px 12px;
  }

  .site-header .logo img {
    max-height: 32px;
  }
}

