.amazonjs-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    background: #fff;
}

.amazonjs-card a {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #333;
}

.amazonjs-thumb img {
    width: 120px;
    height: auto;
}

.amazonjs-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.amazonjs-price {
    margin-top: 10px;
    color: #c45500;
    font-size: 18px;
    font-weight: bold;
}
