.writers-salon-container {
    width: 100%;
}

/* Debug List */
.debug-field-keys {
    background: #f1f1f1;
    border: 2px dashed #ccc;
    padding: 15px;
    margin-bottom: 20px;
    font-family: monospace;
    font-size: 12px;
    max-height: 200px;
    overflow-y: auto;
}

.debug-field-keys h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.debug-field-keys ul {
    margin: 0;
    padding-left: 20px;
}

/* Featured Post */
.writers-salon-featured {
    margin-bottom: 50px;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.featured-thumbnail {
    margin-bottom: 20px;
    width: 100%;
}

.featured-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

.featured-title {
    margin: 0 0 10px 0;
    font-size: 2em;
}

.featured-title a {
    color: inherit;
    text-decoration: none;
}

.featured-meta {
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #666;
}

.featured-content {
    line-height: 1.6;
    margin-bottom: 0;
}

.featured-field-item {
    margin-bottom: 10px;
}

.field-label {
    font-weight: 700;
    margin-right: 5px;
}

/* Specific Field Defaults */
.main-content-title,
.secondary-text-title {
    margin-bottom: 10px;
    font-weight: 700;
}

.main-content-text,
.secondary-text-content {
    margin-bottom: 20px;
}

/* Grid Layout */
.writers-salon-grid {
    display: grid;
    /* Columns and gap are handled by JS controls via inline styles */
}

.writers-salon-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Ensures image respects border radius if needed */
}

/* Thumbnail */
.card-thumbnail {
    margin-bottom: 15px;
}

.card-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px; /* Optional: slight inner radius */
}

.card-title {
    margin: 0 0 10px 0;
    font-size: 1.3em;
}

.card-title a {
    color: inherit;
    text-decoration: none;
}

.card-meta {
    margin-bottom: 15px;
    font-size: 0.85em;
    color: #888;
}

.card-excerpt {
    margin-bottom: 20px;
    flex-grow: 1; /* Pushes button to bottom */
}

.read-more-btn {
    display: inline-block;
    margin-top: auto;
    text-decoration: none;
    font-weight: 600;
}
