@charset "UTF-8";
/***!  Style Declaration  !***/

.investment-table-wrapper{overflow-x:auto;max-width:100%}.investment-table{width:100%;min-width:600px;border-collapse:collapse;margin:auto;background-color:#fff;color:black;box-shadow:0 0 10px rgba(0,0,0,0.1)}.investment-table caption{caption-side:top;font-size:1.6rem;font-weight:bold;padding:1rem;color:#272520;font-family:'Playfair Display',serif;text-align:center}.investment-table th,.investment-table td{padding:12px 20px;text-align:center;border-bottom:1px solid #ddd}.investment-table th{background-color:#272520;color:white;font-family:'Playfair Display',serif}.investment-table tr:hover{background-color:#f1f1f1}.investment-table tbody tr:nth-child(even){background-color:#f1f1f1}@media (max-width:600px){.investment-table{min-width:100%}.investment-table caption{font-size:1.2rem;padding:0.75rem}.investment-table th,.investment-table td{padding:8px 10px;font-size:0.9rem}}
