.card-table{display:flex;flex-direction:column;gap:1.5rem;font-family:Arial,sans-serif}.card{border-radius:12px;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,0.05);color:#fff}.card-farmers{background-color:#4CAF50}.card-noble{background-color:#2196F3}.card-royal{background-color:#FFD700;color:#000}.card h3{margin-top:0}.features{list-style:none;padding:0;margin:0}.features li{display:flex;justify-content:space-between;padding:0.3rem 0}.check{font-weight:bold}.price{text-align:right;font-weight:bold;margin-top:0.5rem;color:#000}@media (max-width:768px){.card-table{flex-direction:column}.card{margin-bottom:1rem}}