.tab-container{font-family:Mulish,Arial,sans-serif;margin:20px auto;max-width:1200px;width:100%}.tab-buttons{border-bottom:2px solid #1d6da6;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-wrap:wrap;margin-bottom:10px}.tab-button{background-color:#f1f1f1;border:1px solid #1d6da6;border-bottom:none;color:#333;cursor:pointer;font-size:1em;font-weight:700;margin-right:-1px;min-width:150px;padding:12px 20px;text-align:center;transition:background-color .3s,color .3s}.tab-button:last-child{margin-right:0}.tab-button:hover{background-color:#e0e0e0}.tab-button.active{background-color:#1d6da6;color:#fff}.tab-content{display:none}.tab-content.active{display:block}.table-container{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}table{border-collapse:separate;border-spacing:8px;font-family:Mulish,Arial,sans-serif;margin:20px auto;max-width:1200px;table-layout:auto;width:100%}td,th{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:10px;text-align:left}td:nth-child(2){padding:10px 5px;text-align:left}td:nth-child(2):where([style*="text-transform: uppercase"],[style*="font-variant: all-caps"],:matches([style*="text-transform:uppercase"] *)){text-align:center}th.header,th.section-header{background-color:#1a223c;color:#fff;vertical-align:middle}td.tag,th.header.tag{min-width:120px;padding:10px 5px;vertical-align:middle;white-space:nowrap}tr.section-row th.section-header{font-size:1.2em}td.required{background-color:#fff;text-align:center}td.required-yes:before{color:green;content:"✔";font-size:1.5em}td.required-no:before{color:red;content:"✘";font-size:1.5em}.image-name{font-size:1.1em;font-weight:700}.description{display:block;font-size:.9em;margin-top:5px}@media screen and (max-width:768px){.tab-button{flex:none;font-size:.85em;min-width:120px;padding:8px 10px}table{max-width:none;min-width:600px;width:100%}td.tag,th.header.tag{font-size:.75em;min-width:90px;padding:6px 3px;white-space:nowrap}td.tag,th.header.tag,th.section-header{vertical-align:middle}td,th{font-size:.8em;padding:6px}td:nth-child(2){padding:6px 3px}.image-name,tr.section-row th.section-header{font-size:.9em}.description{font-size:.75em}td.required-no:before,td.required-yes:before{font-size:1em}}@media screen and (max-width:480px){.tab-buttons{flex-direction:column}.tab-button{border-bottom:1px solid #1d6da6;font-size:.8em;margin-right:0;min-width:100%;padding:6px 8px}.tab-button:last-child{border-bottom:none}table{min-width:500px}td.tag,th.header.tag{font-size:.7em;min-width:70px;padding:4px 2px}td.tag,th.header.tag,th.section-header{vertical-align:middle}td,th{font-size:.75em;padding:4px}td:nth-child(2){padding:4px 2px}}