.ink-pack {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ink-pack h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.ink-pack .price {
    color: #e74c3c;
    font-weight: bold;
    margin-bottom: 10px;
}

.ink-pack .attributes {
    margin-top: 10px;
}

.ink-pack .attributes span {
    display: inline-block;
    background: #f4f4f4;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 0.9em;
}

.ink-pack img {
    max-width: 100px;
    margin-right: 10px;
}

.ink-pack .images {
    margin-bottom: 10px;
}