/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.post-tags {
    margin-top: 20px;
    font-size: 14px;
}
.post-tags .tag-title {
    font-weight: bold;
    margin-right: 10px;
}
.post-tags a {
    background-color: #f3f3f3;
    padding: 5px 10px;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 3px;
    color: #333;
}
/* Loại bỏ gạch chân mặc định cho tất cả các liên kết */
a {
    text-decoration: none !important;
}
/* Định dạng cho ký tự ⪢ */
.custom-xem-them {
    color: #d31b29; /* Mã màu */
    font-size: 20pt; /* Kích thước font */
    font-weight: bold; /* Tăng độ đậm (tuỳ chọn) */
}
#row-1989783651 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#row-1989783651 > .col {
  padding-left: 0;
  padding-right: 0;
}

#row-1989783651 > .col > .col-inner {
  padding: 0;
}
/* Xóa bỏ gạch chân từ các thẻ <a> nằm trong thẻ <span> có text-decoration */
.custom-xem-them + a span {
    text-decoration: none !important;  /* Xóa gạch chân và ưu tiên điều này */
	font-size: 18pt !important;  
	color: #0c1844 !important;  
}
.custom-xem-them + span a {
    text-decoration: none !important;  /* Xóa bỏ gạch chân trong thẻ <a> */
	font-size: 18pt !important;  
	color: #0c1844 !important;  
}

/* Xóa bỏ gạch chân từ các thẻ <span> có chứa thẻ <a> */
.custom-xem-them + span {
    text-decoration: none !important;  /* Xóa bỏ gạch chân từ thẻ <span> bọc quanh thẻ <a> */
	font-size: 18pt !important;  
}