.tbsapc-matched-products-grid {
    display: grid;
    gap: 20px;
    margin: 20px 0;
}

.tbsapc-matched-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tbsapc-matched-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.tbsapc-matched-header {
    width: 100%;
    height: 200px;
    background: #f5f5f5;
    overflow: hidden;
}

.tbsapc-matched-image {
    width: 100%;
    height: 100%;
}

.tbsapc-matched-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tbsapc-matched-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.tbsapc-matched-info {
    padding: 16px;
}

.tbsapc-matched-info h3 {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.4;
}

.tbsapc-matched-info h3 a {
    color: #0073aa;
    text-decoration: none;
}

.tbsapc-matched-meta {
    margin: 0 0 12px 0;
    font-size: 12px;
    color: #666;
}

.tbsapc-matched-offers-title {
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: 600;
}

.tbsapc-matched-offers-table {
    width: 100%;
    font-size: 12px;
    margin-bottom: 12px;
}

.tbsapc-matched-offers-table td {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.tbsapc-matched-shop {
    color: #0073aa;
}

.tbsapc-matched-shop a {
    color: #0073aa;
    text-decoration: none;
}

.tbsapc-matched-network {
    text-align: center;
    font-size: 11px;
}

.tbsapc-matched-price {
    text-align: right;
    color: #4caf50;
    font-weight: bold;
}

.tbsapc-matched-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}

.tbsapc-btn {
    display: block;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: white;
}

.tbsapc-btn-primary {
    background: #2196f3;
}

.tbsapc-btn-success {
    background: #4caf50;
}

.tbsapc-matched-empty {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    background: #f9f9f9;
    border-radius: 8px;
}
