.woocommerce-account .woocommerce .woocommerce-MyAccount-dashboard{display:flex;gap:30px}.woocommerce-account .woocommerce .woocommerce-MyAccount-dashboard h3{margin-bottom:20px}@media screen and (max-width: 768px){.woocommerce-account .woocommerce .woocommerce-MyAccount-dashboard{flex-direction:column}}.woocommerce-account .woocommerce .woocommerce-MyAccount-dashboard .woocommerce-MyAccount-dashboard__main{flex:0 0 65%}@media screen and (max-width: 768px){.woocommerce-account .woocommerce .woocommerce-MyAccount-dashboard .woocommerce-MyAccount-dashboard__main{flex:1}}.woocommerce-account .woocommerce .woocommerce-MyAccount-dashboard .woocommerce-MyAccount-dashboard__sidebar{flex:0 0 calc(35% - 30px)}@media screen and (max-width: 768px){.woocommerce-account .woocommerce .woocommerce-MyAccount-dashboard .woocommerce-MyAccount-dashboard__sidebar{flex:1}}.ovajoy-video-slider{position:relative;overflow:hidden}.ovajoy-video-slider .ovajoy-video-slider__track{display:flex;transition:transform .3s ease}.ovajoy-video-slider .ovajoy-video-slider__slide{flex:0 0 100%;min-width:100%}.ovajoy-video-slider .ovajoy-video-slider__image{display:block}.ovajoy-video-slider .ovajoy-video-slider__image img{width:100%;height:auto;border-radius:5px}.ovajoy-video-slider .ovajoy-video-slider__title{margin:10px 0 0;font-size:16px;text-align:center}.ovajoy-video-slider .ovajoy-video-slider__title a{color:inherit;text-decoration:none}.ovajoy-video-slider .ovajoy-video-slider__title a:hover{text-decoration:underline}.ovajoy-video-slider .ovajoy-video-slider__nav{display:flex;justify-content:center;gap:10px;margin-top:15px}.ovajoy-video-slider .ovajoy-video-slider__prev,.ovajoy-video-slider .ovajoy-video-slider__next{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background-color:#ff9da0;color:#fff;cursor:pointer;transition:background-color .3s ease}.ovajoy-video-slider .ovajoy-video-slider__prev svg,.ovajoy-video-slider .ovajoy-video-slider__next svg{display:block;flex-shrink:0}.ovajoy-video-slider .ovajoy-video-slider__prev:hover,.ovajoy-video-slider .ovajoy-video-slider__next:hover{background-color:#130f40}




/* NEW CSS - ADD BELOW */
/* Dashboard Card Previews */
.ovog-dashcard__preview {
  margin: 16px 0;
}

.mini-calendar {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.mini-calendar__month {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
  color: #333;
}

.mini-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  font-size: 11px;
  text-align: center;
}

.mini-calendar__grid span {
  padding: 4px 2px;
  color: #666;
}

.mini-calendar__grid span.day {
  font-weight: 500;
  color: #333;
}

.mini-calendar__grid span.current {
  background: #ff9eb7;
  color: #fff;
  border-radius: 50%;
}

.mini-calendar__grid span.empty {
  visibility: hidden;
}

.mini-chart {
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #e0e0e0;
}

.no-data {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  color: #999;
  font-size: 13px;
}

.ovog-dashcard__image-preview {
  border-radius: 12px;
  overflow: hidden;
  height: 120px;
}

.ovog-dashcard__image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ovog-dashcard__image-preview--wide {
  height: 140px;
}

.ovog-dashcard__text {
  margin-top: 12px;
}


/* Make dashboard cards clickable */
.ovog-dashcard {
  cursor: pointer;
  pointer-events: auto;
}

.ovog-dashcard:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

/* Ensure images and previews don't block clicks */
.ovog-dashcard__preview,
.ovog-dashcard__image-preview,
.ovog-dashcard__image-preview img,
.mini-calendar,
.mini-chart {
  pointer-events: none;
}

/* Exception: AI chat button should be clickable */
#ovajoy-ai-launcher {
  cursor: default;
  pointer-events: none;
}

#ovajoy-ai-launcher .ovajoy-ai-open {
  pointer-events: auto;
  cursor: pointer;
}



















