.daily-prices-module{width:100%}.daily-prices-module .prices-table-container{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.daily-prices-module .prices-table{border-collapse:collapse;min-width:500px;table-layout:fixed;width:100%}.daily-prices-module .filter-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-bottom:1em}.daily-prices-module .filter-button{background:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:.5em 1em}.daily-prices-module .filter-button.active{background-color:var(--btn-color);border-color:var(--btn-color);color:#fff}.daily-prices-module .filter-button:focus{outline:none}.daily-prices-module .prices-table td,.daily-prices-module .prices-table th{border:1px solid #ddd;padding:.75em}.daily-prices-module .prices-table th{background:var(--primary-accent-d1);color:#fff}.daily-prices-module .prices-table td{color:var(--dark);font-weight:400}.daily-prices-module .prices-table tr:nth-child(2n){background:#fafafa}.daily-prices-module .update-date p{color:var(--primary-accent-d1);font-weight:700}