/*
Theme Name: danghieu.com
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
h4.report-title, h4.comment-title {
    background-color: #ff0000;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
	margin-bottom: 0px;
}

i.fas.fa-link {
    color: red;
}
.scam-report-list,.scam-comment-list {
    border: 1px solid #ccc;
    border-radius: 12px;
	text-align: center;
}
.view-more {
    color: #fff !important;
    background-color: #ff0000;
    display: inline;
    padding: 4px 12px;
    border-radius: 8px;
	font-size: 95%;
}
.report-title, h4.comment-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.report-items,ul.comment-items {
    list-style-type: none;
    padding: 0;
}

.report-items li, ul.comment-items li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-left: 0px ! IMPORTANT;
	text-align: left;
}

.report-items li:last-child , ul.comment-items li:last-child{
    border-bottom: none;
}

.report-items li a, ul.comment-items li a {
    text-decoration: none;
    color: #ff0000;
}

.report-items li a:hover, ul.comment-items li a:hover {
    text-decoration: underline;
}

.report-date, .report-views {
   
    font-size: 12px;
    color: #666;
    margin-top: 5px;
	 margin-left: 8px;
}

.view-more {
    text-align: center;
    margin: 10px auto !important;
    color: #0073e6;
    cursor: pointer;
    display: block;
    width: max-content; /* Để không bị chiếm toàn bộ chiều rộng */
}

.view-more:hover {
    text-decoration: underline;
}

/* Ẩn các mục vượt quá 6 mục ban đầu */
.report-items li:nth-child(n+7), .comment-items li:nth-child(n+7) {
    display: none;
}



.single-scammer-info, .single-scammer-verify {
    position: relative;
}
.single-scammer-info, .single-scammer-verify {
    border: 1px solid #DEE2E6 !important;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0px 10px 10px 10px;
}
.single-scammer .col { padding-bottom: 15px !important; }  


.single-scammer .box-text.text-left {
    display: none;
}
.single-scammer-info p,
.single-scammer-verify p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.single-scammer-info p strong,
.single-scammer-verify p strong {
    width: 30%;
    font-weight: bold;
}

.single-scammer-info p span,
.single-scammer-verify p span {
    width: 70%;
}


.single-scammer h4 {
    border: 1px solid #DEE2E6;
    padding: 4px 20px;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    width: max-content;
    margin-bottom: 0px !important;
    border-bottom: unset;
    background-color: #ff0000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 135% !important;
}

.single-scammer p {
    font-size: 16px;
    line-height: 1.6;
    
}

p.note-single u {
    margin-left: 10px;
}

span.column-1 {
    font-weight: 800 !important;
    color: #000000 !important;
}

.single-scammer .scamer-gallery ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-scammer .scamer-gallery ul li {
    flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box;
}

.single-scammer .scamer-gallery ul li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.single-scammer .scamer-gallery ul li img:hover {
    transform: scale(1.05);
}

.qh_socia {
    margin-top: 20px;
    float: right;
}

.scamer-gallery img {
    border: 1px solid #f3f3f3;
    padding: 2px;
}

.qh_socia a {
    text-decoration: none;
    font-weight: bold;
}

.qh_socia a:hover {
    text-decoration: underline;
}


.single-scammer {
    margin-top: 100px;
}

.qh_socia a {
    color: #0099FF;
    font-weight: 500;
    position: relative;
    padding-left: 22px;
    margin-right: 10px;
}


a.btn-comment:before {
    content: '';
    background: url(/wp-content/uploads/2025/02/icons8-comment.png) center center / contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

a.btn-coppy:before {
    content: '';
    background: url(/wp-content/uploads/2025/02/1-5.png) center center / contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

a.btn-cancel:before {
    content: '';
    background: url(/wp-content/uploads/2025/02/warning.png) center center / contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}



.qh_socia a {
    color: #0099FF;
    font-weight: 500;
}