#vso-panel {
  background:#191919!important;
  position: fixed;
  color:white;
  right: -400px;
  top: 0;
  width: 360px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  padding: 10px;
  overflow-y: auto;
}
.vso-promo-benefits{
  font-family: "helvetica-neue-world", sans-serif!important;
}
#vso-panel h4{
  color: #00B4B5;
  font-weight: 600;
  font-size:16px!important;
  text-transform: capitalize;
}
.vso-notification-modal {
  width: 330px;
  position: fixed; /* Stays in place even when scrolling */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background:#191919!important;
  color: white;
  border: 3px solid #00B4B5;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 20px 7px rgba(0, 0, 0, 0.25);
  display: none;
  flex-direction: column;
  align-items: center;
}

.vso-notification-modal h5 {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.vso-notification-modal p {
  margin: 5px 0;
  font-size: 14px;
}
body.vso-panel-open #vso-panel {
  right: 0;
}
.vso-panel-close {
  position: absolute;
  top: 40px;
  left: 6px;
  background: none;
  border: none;
  cursor: pointer;
  display:block;
  
}
.vso-drag-handle {
  cursor: move;
  margin-right: 0;
}

#vso-login-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
  display: none;
}
.vso-login-modal-inner {
  background: url('../img/bg_login.jpg') no-repeat center center;
  max-width: 400px;
  margin: 100px auto;
  border-radius: 3px;
  position: relative;
}

.vso-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,0.2);
  border: none;
  color: white;
  font-size: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  span{
    display: inline-block;
    line-height: 10px;
    padding-bottom: 7px;
  }
}

.vso-modal-close:hover {
  background: rgba(255,255,255,0.3);
}

.vso-google-button-wrapper {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.semi-tint{
  background: rgba(0,0,0,.85);
  width: 100%;
  height: 100%;
  padding: 20px
}
.vso-login-modal-inner{
  input[type=email],
  input[type=password],
  input[type=text]{
    display: block;
    color: #313131;
    padding: .3125em .6125em;
    font-size:1rem;
    margin:0 auto 15px auto;
    border-radius: 3px;
    border: 1px solid rgba(0,180,181,.2)!important;
    background: white;
    font-weight: lighter;
    outline: none;
    width: 100%;
    &:focus{
      border-color: rgba(0,180,181,1)!important;
    }
  }
  button[type=submit]{
    display: block;
    background: #00B4B5;
    color: white;
    border-radius: 3px;
    font-weight: 600;
    border:none;
    padding:0 8px 6px 8px;
    margin:0 auto;
    width: 100%;
  }
}
.vso-sortable-list{
  margin-left: 0;
  padding-left: 0;
  margin-top: .5em!important;
}
.vso-sortable-list li{
  list-style-type: none!important;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; /* Vertical alignment */
  height: 100%; 
}
.vso-sortable-list li img{
  margin-right: 10px;
}
.vso-sortable-list li a{
  font-size: 12px;
  font-family: "helvetica-neue-world", sans-serif;
  font-weight: 600;
  text-decoration:none;
  display: inline-block; /* or 'block' depending on layout */
  max-width: 50%;       /* or a specific width like 200px */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px; 
}
.vso-sortable-list em{
  font-size: .6125em;
  font-weight: 600;
  font-style: italic;
  text-center;
}
.icon-bullet {
 display: inline-flex;
 justify-content: center;
 align-items: center;
 width: 24px;      // or whatever fixed size you need
 height: 24px;
 border-radius: 50%;
 background: white;
 overflow: hidden; // in case image overflows
 padding: 0;    
 }
.icon-bullet img {
width: 60%;       // or 100% if you want the image to fill the circle
height: auto;     // maintain aspect ratio
display: block;
}
.vso-city{
  font-size: 12px;
  margin-left: auto;
  font-weight: normal;
}
.vso-prefecture{
  font-size: 14px;
  
}
.display-float-right{
  position: absolute;
  right:-11px;
  top: 0;
}
.spot-type{
  font-size: .5em;
  font-weight: bold;
  color: rgba(255,255,255,.75);
}
#vso-favorites{
  margin-left: 0;
  padding-left: 0;
}
#vso-favorites li{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 5px 0 10px 0;
  border-bottom: 1px dotted rgba(255,255,255,.3);
}
#vso-favorites li a{
  text-decoration: none;
}

#vso-favorites li a,
.vso-sortable-list li a {
  color: white; /* initial color */
  transition: color 0.3s ease;
}

#vso-favorites li a:hover,
.vso-sortable-list li a:hover {
  color: #00B4B5; /* target hover color */
}

.vso-list-header {
  position: relative;
}
.vso-list-header img{
  cursor: grab;
}

.vso-list-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  float: right;
  color: white;
}

.vso-list-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  border: 1px solid #ddd;
  padding: 5px;
  z-index: 10;
}

.vso-list-menu button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
  cursor: pointer;
}

.vso-list-block {
  border: 1px solid #171717;
  border-radius: 6px;
}

.vso-list-placeholder {
  border: 2px dashed #bbb;
  background: #f9f9f9;
  margin-bottom: 10px;
}
.vso-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vso-avatar-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 5px solid white;
  background-color: #00B4B5; /* dark navy or your brand color */
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
}

.vso-username {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-transform: capitalize;
}

.vso-delete-spot,
.vso-remove-favorite{
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  &:hover{
    color: #00B4B5;
  }
}
.vso-create-list{
  border-radius: 4px;
  background: transparent;
  border:none;
  display: inline-flex;
  cursor: pointer;
  color:white;
  font-size: 14px;
  text-decoration: none;
  margin-top: 20px;
  padding: 6px 10px;
  font-weight: bold;
  align-items: center;
}
.vso-logout-btn {
  margin-left: auto;
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 6px 10px;
  background: transparent;
  border-radius: 4px;
  color:white;
  text-decoration: none;
  margin-top: 10px;
}

.vso-logout-btn:hover,
.vso-create-list:hover {
  background-color: #00B4B5;
}
#vso-panel-toggle-floating {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #00B4B5;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 10px;
  cursor: pointer;
  z-index: 10000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

#vso-panel-toggle-floating:hover {
  background-color: #009a9a;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  /* Login Modal Mobile Adjustments */
  .vso-login-modal-inner {
    max-width: 90%;
    width: 90%;
    margin: 50px auto;
  }

  .semi-tint {
    padding: 15px;
  }

  /* Ensure form inputs stack vertically on mobile */
  .vso-login-modal-inner input[type=email],
  .vso-login-modal-inner input[type=password],
  .vso-login-modal-inner input[type=text] {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
  }

  .vso-login-modal-inner button[type=submit] {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 8px 6px 8px;
    margin: 0 auto;
    background: #00B4B5;
    color: white;
    border-radius: 3px;
    font-weight: 600;
    border: none;
  }

  /* Adjust Google button wrapper - keep flexbox for centering */
  .vso-google-button-wrapper {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin: 15px 0;
  }

  /* Adjust side panel for mobile */
  #vso-panel {
    width: 90%;
    right: -100%;
  }

  body.vso-panel-open #vso-panel {
    right: 0;
  }
}

/* ==========================================
   Members-Only Overlay Styles
   ========================================== */

/* Overlay container - fixed at bottom of viewport */
#vso-members-only-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  display: none;
}

/* Main content wrapper */
.vso-members-only-content {
  background: #171717 url(https://res.cloudinary.com/dkvemvejz/image/upload/q_auto,fl_progressive/v1755777164/warisuke_cjcubz.jpg) repeat;
  padding-bottom: 30px;
}

/* Cyan/teal top bar */
.vso-members-only-bar {
  background: #00B4B5;
  height: 8px;
  width: 100%;
}

/* Content area */
.vso-members-only-body {
  text-align: center;
  padding: 40px 20px;
  color: white;
}

/* Main heading */
.vso-members-only-body h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  line-height: 1.4;
}

/* Sub-text */
.vso-members-only-body p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: white;
}

/* Signup button */
.vso-members-only-button {
  background: #00B4B5;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.vso-members-only-button:hover {
  background: #009a9b;
}

/* Body scroll lock when overlay is shown */
body.vso-members-only-locked {
  overflow: hidden;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .vso-members-only-body {
    padding: 30px 15px;
  }

  .vso-members-only-body h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .vso-members-only-body p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .vso-members-only-button {
    font-size: 16px;
    padding: 12px 30px;
  }
}

/* ==========================================
   Promotional Signup Panel Styles
   ========================================== */

/* Panel container - fixed at bottom, slides up */
#vso-promo-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99997;
  display: none;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Visible state - slides up */
#vso-promo-panel.vso-promo-visible {
  transform: translateY(0);
}

/* Main content wrapper */
.vso-promo-content {
  background: #171717 url(https://res.cloudinary.com/dkvemvejz/image/upload/q_auto,fl_progressive/v1755777164/warisuke_cjcubz.jpg) repeat;
  position: relative;
  padding-bottom: 0px;
}

/* Teal top bar */
.vso-promo-bar {
  background: #00B4B5;
  height: 8px;
  width: 100%;
}

/* Close button - top right */
.vso-promo-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 28px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.vso-promo-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vso-promo-close span {
  display: inline-block;
  line-height: 10px;
  padding-bottom: 12px;
}

/* Body layout - position relative for absolute hand positioning */
.vso-promo-body {
  position: relative;
  padding: 30px 40px;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 280px;
}

/* Hand image container - positioned at bottom */
.vso-promo-image {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 350px;
  z-index: 1;
}

.vso-promo-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text content area */
.vso-promo-text {
  flex: 1;
  color: white;
  margin-left: 400px;
  position: relative;
  z-index: 2;
}

/* Main heading */
.vso-promo-text h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: white;
  line-height: 1.3;
}

/* Benefits list */
.vso-promo-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.vso-promo-benefits li {
  font-size: 16px;
  line-height: 1.8;
  color: white;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

/* Bullet point styling - checkmark */
.vso-promo-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00B4B5;
  font-weight: bold;
  font-size: 18px;
}

/* CTA Buttons Container */
.vso-promo-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* CTA Button */
.vso-promo-button {
  background: #00B4B5;
  color: white;
  border: none;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  text-align: center;
  display: inline-block;
}

.vso-promo-button:hover {
  background: #009a9b;
}

/* Secondary Button (White) */
.vso-promo-button.vso-promo-button-secondary {
  background: white !important;
  color: #333 !important;
  border: 2px solid #ddd !important;
}

.vso-promo-button.vso-promo-button-secondary:hover {
  background: #f5f5f5 !important;
  border-color: #999 !important;
  color: #333 !important;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .vso-promo-body {
    padding: 25px 20px;
    min-height: auto;
    padding-top: 180px;
  }

  .vso-promo-image {
    position: static;
    width: 150px;
    margin: 0 auto 20px;
    left: auto;
  }

  .vso-promo-text {
    text-align: center;
    margin-left: 0;
  }

  .vso-promo-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .vso-promo-benefits li {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
  }

  .vso-promo-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .vso-promo-button {
    font-size: 14px;
    padding: 12px 25px;
    width: 100%;
  }

  .vso-promo-close {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
}
