/* Стили для блока "Aztec prediction" */
.aztec-prediction-home { margin-top: 20px; margin-bottom: 20px; padding: 25px; border: 1px solid #e0e0e0; background: #fff; border-radius: 8px; line-height: 1.7; font-size: 1.1rem; color: #000000; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.aztec-prediction-home h2 { margin: 0 0 20px; color: #000000 !important; font-size: 1.8rem !important; border-bottom: 2px solid #f1c40f; display: inline-block; padding-bottom: 5px; }
.aztec-prediction-home h3 { margin: 25px 0 15px; color: #000000 !important; font-size: 1.4rem !important; font-weight: 600 !important; }
.aztec-prediction-home p { margin-bottom: 1.2rem; text-align: justify; color: #000000; }
.aztec-prediction-home ul { background: #fdf9e7; padding: 20px 20px 20px 40px; border-radius: 8px; border-left: 5px solid #f1c40f; margin-bottom: 2rem; list-style-type: disc; }
.aztec-prediction-home li { margin-bottom: 8px; color: #000000; }
.aztec-home-nav { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; border-top: 1px solid #eee; padding-top: 20px; }
.aztec-home-nav a { flex: 1; text-align: center; padding: 10px; background: #f9f9f9; border: 1px solid #ddd; border-radius: 5px; text-decoration: none; color: #333; font-weight: 600; font-size: 0.9rem; transition: all 0.2s; }
.aztec-home-nav a:hover { background: #f1c40f; border-color: #f1c40f; color: #000; }
