Leírás
.short-card { width: 300px; padding: 20px; border-radius: 15px; background: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-bottom: 5px solid #cddc39; /* Lime-zöld díszcsík */ font-family: sans-serif; } .short-card h3 { color: #333; margin-bottom: 5px; } .badge { background: #cddc39; color: #fff; font-size: 10px; padding: 3px 8px; border-radius: 5px; display: inline-block; text-transform: uppercase; } .tagline { color: #777; font-style: italic; font-size: 14px; } .specs { list-style: none; padding: 0; font-size: 13px; color: #555; } .price { font-size: 22px; font-weight: bold; color: #2e7d32; margin-top: 10px; }