.cs-wrapper-0602b43f {
  width: 100%;
}

.cs-container-0602b43f {
  position: relative;
  display: inline-block;
}

.cs-btn-0602b43f {
  background: #1a73e8;
  border-style: solid;
  border-width: 3px;
  border-color: #e2e8f0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  outline: none;
  box-sizing: border-box;
}

.cs-btn-0602b43f svg {
  fill: #ffffff;
  width: 24px;
  height: 24px;
  transition: fill 0.2s;
  display: block;
}

.cs-btn-0602b43f:active {
  transform: scale(0.92);
}

.cs-dropdown-0602b43f {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 999;
  min-width: 180px;
  overflow: hidden;
}

.cs-dropdown-0602b43f.cs-active-0602b43f {
  display: block;
}

.cs-item-0602b43f {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #2d3748;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.15s;
  text-align: left;
}

.cs-item-0602b43f:hover {
  background: #f7fafc;
  color: #1a202c;
}
