.elementor-1225 .elementor-element.elementor-element-307d144{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f8f3bb7 */.dream-mushroom-section {
    --primary-bg: #2c3e50;
    --secondary-bg: #34495e;
    --text-color: #ecf0f1;
    --accent-color: #e67e22;
    --border-color: #4a627a;
    font-family: 'Sarabun', sans-serif;
    color: var(--text-color);
    background: var(--primary-bg);
    padding: 2em;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    overflow: hidden;
}
.dream-mushroom-section h2, .dream-mushroom-section h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 1em;
    font-weight: 600;
}
.dream-mushroom-section h2 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 0.5em;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.dream-mushroom-section h3 {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    margin-top: 2em;
}
.dream-mushroom-section h4 {
    color: var(--accent-color);
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}
.dream-mushroom-section p {
    line-height: 1.8;
    margin-bottom: 1em;
    color: #bdc3c7;
}
.dream-mushroom-section .eicon-magic-wand,
.dream-mushroom-section .eicon-help-o,
.dream-mushroom-section .eicon-info-circle-o,
.dream-mushroom-section .eicon-calendar {
    color: var(--accent-color);
    margin-right: 10px;
    vertical-align: middle;
}
.dream-mushroom-section .table-container {
    overflow-x: auto;
    margin-bottom: 2em;
}
.dream-mushroom-section table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--secondary-bg);
}
.dream-mushroom-section th, .dream-mushroom-section td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid var(--border-color);
}
.dream-mushroom-section th {
    background-color: rgba(0,0,0,0.2);
    font-weight: 600;
}
.dream-mushroom-section tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,0.1);
}
.dream-mushroom-section .lucky-number {
    font-weight: bold;
    color: var(--accent-color);
    background-color: rgba(230, 126, 34, 0.1);
    padding: 0.2em 0.5em;
    border-radius: 5px;
    white-space: nowrap;
}
.dream-mushroom-section .dream-by-day p {
    border-left: 3px solid var(--accent-color);
    padding-left: 15px;
    margin-bottom: 0.8em;
}
.dream-mushroom-section .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.dream-mushroom-section .fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {
    .dream-mushroom-section {
        padding: 1.5em;
    }
    .dream-mushroom-section table {
        border: 0;
    }
    .dream-mushroom-section table thead {
        display: none;
    }
    .dream-mushroom-section table tr {
        display: block;
        margin-bottom: 1em;
        border: 1px solid var(--border-color);
        border-radius: 8px;
        overflow: hidden;
    }
    .dream-mushroom-section table td {
        display: block;
        text-align: right;
        border: none;
        border-bottom: 1px dotted var(--border-color);
        position: relative;
        padding-left: 50%;
    }
    .dream-mushroom-section table td:last-child {
        border-bottom: 0;
    }
    .dream-mushroom-section table td:before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
    }
}/* End custom CSS */