@prefixCls: ~'igloo-transit-search-box';

.@{prefixCls} {
  &-container {
    width: 530px;
    height: 48px;
    border-color: #bdbdbd;
    &:hover,
    &:focus {
      color: #5858ff;
    }
    .@{prefixCls}-icon {
      font-size: 24px;
    }
  }
}
