/* 
Theme Name:		 kwentotoday
Theme URI:		 http://childtheme-generator.com/
Description:	 kwentotoday is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 Pil
Author URI:		 http://childtheme-generator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 kwentotoday
*/
.ast-separate-container .ast-article-post, 
.ast-separate-container .ast-article-single{
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
}
.main-header-bar .main-header-bar-navigation .sub-menu {
    padding-left: 8px;
    padding-top: 9px;
}
.lotto-3d-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Latest Results Section */
        .lotto-latest-results {
            background: white;
            border-radius: 20px;
            /* padding: 40px; */
            margin-bottom: 40px;
            /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
            /* text-align: center; */
        }

        .lotto-latest-results h2 {
            font-size: 2.5rem;
            color: #1e3c72;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .lotto-description {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        /* Draw Container for All Three Draws */
        .lotto-draws-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 20px;
        }

        .lotto-draws-container-single {
            grid-template-columns: repeat(1, 1fr);
        }

        .lotto-single-draw {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 25px 20px;
            border: 2px solid #e9ecef;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .lotto-single-draw:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .lotto-draw-info {
            background: linear-gradient(135deg, #FFD700, #FFA500);
            padding: 10px 20px;
            border-radius: 25px;
            margin-bottom: 15px;
            box-shadow: 0 4px 8px rgba(255, 215, 0, 0.3);
        }

        .lotto-draw-date {
            font-size: 1rem;
            font-weight: bold;
            color: #8B4513;
            text-align: center;
        }

        .lotto-winning-numbers {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

        .lotto-ball {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
            position: relative;
            overflow: hidden;
        }

        .lotto-ball::before {
            content: "";
            position: absolute;
            top: 15%;
            left: 25%;
            width: 30%;
            height: 30%;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
        }

        .ball-1 { background: linear-gradient(135deg, #e74c3c, #c0392b); }
        .ball-2 { background: linear-gradient(135deg, #3498db, #2980b9); }
        .ball-3 { background: linear-gradient(135deg, #e67e22, #d35400); }
        .ball-4 { background: linear-gradient(135deg, #27ae60, #229954); }
        .ball-5 { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
        .ball-6 { background: linear-gradient(135deg, #f39c12, #e67e22); }

        .lotto-next-draw {
            margin-top: 20px;
            font-size: 1.1rem;
            color: #666;
        }

        /* Results History Section */
        .lotto-results-history {
            background: white;
            /* border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
        }

        .lotto-results-history h2 {
            font-size: 2.2rem;
            color: #1e3c72;
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }

        .lotto-history-description {
            font-size: 1rem;
            color: #666;
            margin-bottom: 25px;
            text-align: center;
            line-height: 1.6;
        }

        /* History Table Layout */
        .lotto-history-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .lotto-history-table thead {
            background: linear-gradient(135deg, #1e3c72, #2a5298);
        }

        .lotto-history-table th {
            color: white;
            padding: 20px 15px;
            text-align: center;
            font-weight: bold;
            font-size: 1.2rem;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        .lotto-history-table th:first-child {
            text-align: left;
            padding-left: 25px;
        }

        .lotto-history-table td {
            padding: 20px 15px;
            text-align: center;
            border-bottom: 1px solid #e9ecef;
            font-size: 1.1rem;
            vertical-align: middle;
        }

        .lotto-history-table td:first-child {
            text-align: left;
            padding-left: 25px;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            font-weight: bold;
            color: #495057;
            font-size: 1rem;
        }

        .lotto-history-table tr:hover {
            background-color: #f1f8ff;
            transform: scale(1.01);
            transition: all 0.2s ease;
        }

        .lotto-history-table tr:last-child td {
            border-bottom: none;
        }

        /* Time slot results styling */
        .lotto-time-slot-numbers {
            display: flex;
            justify-content: center;
            gap: 8px;
            align-items: center;
        }

        .lotto-mini-ball {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            font-weight: bold;
            color: white;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            position: relative;
            overflow: hidden;
        }

        .lotto-mini-ball::before {
            content: "";
            position: absolute;
            top: 20%;
            left: 30%;
            width: 25%;
            height: 25%;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .lotto-3d-container {
                padding: 15px;
            }

            .lotto-latest-results {
                padding: 25px 20px;
            }

            .lotto-latest-results h2 {
                font-size: 2rem;
            }

            .lotto-draws-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .lotto-single-draw {
                padding: 20px 15px;
            }

            .lotto-ball {
                width: 50px;
                height: 50px;
                font-size: 1.3rem;
            }

            .lotto-winning-numbers {
                gap: 8px;
            }

            .lotto-results-history {
                padding: 25px 20px;
            }

            .lotto-results-history h2 {
                font-size: 1.8rem;
            }

            .lotto-history-table {
                font-size: 0.9rem;
            }

            .lotto-history-table th,
            .lotto-history-table td {
                padding: 12px 8px;
            }

            .lotto-history-table th:first-child,
            .lotto-history-table td:first-child {
                padding-left: 15px;
            }

            .lotto-mini-ball {
                width: 30px;
                height: 30px;
                font-size: 0.9rem;
            }

            .lotto-time-slot-numbers {
                gap: 6px;
            }
        }

        @media (max-width: 600px) {
            .lotto-draws-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .lotto-draw-date {
                font-size: 0.9rem;
            }

            .lotto-history-table th,
            .lotto-history-table td {
                padding: 10px 6px;
            }

            .lotto-history-table th:first-child,
            .lotto-history-table td:first-child {
                padding-left: 12px;
            }

            .lotto-mini-ball {
                width: 28px;
                height: 28px;
                font-size: 0.8rem;
            }

            .lotto-time-slot-numbers {
                gap: 4px;
            }

            .lotto-results-history h2 {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 480px) {
            .lotto-latest-results h2 {
                font-size: 1.6rem;
            }

            .lotto-ball {
                width: 45px;
                height: 45px;
                font-size: 1.2rem;
            }

            .lotto-single-draw {
                padding: 15px 10px;
            }

            .lotto-history-table th {
                font-size: 1rem;
            }

            .lotto-history-table td:first-child {
                font-size: 0.9rem;
            }

            .lotto-mini-ball {
                width: 25px;
                height: 25px;
                font-size: 0.75rem;
            }
        }

        /* Animation for visual appeal */
        .lotto-ball {
            animation: lotto-subtle-bounce 2s ease-in-out infinite;
        }

        @keyframes lotto-subtle-bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        .lotto-ball:nth-child(1) { animation-delay: 0s; }
        .lotto-ball:nth-child(2) { animation-delay: 0.2s; }
        .lotto-ball:nth-child(3) { animation-delay: 0.4s; }

        .lotto-mini-ball {
            animation: lotto-gentle-glow 3s ease-in-out infinite;
        }

        @keyframes lotto-gentle-glow {
            0%, 100% { box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
            50% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
        }

        .lotto-mini-ball:nth-child(1) { animation-delay: 0s; }
        .lotto-mini-ball:nth-child(2) { animation-delay: 0.5s; }
        .lotto-mini-ball:nth-child(3) { animation-delay: 1s; }
        .twod-container .lotto-ball{
           font-size: 1.3rem;
        }   