.header_actions_wrapper {
    display: flex;
    flex-direction: column;
}

.header_actions_heading {
    display: flex;
    flex-direction: column;
}

.header_actions_menu {
    display: flex;
    width: 100%;
}

.header_action_text {
    margin: 0;
}

.header_action_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

/* SVG Icon Styling */
.header_actions_svg_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_actions_svg_icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    /* Inherit text color for SVG */
}

.header_action_item.hidden {
    display: none !important;
}
