
@charset "UTF-8";

.marker {
  /* background-color を transparent（透明）で上書きしつつ、
     background にグラデーションを当てる */
  background-color: transparent !important;
  background: linear-gradient(transparent 40%, #f1c40f 40%) !important;
}