.answer + .post,
.answer + a#unread + .post {
	background-color: none;
}

.post_answer {
	background-color: #44f31422 !important;
	padding: 10px;
	border: 1px dashed #44f31488;
	border-radius: 7px;
	width: 92% !important;
	margin-bottom: 10px;
	margin-top: 10px;
}
.answer-button {
	background-color: #000;
	color: #44f314;
	padding: 0 5px 2px;
    border: 1px solid #44f314;
	border-radius: 5px;
	margin-right: 5px;
	font-size: 1.2em;
}
.answer-menu {
	color:#44f314;
	font-weight:900;
}
.answered {
	background-color: #000;
	color: #44f314;
	padding: 0 5px 0 3px;
    border: 1px solid #44f314;
	border-radius: 5px;
	font-size: 1em;
}
.full-post {
    display: inline-block;
    padding: 5px 18px;
    margin: 15px 0 5px;
    font-size: 14px;
    font-weight: 600;
    
    /* Nền & Viền */
    background: linear-gradient(180deg, #ffffff33 0%, #00000077 100%);
    border-radius: 20px;
    border-top: 2px solid #44f31466;
    border-bottom: 2px solid #000000;
    box-shadow: 0 0 10px rgba(68, 243, 20, 0.2);
    
    /* Hiệu ứng chuyển động mượt */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    user-select: none;
}

.full-post a {
    color: #44f31488;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hiệu ứng khi rê chuột vào (Hover) */
.full-post:hover {
    background-color: #44f31455;
    box-shadow: 0 0 20px rgba(68, 243, 20, 0.6);
    transform: translateY(-2px);
}

.full-post:hover a {
    color: #ffffff77; /* Đổi màu chữ sang tối để dễ đọc trên nền xanh */
}

/* Hiệu ứng khi bấm vào (Active) */
.full-post:active {
    transform: translateY(1px);
    box-shadow: 0 0 8px rgba(68, 243, 20, 0.4);
}
/* Nhắm trực tiếp vào icon bên trong nút Best Answer */
.clone a .icon.fa-check {
    color: #44f314; /* Hoặc #44f314 */
}
.profile-answers {
	margin-left: 8px;
}

.profile-answers a {
	font-weight: normal;
}

@media (max-width: 700px) {
	div.profile-answers {
		display: none;
	}
}
