/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 20 2026 | 09:24:53 */
/* =========================
   AKTEC BLOG NORMAL
========================= */

/* Category */
.aktec-blog-normal .cat-label{

    display:inline-flex;
    align-items:center;

    padding:7px 14px !important;

    margin-bottom:16px !important;

    background:rgba(20,140,255,0.08) !important;

    border:1px solid rgba(20,140,255,0.15) !important;

    border-radius:999px !important;

    color:#148CFF !important;

    font-size:11px !important;

    font-weight:600 !important;

    letter-spacing:1px !important;

    text-transform:uppercase !important;

    line-height:1 !important;

    opacity:1 !important;
}

/* Title */
.aktec-blog-normal .post-title a{

    font-size:22px;

    line-height:1.5;

    font-weight:400;

    letter-spacing:-1.5px;

    color:#021B45 !important;

    transition:color .3s ease;
}

/* Title Hover */
.aktec-blog-normal .post-title a:hover{

    color:#148CFF !important;
}

/* Read more */
.aktec-blog-normal .more-link,
.aktec-blog-normal .button.is-link,
.aktec-blog-normal .is-outline span{

    text-transform:none !important;

    color:#148CFF !important;

    transition:color .3s ease;
	font-size:18px;
    line-height:1.5;
    font-weight:400;
}

/* Read more hover */
.aktec-blog-normal .more-link:hover,
.aktec-blog-normal .button.is-link:hover,
.aktec-blog-normal .is-outline span:hover{

    color:#021B45 !important;
}