.shadman-tank-guide__product-image {
    display: block;
    width: 100%;
    height: 150px;
    margin: 12px 0;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
}

.shadman-tank-guide__real-products {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(47, 47, 47, .12);
}

.shadman-tank-guide__real-products a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 52px;
    padding: 7px 9px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}

.shadman-tank-guide__real-products a:hover,
.shadman-tank-guide__real-products a:focus {
    border-color: #f15a24;
    color: #f15a24;
}

.shadman-tank-guide__real-products img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}
