.account-menu {
    position: relative;
    display: inline-block;
}

.account-options {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 8px;
    display: none;
    z-index: 999;
    right: 0;
    top: 100%;
}

.account-options a {
    display: block;
    padding: 5px;
    color: black;
    text-decoration: none;
}

.account-options a:hover {
    background-color: #eee;
}

.active {
  font-weight: bold;
  color: #ffd700 !important; /* Gold */
}