.custom-menu-7e53ffd1-container {
    background-color: #0f172a;
    border-radius: 8px;
    padding: 15px 25px;
    direction: ltr; /* Keeping LTR overall so arrow is left, text is right */
}

.custom-menu-7e53ffd1-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menu-7e53ffd1-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}

.custom-menu-7e53ffd1-item:last-child {
    border-bottom: none;
}

.custom-menu-7e53ffd1-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.custom-menu-7e53ffd1-link:hover, .custom-menu-7e53ffd1-link:focus {
    color: inherit;
    opacity: 0.8;
}

.custom-menu-7e53ffd1-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.custom-menu-7e53ffd1-icon {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-menu-7e53ffd1-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}

.custom-menu-7e53ffd1-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    gap: 20px;
}

.custom-menu-7e53ffd1-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-family: inherit;
}

.custom-menu-7e53ffd1-number {
    color: #38bdf8; /* matching the cyan color in the image */
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}
