.amasven-wrap {
    text-align: left;
    color: #f6edc2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 8px 32px;
}
.amasven-empty {
    text-align: center;
}
.amasven-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.amasven-card {
    background: #1a1a1a;
    border: 2px solid #941B1C;
    padding: 14px;
    display: flex;
    flex-direction: column;
}
.amasven-photo {
    background: #fff;
    min-height: 0;
    aspect-ratio: 500 / 468;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.amasven-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.amasven-placeholder {
    color: #941B1C;
    font-size: 0.9em;
}
.amasven-title {
    font-size: 1.05em;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #f6edc2;
}
.amasven-brand {
    margin: 0 0 10px;
    font-size: 0.9em;
    color: #d4c48a;
}
.amasven-desc {
    font-size: 0.85em;
    margin: 0 0 12px;
    color: #e8dfb8;
}
.amasven-buy {
    margin-top: auto;
    display: inline-block;
    background: #941B1C;
    color: #f6edc2 !important;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 12px;
    font-weight: bold;
    border: 1px solid #f6edc2;
}
.amasven-buy:hover {
    background: #b32526;
}
.amasven-shops {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 2px solid #941B1C;
    text-align: center;
    color: #941B1C;
}
.amasven-shops-intro {
    margin: 0 0 10px;
    color: #941B1C;
    font-weight: bold;
}
.amasven-shops ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
}
.amasven-shops li {
    color: #941B1C;
}
.amasven-shops a {
    color: #941B1C !important;
    text-decoration: underline !important;
    font-weight: bold;
}
.amasven-shops a:hover {
    color: #b32526 !important;
}
