/**
Theme Name: Toonaza
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toonaza
Template: astra
*/

.intro-box {
  background: #111;
  border-radius: 4px;	
  color: #0f0;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  border-left: 4px solid #0f0;
  font-weight: 500;
}

/* 🔹 Section Headings */
.anime-section-heading {
  font-size: 22px;
  color: gold;
  font-weight: bold;
  margin: 25px 0 10px;
}

/* 🔹 Anime Info Rows */
.anime-info-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.anime-info-label {
  min-width: 120px;
  font-weight: bold;
  color: #0ff;
}

.anime-info-value {
  color: white;
}

/* 🔹 Synopsis Paragraph */
.anime-section-heading + p {
  background: #111;
  color: #ddd;
  padding: 15px;
  border-left: 4px solid gold;
  margin-bottom: 20px;
  line-height: 1.7;
  font-weight: normal;
  border-radius: 4px;	
}

/* 🔹 Download Box */
.anime-download-box {
  background: #222;
  color: #0af;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
  font-weight: bold;
  border: 2px dashed #0af;
  text-align: center;
}

.anime-accordion {
  margin-bottom: 0; /* ✅ Removed spacing between rows */
  border-bottom: 1px solid #333;
}

.anime-accordion-header {
  cursor: pointer;
  padding: 14px 18px;
  margin-bottom: 5px;
  background: linear-gradient(to right, #222, #111);
  color: #00ff88;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid #00ff88;
  transition: background 0.3s, transform 0.2s;
}

.anime-accordion-header:hover {
  background: #1a1a1a;
  transform: scale(1.02);
}

.anime-accordion-header .toggle-icon {
  font-size: 20px;
  color: #fff;
}

.anime-accordion-header .toggle-icon {
  font-size: 18px;
  margin-left: 10px;
}

.anime-accordion-content {
  display: none;
  background: #111;
  padding: 10px;
  text-align: center; /* ✅ Center align button */
}

.anime-accordion-content a {
  display: inline-block;
  background: #0af;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;	
  transition: background 0.3s;
}

.anime-accordion-content a:hover {
  background: #08c;
}

/* 🔹 Screenshot WYSIWYG */
.anime-screenshots img {
  max-width: 100%;
  margin-bottom: 10px;
  border: 2px solid #333;
  border-radius: 6px;
  border: 2px solid #444;      /* Thin border */
  padding: 2px;                /* Space between image & border */
  background: #1a1a1a;    	
}

/* 🔹 Notes Section */
.anime-note-box {
  margin-top: 20px;
  padding: 15px;
  background: #101010;
  color: #eee;
  border-left: 3px solid #0f0;
  font-size: 15px;
  border-radius: 4px;
  line-height: 1.6;
  font-style: italic;	
}

.anime-note-box .note-line {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 6px;
  color: #f1c40f;
  font-weight: 500;
}

.anime-note-box .note-line::before {
  content: attr(data-icon);
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1px;
}

.post-thumb-img-content.post-thumb img {
  border-radius: 10px;         /* Rounded corners */
  border: 2px solid #444;      /* Thin border */
  padding: 5px;                /* Space between image & border */
  background: #1a1a1a;         
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-homepage-box {
  position: relative;
  max-width: 600px;
  margin: 25px auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #00f5ff;
  text-align: center;
  background: linear-gradient(135deg, rgba(40,22,60,1) 0%, #0d0d0d 40%, rgba(10,10,25,1) 100%);	
}

.custom-homepage-box .custom-homepage-content {
  position: relative;
  z-index: 1;
  padding: 50px 25px;
}

.custom-homepage-box h2 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.custom-homepage-box a {
  display: inline-block;
  background: #ffffff;
  color: #141830;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}

.custom-homepage-box a:hover {
  transform: scale(1.05);
}