.elementor-1925 .elementor-element.elementor-element-52cb621{--display:flex;}.elementor-1925 .elementor-element.elementor-element-c795753{width:100%;max-width:100%;text-align:left;text-shadow:0px 0px 44px rgba(0,0,0,0.3);}.elementor-1925 .elementor-element.elementor-element-c795753.elementor-element{--align-self:stretch;}.elementor-1925 .elementor-element.elementor-element-c795753 > .elementor-widget-container{transition:background 0s;box-shadow:0px -13px 10px -83px rgba(0,0,0,0.5);}.elementor-1925 .elementor-element.elementor-element-c795753 p{margin-block-end:43px;}/* Start custom CSS for text-editor, class: .elementor-element-c795753 *//* ===== TinyExplorerzSG Hydro Heroes Theme ===== */

/* Body & Global */
body {
    font-family: 'Comic Neue', 'Segoe UI', sans-serif;
    background-color: #f0fcff;
    color: #2c3e50;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

/* Main container */
.blog-container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem 2rem;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Headings */
h1, h2, h3 {
    font-family: 'Fredoka One', 'Comic Sans MS', cursive;
    margin-bottom: 1rem;
}

h1 { font-size: 2.6rem; text-align: center; color: #3498db; }
h2 { font-size: 2rem; margin-top: 2rem; color: #27ae60; }
h3 { font-size: 1.5rem; color: #e91e63; }

/* Paragraphs */
p { margin-bottom: 1.2rem; font-size: 1.15rem; }

/* Tip / Highlight Boxes */
.tip-box { 
    background-color: #e0f7fa; 
    border-left: 6px solid #00bcd4; 
    padding: 1rem 1.5rem; 
    margin: 1.5rem 0; 
    border-radius: 12px; 
}
.tip-box strong { color: #00796b; }

/* Fun Fact Box */
.fun-fact { 
    background-color: #fff0f5; 
    border-left: 6px solid #ff4081; 
    padding: 1rem 1.5rem; 
    margin: 1.5rem 0; 
    border-radius: 12px; 
}

/* Images */
.blog-container img { 
    max-width: 100%; 
    height: auto; 
    border-radius: 15px; 
    margin: 1.5rem 0; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
}

/* Lists */
ul { margin-left: 1.5rem; margin-bottom: 1rem; }
ul li { margin-bottom: 0.6rem; }

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(135deg, #00bcd4, #ff4081);
    color: #fff;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
    transition: background 0.3s, transform 0.2s;
}
.btn:hover { transform: scale(1.05); cursor: pointer; }

/* Badge / Sticker */
.badge {
    display: inline-block;
    background-color: #ffd700;
    color: #2c3e50;
    padding: 0.3rem 0.8rem;
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.95rem;
    margin: 0.2rem;
}

/* Activity Sheet Box */
.activity-sheet { 
    background-color: #f5faff; 
    border-left: 6px solid #3498db; 
    padding: 1rem 1.5rem; 
    margin: 1.5rem 0; 
    border-radius: 12px; 
    font-family: 'Courier New', monospace; 
}

/* Responsive */
@media (max-width: 768px) {
    .blog-container { padding: 1rem 1.2rem; }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.2rem; }
}/* End custom CSS */