/*
Theme Name: Wiko Child
Theme URI: https://arisewp.com
Author: Jinal Desai & Bạn
Author URI: https://arisewp.com
Description: Child theme cho theme Wiko - Một giao diện tài liệu và wiki sạch sẽ, tập trung vào lập trình viên.
Template: wiko
Version: 1.0.2
Text Domain: wiko-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html, body, p, a, h1, h2, h3, h4, h5, h6, span {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

a {
    text-decoration: none ;
}
a:hover {
    text-decoration: underline ;
}

.wiko-header__inner {
    gap: 3.75rem !important;
}

/* Đẩy khối liên kết chứa ảnh sang bên phải */
.wiko-card__thumb-link {
    float: right;
    width: 48% ; 
    

    margin-top: 5px !important;   
    margin-right: 0 !important;  
    margin-bottom: 0 !important; 
    margin-left: 10px !important;  
    
    border-radius: unset !important; 
}



.wiko-card__thumb {
    width: 100% ;
    height: auto ;
    display: block ;
}


.wiko-card::after {
    content: "" ;
    display: table ;
    clear: both ;
}
/*

@media (max-width: 767px) {
    .wiko-card__thumb-link {
        float: none;
        width: 100% ;
        margin-left: 0 ;
        margin-bottom: 15px ;
    }
}
*/

.wiko-entry__meta {
    margin: 0 0 0.5rem ;
}

