/* Post anchor highlighting */
.highlight-post {
    background-color: #fff3cd !important;
    border-color: #ffeaa7 !important;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.3) !important;
    transition: all 0.3s ease !important;
}