/*
Theme Name: wpm-child
Author:
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Pattern Files Upload Section */
.pf-upload-section {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 2px dashed #ddd;
}

.pf-upload-section h3 {
  margin-top: 0;
  color: #333;
}

.pf-upload-section p {
  margin-bottom: 15px;
  color: #666;
}

.pf-upload-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pf-upload-form input[type="file"] {
  flex: 1;
  max-width: 300px;
}

/* Pattern Files Grid */
.pf-files-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* Pattern File Cards */
.pf-file-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background: #f9f9f9;
}

.pf-file-name {
  font-weight: bold;
  margin-bottom: 5px;
  word-break: break-all;
}

.pf-file-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.pf-file-actions a:first-child {
  margin-right: 5px;
}

/* No Files State */
.pf-no-files {
  text-align: center;
  padding: 40px;
  color: #666;
  background: #f9f9f9;
  border-radius: 8px;
  margin-top: 20px;
}

.pf-no-files .pf-no-files-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.pf-no-files .pf-no-files-title {
  font-size: 16px;
  margin: 0;
}

.pf-no-files .pf-no-files-subtitle {
  font-size: 14px;
  margin: 5px 0 0 0;
  color: #999;
}
