/**
 * FC Partner - Shortcode Styles
 *
 * @package FC_Partner
 * @since 0.9.119
 */

.fc-partner-tiers-table {
    margin: 1.5em 0;
}

.fc-partner-tiers-table table {
    width: 100%;
    border-collapse: collapse;
}

.fc-partner-tiers-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.fc-partner-tiers-table tbody tr:hover {
    background: #fafafa;
}

.fc-partner-tier-name {
    font-weight: 500;
}

.fc-partner-tier-emoji {
    font-size: 1.2em;
    margin-right: 8px;
}

.fc-partner-tier-amount {
    font-weight: 600;
    color: #2e7d32;
}
