#pattern_models { text-align: center; padding-top: 20px; } #pattern_models .tyresModels-container h5 { font-weight: 500; } #pattern_models .tyresModels-container p { font-weight: 300; } #pattern_models .dropdown-wrapper { width: 100%; } #pattern_models .dropdown-content { max-height: 0; overflow-y: hidden; transition: max-height 0.2s ease-in-out; } #pattern_models .dropdown-content.show { max-height: 500px; } #pattern_models .dropdown-list-item { padding: 2rem 2rem 1rem 2rem; border-bottom: 1.5px solid #cccccc; border-radius: 15px; display: flex; flex-grow: 1; justify-content: space-between; align-items: center; } #pattern_models .list-item-paragraph { text-align: start; font-weight: 500; margin: 0; } #pattern_models .list-item-arrow { cursor: pointer; transition: all 0.2s; } #pattern_models .show { display: block; } #pattern_models .active { transform: rotate(180deg); transition: all 0.2s; } #pattern_models table { width: 100%; text-align: start; border-collapse: separate; } #pattern_models thead { font-weight: 600; } #pattern_models td { padding: 1rem 2rem; vertical-align: middle; } #pattern_models .icon { width: 20px; margin-right: 3px; margin-bottom: 4px; } #pattern_models h5 { font-size: 1.8rem; }