/**
 * HBC Featured Image Block Styles
 */

.hbc-featured-image-wrapper {
  margin: 20px 0;
}

.hbc-featured-image-container {
  max-width: 100%;
  width: 100%;
}

.hbc-featured-image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.hbc-featured-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Caption Styles */
.hbc-featured-caption {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  padding: 12px 16px;
}

/* Top Caption */
.hbc-caption-top {
  margin-bottom: 0;
  font-style: italic;
}

/* Bottom Caption */
.hbc-caption-bottom {
  margin-top: 0;
  font-style: italic;
}

/* Overlay Caption */
.hbc-caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white !important;
  padding: 20px 16px 16px 16px;
  margin: 0;
  font-style: normal;
  border-radius: 0 0 8px 8px;
}

/* Text Alignment */
.hbc-caption-align-left {
  text-align: left;
}

.hbc-caption-align-center {
  text-align: center;
}

.hbc-caption-align-right {
  text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
  .hbc-featured-caption {
    font-size: 13px;
    padding: 10px 12px;
  }
  
  .hbc-caption-overlay {
    padding: 16px 12px 12px 12px;
  }
}

/* Editor Styles */
.hbc-featured-image-block-editor {
  margin: 10px 0;
}
