.elementor-1233 .elementor-element.elementor-element-a07a9f2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cff8cf9 */<style>
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;700&display=swap');

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.dream-argument-section {
    font-family: 'Sarabun', sans-serif;
    background: #000000;
    color: #cccccc;
    padding: 3rem;
    border-radius: 10px;
    max-width: 1140px;
    margin: 2rem auto;
    border: 1px solid #D4AF37;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
    animation: fadeIn 1s ease-out;
}

.dream-argument-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #D4AF37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(212, 175, 55, 0.8), rgba(212, 175, 55, 0)) 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.dream-argument-section h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #EAEAEA;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dream-argument-section h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #D4AF37;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.dream-argument-section .table-container {
    overflow-x: auto;
    border: 1px solid #333;
    border-radius: 8px;
}

.dream-argument-section table {
    width: 100%;
    border-collapse: collapse;
}

.dream-argument-section table thead {
    background-color: #1a1a1a;
}

.dream-argument-section table th,
.dream-argument-section table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #2a2a2a;
    font-weight: 300;
}

.dream-argument-section table th {
    color: #D4AF37;
    font-weight: 500;
}

.dream-argument-section table th:nth-child(4) {
    background-color: #D4AF37;
    color: #000000;
    text-shadow: none;
}

.dream-argument-section table tbody tr {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.dream-argument-section table tbody tr:hover {
    background-color: #111;
    box-shadow: inset 0 0 15px rgba(212, 175, 55, 0.1);
}

.dream-argument-section .lucky-number {
    font-weight: 500;
    color: #000000;
    background: #D4AF37;
    padding: 4px 12px;
    border-radius: 5px;
    white-space: nowrap;
    transition: all 0.3s ease;
    animation: blink 1.5s infinite alternate;
}

.dream-argument-section .lucky-number:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}

.dream-argument-section p {
    margin-bottom: 1rem;
    font-weight: 300;
}

.dream-argument-section strong {
    color: #D4AF37;
    font-weight: 500;
}

.dream-argument-section .dream-details,
.dream-argument-section .dream-by-day {
    margin-top: 1rem;
    padding-left: 20px;
    border-left: 1px solid #D4AF37;
}

.dream-argument-section .dream-by-day p {
    border: 1px solid #2a2a2a;
    background-color: #111;
    border-radius: 8px;
    padding: 12px 18px;
    margin-bottom: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dream-argument-section .dream-by-day p:active {
    transform: scale(1.03);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

@media (max-width: 768px) {
    .dream-argument-section {
        padding: 1.5rem;
        border: none;
        box-shadow: none;
    }

    .dream-argument-section h2 {
        font-size: 1.8rem;
        gap: 10px;
    }
    
    .dream-argument-section h3 {
        font-size: 1.4rem;
    }
    
    .dream-argument-section .table-container {
        border: none;
    }
    
    .dream-argument-section table thead {
        display: none;
    }
    
    .dream-argument-section table,
    .dream-argument-section table tbody,
    .dream-argument-section table tr,
    .dream-argument-section table td {
        display: block;
        width: 100%;
    }
    
    .dream-argument-section table tr {
        margin-bottom: 1.5rem;
        border: 1px solid #2a2a2a;
        border-radius: 8px;
        background-color: #111;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .dream-argument-section table td {
        text-align: left;
        padding: 12px 18px;
        position: relative;
        border-bottom: 1px solid #2a2a2a;
    }
    
    .dream-argument-section table tr td:last-child {
        border-bottom: none;
    }

    .dream-argument-section table td[data-label="ความฝัน"]::before {
        display: none;
    }

    .dream-argument-section table td[data-label="ความฝัน"] {
        background-color: #1a1a1a;
        font-size: 1.1rem;
        font-weight: 700;
        color: #D4AF37;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .dream-argument-section table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 500;
        color: #cccccc;
        margin-bottom: 5px;
        font-size: 0.8rem;
        opacity: 0.7;
    }

    /* --- [แก้ไข] ทำให้ Label 'เลขเด็ด' ในมือถือเป็นสีทอง --- */
    .dream-argument-section table td[data-label^="เลขเด็ด"]::before {
        color: #D4AF37;
        opacity: 1;
    }
}
</style>/* End custom CSS */