/**
 * Secondary title (kicker) — visually distinct from the main headline.
 */
.gpai-secondary-title {
    display: block;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 0.2em;
    letter-spacing: 0.01em;
}

/* Common news themes: keep kicker lighter than the headline inside h1/h2 */
.entry-title .gpai-secondary-title,
.post-title .gpai-secondary-title,
h1 .gpai-secondary-title,
h2 .gpai-secondary-title,
h3 .gpai-secondary-title {
    font-weight: 500;
}

.gpai-secondary-title-field {
    max-width: 100%;
}

.gpai-secondary-title-input {
    width: 100%;
    font-size: 1.7em;
    line-height: 1.4;
    padding: 3px 8px;
    margin: 0 0 4px;
}
