.switchable-tabs{list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap;border-bottom:1px solid #ddd;margin-bottom:24px;gap:8px}.switchable-tabs .tab{margin-right:0}.switchable-tabs .tab a{display:inline-block;padding:10px 15px;text-decoration:none;color:#757474;background-color:#fff;border:1px solid #ccc;border-bottom:none;border-radius:5px 5px 0 0;transition:background-color 0.3s ease, color 0.3s ease;font-size:18px}.switchable-tabs .tab a:hover{background-color:#1a73e8;color:#fff}.switchable-tabs .tab a.active{background-color:#1a73e8;color:#fff;border-color:#1a73e8}@media screen and (max-width: 600px){.switchable-tabs{flex-direction:column;margin-bottom:32px}.switchable-tabs .tab{width:100%}.switchable-tabs .tab a{display:block;width:100%;text-align:center;border-radius:5px;margin-bottom:4px;border:1px solid #ccc}.switchable-tabs .tab a.active{border-radius:5px}}
