body:has(.page-custom) header {
    position: sticky;
    --background-color: rgba(42, 44, 57, 0.9);
}
.content_portfolio_listing .top-banner {
    width: 100%;
    margin-bottom: 30px;
}
.content_portfolio_listing .top-banner img {
    width: 100%;
    height: auto;
}
.content_portfolio_listing .control-post a {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 6px;
    background: #eee;
    text-decoration: none;
    color: #333;
}
.content_portfolio_listing .control-post {
    text-align: center;
    margin-top: 20px;
}
.content_portfolio_listing .control-post a.active {
    background: #ff6600;
    color: #fff;
}