/**
 * NOTICE OF LICENSE
 *
 * @author    Presta.Site
 * @copyright 2020 Presta.Site
 * @license   LICENSE.txt
 */

.pstseo-equivalents {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    background: #f7f8f9;
    border: 1px solid #e3e6e8;
    border-radius: 4px;
}

.pstseo-equivalents-title {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #232323;
}

.pstseo-equivalents-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pstseo-equivalents-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
    padding: 0.65rem 0.75rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 3px;
}

.pstseo-equivalents-list li + li {
    margin-top: 0.5rem;
}

.pstseo-equivalents-link {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
    color: #24b9d7;
    text-decoration: none;
}

.pstseo-equivalents-link:hover {
    color: #1a9bb5;
    text-decoration: underline;
}

.pstseo-platform-badge {
    flex: 0 0 auto;
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    color: #363a41;
    background: #f0f0f0;
    border: 1px solid #d8d8d8;
    white-space: nowrap;
}

.pstseo-platform-badge.pstseo-platform-prestashop {
    color: #251b5b;
    background: #ebe8f7;
    border-color: #cfc6ef;
}

.pstseo-platform-badge.pstseo-platform-woocommerce {
    color: #3c2861;
    background: #f3ecfa;
    border-color: #d9c4ef;
}

.pstseo-platform-badge.pstseo-platform-wordpress {
    color: #1d4f7c;
    background: #e8f3fb;
    border-color: #b9d9f2;
}

.pstseo-platform-badge.pstseo-platform-shopify {
    color: #1d5c3a;
    background: #e8f6ee;
    border-color: #b9dfc8;
}
