.aalg-amazon-box {
    position: relative;
    border: 2px solid #0066ff;
    border-radius: 8px;
    padding: 24px;
    margin: 40px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #fff;
    max-width: 800px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.aalg-badge {
    position: absolute;
    top: -20px;
    left: -2px;
    background: #0066ff;
    color: white;
    font-weight: 700;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.aalg-box-inner {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 650px) {
    .aalg-box-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.aalg-image-col {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aalg-image-col img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

@media (max-width: 650px) {
    .aalg-image-col {
        flex: 0 0 100%;
        max-width: 60%;
        margin-bottom: 20px;
    }
}

.aalg-info-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.aalg-category {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.aalg-amazon-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.aalg-amazon-title a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.aalg-amazon-title a:hover {
    color: #cc4d00;
    text-decoration: underline;
}

.aalg-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.aalg-stars {
    color: #ffa41c;
    font-size: 18px;
}

.aalg-rating-text {
    color: #007185;
    font-size: 14px;
}

.aalg-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.aalg-deal-price {
    color: #B12704;
    font-size: 28px;
    font-weight: 700;
}

.aalg-regular-price del {
    color: #767676;
    font-size: 16px;
}

.aalg-prime-badge {
    background: #00a8e1;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.aalg-stock {
    color: #007600;
    font-size: 14px;
    margin-bottom: 20px;
}

.aalg-check {
    color: #007600;
    font-weight: bold;
}

.aalg-buy-btn {
    display: inline-block;
    background: #0066ff;
    color: white !important;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    transition: background 0.3s;
}

.aalg-buy-btn:hover {
    background: #0052cc;
}

.aalg-vendor-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 13px;
}

.aalg-vendor-icon {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.aalg-vendor-name {
    font-weight: 600;
}
