.text-primary {
    color: #007bff;
    cursor: pointer;
}

.text-primary:hover {
    text-decoration: none;
    color: #0056b3;
}


.posted-date {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: #fdd742;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: bold;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.posted-date:hover {
    background-color: #1792d8;
    cursor: default;
    color: #000;

}