
.bm-amz-compare-box {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
    background: #fafafa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bm-amz-compare-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.4rem;
}

.bm-amz-compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.bm-amz-compare-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bm-amz-compare-image {
    text-align: center;
    margin-bottom: 12px;
}

.bm-amz-compare-image img {
    max-width: 100%;
    height: auto;
}

.bm-amz-compare-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bm-amz-compare-product-title {
    font-size: 1rem;
    margin: 0 0 8px;
    min-height: 2.5em;
}

.bm-amz-compare-price {
    font-weight: 700;
    margin-bottom: 10px;
}

.bm-amz-compare-button {
    display: inline-block;
    margin-top: auto;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #111;
    text-decoration: none;
    font-size: 0.9rem;
    text-align: center;
}

.bm-amz-compare-hint {
    margin-top: 12px;
    font-size: 0.75rem;
    color: #777;
}
