/* Flow Skin - Modern & Tech */
:root {
    --primary-color: #00B4D8;
    --dark-bg: #03045E;
    --accent-color: #90E0EF;
    
}

.skin-flow {
    background-color: #f8fbff;
    font-family: 'Exo 2', sans-serif;
}

.skin-flow .main-header {
    background: var(--dark-bg);
    color: white;
}

.skin-flow .main-header a {
    color: white;
}

.skin-flow h1,
.skin-flow h2,
.skin-flow h3 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    color: var(--dark-bg);
}

.skin-flow .post-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 180, 216, 0.1);
    background: white;
}

.skin-flow .post-thumb {
    height: 220px;
}

.skin-flow .post-category {
    background: var(--primary-color);
    color: white;
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
}

.skin-flow .banner {
    background: linear-gradient(90deg, #03045E 0%, #00B4D8 100%);
    color: white;
    padding: 80px 20px;
    border-radius: 0 0 50px 50px;
    margin-top: -20px;
}