/*
Theme Name: Max Media Theme
Theme URI: https://techvio.az
Author: Kenan Huseynov
Author URI: https://techvio.az
Description: This theme is developed for Max Media.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
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: maxmedia
Tags: tech, blog, portfolio, news, personal, responsive, translation-ready, block-patterns, accessibility-ready
*/

/* Policy Card styling */
.policy-card {
  transition: all 0.3s ease;
}

.policy-card:hover {
  background: rgba(20, 5, 8, 0.8);
  border-color: rgba(230, 0, 0, 0.3);
  transform: translateX(4px);
}

/* Typography formatting & red bullet points */
.prose p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.prose ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style: none;
}

.prose li {
  margin-bottom: 0.5rem;
  position: relative;
}

.prose li::before {
  content: "•";
  color: #E60000;
  font-weight: bold;
  position: absolute;
  left: -1rem;
}

