.jfb-file-preview {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jfb-thumbnail {
    width: 100px;
    text-align: center;
    position: relative;
}

.jfb-preview-image {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.jfb-file-icon {
    width: 100%;
    height: 80px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.jfb-thumbnail p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jfb-upload-status {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
}

.jfb-upload-status.success {
    color: #28a745;
}

.jfb-upload-status.error {
    color: #dc3545;
}
.jfb-remove-btn {
  font-size: 10px !important;
  padding: 0 !important;
  background: none !important;
  position: absolute;
  top: 5px !important;
  left: -5px !important;
  border: none !important;
  background: white !important;
  height: 12px !important;
}

.jfb-upload-status.success {
  font-size: 10px !important;
  padding: 0 !important;
  background: none !important;
  position: absolute !important;
  top: 50% !important;
  right: 43% !important;
  border: none !important;
  background: #00b7483d !important;
  height: 19px !important;
  width: 19px !important;
}

.elementor-6938 .elementor-element.elementor-element-b861b2e p:first-child {
  background: #c1c1c130 !important;
  padding: 0px 4px 0px 3px !important;
  border-radius: 3px !important;
  font-size: 10px !important;
}