/* RAM Skyverse Navigation Styles */

/* Remove pink background from Skyverse button while keeping functionality */
.head_name_links a[title="Skyverse Travel Agency"] {
    background-color: transparent !important;
}

/* Make Skyverse logo same size as other header icons */
.head_name_links a[title="Skyverse Travel Agency"] img {
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle !important;
}

/* Remove pink background on hover */
.head_name_links a[title="Skyverse Travel Agency"]:hover {
    background-color: transparent !important;
}

/* Ensure Skyverse logo displays correctly in mobile sidebar */
.left-sidebar-mobile li a img[alt="Skyverse"] {
    display: inline-block;
    vertical-align: middle;
}
