/*
 Theme Name:   Nemesis Child
 Theme URI:    https://themeforest.net/item/nemesis-news-magazine-wordpress-theme/34161544
 Description:  Nemesis Child Theme
 Author:       fbtemplates
 Author URI:   https://themeforest.net/user/fbtemplates
 Template:     nemesis
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         three-columns, flexible-header, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, sliding-sidebar, threaded-comments
 Text Domain:  nemesis-child
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.tsn-review-meta { margin: 2rem 0; }
.tsn-review-meta__grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .tsn-review-meta__grid { grid-template-columns: 1fr; }
}
.tsn-score {
  display: inline-flex; align-items: baseline;
  background: #111; color: #fff; border-radius: 12px;
  padding: .4rem .7rem; font-weight: 700; margin-bottom: .8rem;
}
.tsn-score__value { font-size: 1.25rem; line-height: 1; }
.tsn-score__of { font-size: .85rem; opacity: .8; margin-left: .2rem; }

.tsn-pull {
  font-size: 1.15rem; font-style: italic; margin: .6rem 0 1rem;
  padding-left: 1rem; border-left: 3px solid #ddd;
}

.tsn-tax__row { display: grid; grid-template-columns: 120px 1fr; gap: .75rem; align-items: start; margin: .5rem 0; }
.tsn-tax__label { font-weight: 600; color: #666; }
.tsn-tax__chips { display: flex; flex-wrap: wrap; gap: .4rem; }

.tsn-chip {
  display: inline-block; padding: .28rem .6rem; border-radius: 999px;
  background: #f1f3f5; color: #111; font-size: .9rem; text-decoration: none;
  border: 1px solid #e5e7eb;
}
.tsn-chip:hover { background: #e9ecef; }
.tsn-chip--plain { background: #fff; }
.tsn-chip--muted { background: #fafafa; color: #333; }

.tsn-review-meta__side { border-left: 1px solid #eee; padding-left: 1rem; }
@media (max-width: 900px) { .tsn-review-meta__side { border-left: 0; padding-left: 0; } }
.tsn-social { margin-bottom: 1rem; }
.tsn-social__label { font-weight: 700; margin-bottom: .25rem; color: #444; }
.tsn-social__text { margin: 0; opacity: .95; }
