.Social_Sizes {
    width: 30px;
}
.sub-menu-ul {
    position: relative !important;
    left: 10px !important;
    opacity: 1 !important;
    transform: scaleY(1) !important;
    visibility: visible !important;
    list-style: circle !important;
}

.web-submenu-grid {
    display: grid;
    grid-template-rows: repeat(2, auto); /* 2 rows */
    grid-auto-flow: column; /* Fill row-wise */
    gap: 10px 20px;
    margin-top: 10px;
}

.sub-menu-item {
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease;
}

.sub-menu-item:hover {
    background: #007bff;
    color: white;
}

.rating-icon {
    margin-left: 2px;
}

.partner-logo-sizing {
    width: 190px;
    height: 40px;
}

.runes-sizing {
    padding: 25px 50px !important;
}

.runes-sizing img {
    width: 110px;
    display: flex;
    margin: auto;
    height: 50px;
}

.uv-sizing {
    padding: 15px 50px !important;
}

.uv-sizing img {
    display: flex;
    margin: auto;
    width: 160px;
    height: 70px;
}

.anchor-black-color {
    color: var(--text-color);
}
