|
89 | 89 | .template-1265 .bears_pricing_tables .price { |
90 | 90 | display: flex; |
91 | 91 | align-items: center; |
92 | | - justify-content: flex-start; |
| 92 | + justify-content: center; |
93 | 93 | } |
94 | 94 |
|
95 | | -.template-1265 .bears_pricing_tables .plan-cost { |
| 95 | +.template-1265 .bears_pricing_tables .price .plan-icon { |
| 96 | + display: flex; |
| 97 | + align-items: center; |
| 98 | + margin-right: auto; |
| 99 | + margin-left: -8px; |
| 100 | + padding-right: .25em; |
| 101 | + } |
| 102 | + |
| 103 | +.template-1265 .bears_pricing_tables .price .wrapper { |
96 | 104 | display: block; |
97 | 105 | text-align: left; |
98 | 106 | } |
| 107 | + |
| 108 | +.template-1265 .bears_pricing_tables .plan-title { |
| 109 | + text-align: left; |
| 110 | + } |
| 111 | + |
| 112 | +.template-1265 .bears_pricing_tables .plan-cost { |
| 113 | + display: flex; |
| 114 | + align-items: baseline; |
| 115 | + text-align: left; |
| 116 | + padding: 0; |
| 117 | + justify-content: flex-start; |
| 118 | + } |
| 119 | + |
| 120 | +.template-1265 .bears_pricing_tables .plan-price { |
| 121 | + display: inline-block; |
| 122 | + margin-right: 5px; |
| 123 | + } |
| 124 | + |
99 | 125 | .template-1265 .bears_pricing_tables .plan-type { |
100 | 126 | display: inline-block; |
101 | 127 | } |
|
109 | 135 | border-bottom: none; |
110 | 136 | } |
111 | 137 |
|
112 | | - |
113 | | -.template-1265 .bears_pricing_tables .plan-select { |
114 | | - border-radius: 40px !important; |
115 | | - } |
116 | | - |
117 | 138 | .template-1265 .bears_pricing_tables .plan.featured .plan-select { |
118 | 139 | border-top: 1px solid rgba(255, 255, 255, 0.1); |
119 | 140 | } |
120 | 141 |
|
121 | 142 | .template-1265 .bears_pricing_tables .plan-select a:hover { |
122 | | - background-color: #262626; |
| 143 | + background-color: #262626 !important; |
123 | 144 | } |
124 | 145 |
|
| 146 | +.template-1265 .bears_pricing_tables .plan.featured .plan-select:hover, |
125 | 147 | .template-1265 .bears_pricing_tables .plan-select:hover { |
126 | 148 | border-top: 1px solid rgba(255, 255, 255, 0.1); |
127 | | - background-color: rgba(0, 0, 0, 0.2); |
| 149 | + background-color: #000 !important; |
128 | 150 | } |
129 | 151 |
|
130 | 152 | .template-1265 .bears_pricing_tables .plan-select a, |
131 | 153 | .template-1265 .bears_pricing_tables .plan-select a.btn { |
132 | | - border-radius: inherit; |
| 154 | + border-radius: 40px !important; |
133 | 155 | } |
134 | 156 |
|
135 | 157 | .template-1265 .bears_pricing_tables .plan.featured .plan-select a, |
|
158 | 180 |
|
159 | 181 | .template-1265 .bears_pricing_tables .plan-cost { |
160 | 182 | margin: 0; |
161 | | - display: block; |
| 183 | + display: flex; |
| 184 | + align-items: baseline; |
| 185 | + } |
| 186 | + |
| 187 | +/* Ensure consistent styling for all columns */ |
| 188 | +.template-1265 .bears_pricing_tables .plan { |
| 189 | + display: flex; |
| 190 | + flex-direction: column; |
| 191 | + } |
| 192 | + |
| 193 | +.template-1265 .bears_pricing_tables header { |
| 194 | + display: flex; |
| 195 | + flex-direction: column; |
| 196 | + align-items: center; |
| 197 | + } |
| 198 | + |
| 199 | +/* Hover effects for columns */ |
| 200 | +.template-1265 .bears_pricing_tables:hover .plan header, |
| 201 | +.template-1265 .bears_pricing_tables:hover .plan .features, |
| 202 | +.template-1265 .bears_pricing_tables:hover .plan .plan-select { |
| 203 | + background-color: rgba(0, 0, 0, 0.9); |
| 204 | + transition: background-color var(--bears-transition-speed) ease; |
| 205 | + } |
| 206 | + |
| 207 | +/* Ensure feature list items maintain the hover effect */ |
| 208 | +.template-1265 .bears_pricing_tables:hover .plan .plan-features li:nth-child(odd), |
| 209 | +.template-1265 .bears_pricing_tables:hover .plan .plan-features li:nth-child(even) { |
| 210 | + background-color: rgba(0, 0, 0, 0.9); |
| 211 | + } |
| 212 | + |
| 213 | +/* Ensure the hover effect works for featured plans too */ |
| 214 | +.template-1265 .bears_pricing_tables:hover .plan.featured header, |
| 215 | +.template-1265 .bears_pricing_tables:hover .plan.featured .features, |
| 216 | +.template-1265 .bears_pricing_tables:hover .plan.featured .plan-select { |
| 217 | + background-color: rgba(0, 0, 0, 0.9); |
| 218 | + } |
| 219 | + |
| 220 | +.template-1265 .bears_pricing_tables:hover .plan.featured .plan-features li:nth-child(odd), |
| 221 | +.template-1265 .bears_pricing_tables:hover .plan.featured .plan-features li:nth-child(even) { |
| 222 | + background-color: rgba(0, 0, 0, 0.9); |
162 | 223 | } |
0 commit comments