/*
 * Exclusive badge styles.
 *
 * Compiled output of sass/theme/_exclusive-badge.scss. Shipped as a
 * standalone file because the project's gulp pipeline isn't installed
 * locally; the SCSS partial remains the source of truth and will
 * subsume this file the next time the build runs.
 */

.trains-exclusive-badge {
    display: inline-block;
    padding: 2px 8px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #c41230;
    color: #c41230;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
}

.trains-exclusive-badge--overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.trains-exclusive-badge--inline {
    margin-left: 12px;
    vertical-align: middle;
    font-size: 13px;
    padding: 3px 10px;
}

.tagged-grid-card__image,
.tagged-grid-card__cover-link,
.tagged-grid-card--featured__image,
.search-result-thumb,
.entry-thumbnail,
.potd-content-wrap {
    position: relative;
}

.card {
    position: relative;
}
