h3 {
    color: #fff!important;
}

.picostrap-read-more-link {
    display: none!important;
}

#apwm-wrapper {
    position: relative;
    padding: 0px;
    background-color: darkgrey;
}

#apwm-toggle-menu {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    background-color: #181616;
    color: #fff;
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}

#apwm-sidebar {
    width: 250px;
    background: #06053b;
    color: #ccc;
    padding: 15px;
    position: fixed;
    left: -270px;
    top: 0;
    bottom: 0;
    transition: left 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
}

#apwm-sidebar.open {
    left: 0;
}

#apwm-posts {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.apwm-post {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.apwm-pagination a {
    margin-right: 8px;
    text-decoration: none;
}



.apwm-read-more {
    display: inline-block;
    margin-top: 10px;
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
}


.apwm-thumbnail {
    margin-bottom: 10px;
    max-width: 25%;
}
.apwm-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}


#apwm-toggle-menu.hidden {
    display: none;
}
