.elementor-294 .elementor-element.elementor-element-81d345a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-294 .elementor-element.elementor-element-81d345a{padding:70px 0px 70px 0px;}.elementor-bc-flex-widget .elementor-294 .elementor-element.elementor-element-dd13957.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-294 .elementor-element.elementor-element-dd13957.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-294 .elementor-element.elementor-element-a841d4e{text-align:center;}.elementor-294 .elementor-element.elementor-element-a841d4e .elementor-heading-title{color:#FFFFFF;}.elementor-294 .elementor-element.elementor-element-a841d4e > .elementor-widget-container{padding:5% 0% 0% 0%;}.elementor-294 .elementor-element.elementor-element-9ae3c8d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-294 .elementor-element.elementor-element-fcfbcb0{--display:flex;--background-transition:0.3s;}.elementor-294 .elementor-element.elementor-element-d02bde5{--display:flex;--background-transition:0.3s;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-294 .elementor-element.elementor-element-d02bde5{--width:70%;}}@media(max-width:767px){.elementor-294 .elementor-element.elementor-element-81d345a{padding:100px 0px 50px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-d43d798 */.dashboard_steam_site_menu {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #7c7e82;
    display: flex;
    justify-content: flex-start; /* Align items to the left on desktop */
    flex-wrap: wrap; /* Allows wrapping */
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard_steam_site_menu_link {
    color: #7c7e82;
    border-bottom: 1px solid #7c7e82;
    text-decoration: none;
    padding: 5px;
    white-space: nowrap; /* Prevent wrapping of individual links */
}

.dashboard_steam_site_menu_link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dashboard_steam_site_menu {
        justify-content: space-around; /* Items evenly spaced on tablets/mobiles */
        font-size: 12px; /* Slightly smaller font for mobile */
    }

    .dashboard_steam_site_menu_link {
        padding: 8px 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .dashboard_steam_site_menu {
        justify-content: center; /* Center align for smaller screens */
        flex-wrap: wrap; /* Wrap items if necessary */
    }

    .dashboard_steam_site_menu_link {
        padding: 10px 0;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0777f4c *//* Container styling */
.elementor-table-wrapper-unique123 {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

/* Table Styling */
.elementor-table-unique123 {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #2c2c2c;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Table Section Headers (like World, Regions, Countries) */
.elementor-table-unique123 .table-section-header {
    background-color: #444;
    font-weight: bold;
    text-align: left;
}

.elementor-table-unique123 td {
    padding: 10px;
    border: 1px solid #444;
    text-align: left;
}

/* Links inside the table */
.elementor-table-unique123 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.elementor-table-unique123 a:hover {
    text-decoration: underline;
}

/* Responsive Styling for Mobile Devices */
@media screen and (max-width: 768px) {
    .elementor-table-unique123 td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .elementor-table-unique123 tr {
        display: block;
        margin-bottom: 10px;
    }

    .elementor-table-unique123 td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7dc4d27 *//* Dashboard links section styling */
.dashboard_links {
    margin-top: 20px;
}

/* Styling for each link */
.dashboard_link_item {
    display: block;
    font-size: 16px;
    color: #1E90FF; /* Light blue color for the links */
    margin-bottom: 6px; /* Reduced gap between links */
    text-decoration: none;
    padding: 8px 12px; /* Added padding for a cleaner layout */
    background-color: #333; /* Dark background for the links */
    border-radius: 4px;
    border: 1px solid #444; /* Unified border color */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Hover effect for links */
.dashboard_link_item:hover {
    background-color: #444; /* Darker background on hover */
    border-color: #555; /* Slightly lighter border on hover */
}

/* Responsive design */
@media screen and (max-width: 768px) {
    .dashboard_link_item {
        font-size: 14px;
        padding: 8px 10px; /* Adjusted padding for smaller screens */
    }
}/* End custom CSS */