/**
 * Style dla widgetu Elementora Foreto Job Offers
 */

/* Style dla widgetu Elementor */

.fjo-elementor-preview {
  text-align: center;
}

.fjo-elementor-preview h3 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 18px;
}

.fjo-elementor-preview p {
  margin: 0 0 15px 0;
  color: #666;
}

.fjo-preview-info {
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  margin: 15px 0;
  text-align: left;
  border: 1px solid #e0e0e0;
}

.fjo-preview-info strong {
  color: #333;
}

.fjo-preview-note {
  margin-top: 15px;
  padding: 10px;
  background: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 3px;
  color: #0066cc;
}

.fjo-preview-content {
  margin-top: 20px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.fjo-elementor-widget .fjo-error {
  text-align: center;
  padding: 20px;
  color: #d32f2f;
  background: #ffebee;
  border: 1px solid #ffcdd2;
  border-radius: 3px;
}

.fjo-preview-shortcode {
  max-height: 400px;
  overflow-y: auto;
}

/* Style dla opcji kolorów w widgetcie */
.fjo-jobs-container {
  transition: background-color 0.3s ease;
}

.fjo-job-card {
  transition: background-color 0.3s ease;
}

.fjo-job-title a {
  transition: color 0.3s ease;
}

/* Responsywność dla widgetu */
@media (max-width: 768px) {
  .fjo-elementor-preview {
    padding: 15px;
  }

  .fjo-elementor-preview h3 {
    font-size: 16px;
  }

  .fjo-elementor-preview p {
    font-size: 13px;
  }
}
