/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: The AI List
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.4.1775926460
Updated: 2026-04-11 16:54:20

*/


/*
Theme Name: Astra Child
...
*/

.comparison-container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.comparison-main-title {
  text-align: center;
  margin-bottom: 30px;
}

.tools-header {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.tool-box {
  flex: 1;
  padding: 20px;
  border: 2px solid #eee;
  border-radius: 12px;
  text-align: center;
  background: #fafafa;
}

.badge {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background: #4CAF50;
  color: #fff;
  border-radius: 8px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
}

.comparison-table th {
  background: #f5f5f5;
}

.verdict {
  margin-top: 30px;
  padding: 20px;
  background: #f0f0f0;
}

.comparison-container .comparison-table td.best-col,
.comparison-container .comparison-table th.best-col {
  background-color: #d4edda;
  font-weight: bold;
}

/* ⭐ نظام النجوم الاحترافي */
.star-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 20px;
}

/* النجوم */
.star {
  position: relative;
  display: inline-block;
  color: #ccc;
}

/* نجمة كاملة */
.star.full {
  color: #f8ce0b;
}

/* نجمة فاضية */
.star.empty {
  color: #ccc;
}

/* نجمة جزئية */
.star.partial {
  background: linear-gradient(to right, #f8ce0b var(--fill), #ccc var(--fill));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* الرقم */
.rating-number {
  margin-left: 6px;
  font-size: 14px;
  color: #555;
}