#urs-switch{
    padding: 2px 12px;
    font-size: 10px;
    cursor: pointer;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s;
    color: #555;
}
#urs-switch:hover{
    color: #000;
}
#urs-search {
    padding: 2px 15px;
    font-size: 12px;
    box-sizing: border-box;
    margin: 0px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 120px;
    min-height: auto;
}
#urs-back-bar {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
#urs-back-form {
  margin: 0;
}
#urs-back-button {
  background-color: #0073aa; 
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}
#urs-back-button:hover {
  background-color: #005177;
  transform: scale(1.05);
}
#urs-back-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.4);
} 
#urs-back-bar {
    display: flex;
    justify-content: flex-end;
    padding: 8px;
}
#urs-back-button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #212326;
    cursor: pointer;
    position: relative;
}
#urs-back-button::before,
#urs-back-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: white;
    transform-origin: center;
}
#urs-back-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#urs-back-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#urs-back-button:hover {
    background-color: #33363a;
}
#urs-suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 2px;
    padding: 0px 8px !important;
    list-style: none;
    width: 160px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 100000;
    display: none;
}
#urs-suggestions li {
    padding: 0px !important;
    cursor: pointer;
    border-bottom: 1px solid #5c5c5c;
    white-space: nowrap;
    display: block;
    width: 100%;    
    transition: all 0.3s;
}
#urs-suggestions li:last-child {
    border-bottom: none;
}
#urs-suggestions li:hover {
    background-color: transparent;
    color: #9d9d9d;
}
.urs-selected-tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccd0d4;
    background: transparent !important;
    color: #fff !important;
    padding: 0px 5px !important;
    line-height: 1.1 !important;
    min-height: auto !important;
    height: 20px !important;
    margin-right: 5px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
}
.urs-tag-remove {
    margin-left: 4px;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
}
#urs-bar .urs-suggestions-list{
    background: #000;
    padding: 0px 5px;
}
#wp-admin-bar-userroleswitcher-adminbar-search .ab-item:hover{
    background: transparent !important;
    color: #fff !important;
}
