/* Buttons */
.button-red,
.button-white {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: .45rem 1.5rem .5rem;
    text-align: center;
}

.button-red {
    background: #dd1100;
    border: 1px solid #b00f00;
    color: #fff;
}

.button-red:hover {
    background: #fe0000;
    color: #fff;
}

.button-white {
    background: #fff;
    border: 1px solid #dd1100;
    color: #dd1100;
}

.button-white:hover {
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}

/* Bundle Pricing */
.bundle-pricing-option:not(.compact-prices .bundle-pricing-option) {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #d6d6d6;
    border-top: none;
    color: #000;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 65.4%;
    margin-bottom: 3rem;
}

.AIAccess-price-wrapper {
    color: #222;
    font-weight: 600;
}

.bundle-with-aiaccess {
    background: #f5f5f5;
    display: flex;
    gap: 12px;
    width: 100%;
    padding: 1.375rem 2rem 1rem;
}

.compact-prices .bundle-with-aiaccess {
    text-align: left;
    padding: 1rem;
}

.bundle-with-aiaccess > div {
    flex: 1;
    padding: 0;
}

.bundle-with-aiaccess .button-red:not(.compact-prices .bundle-with-aiaccess .button-red),
.bundle-with-aiaccess .button-white:not(.compact-prices .bundle-with-aiaccess .button-white) {
    font-size: 1rem;
    margin-left: 10px;
    padding: 8px 18px 8px 22px;
}

.bundle-with-aiaccess .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #ddd;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.bundle-with-aiaccess .flex > div {
    padding: 0 1.5em;
    text-align: center;
    position: relative;
}

.bundle-with-aiaccess .flex > div:not(:last-child) {
    border-right: 1px solid #ddd;
}

.bundle-with-aiaccess .button-white,
.bundle-with-aiaccess .button-red {
    display: inline-block;
    margin-top: .75em;
}

.bundle-with-aiaccess div > span:first-child {
    color: #dd1100;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 34px;
}

.bundle-with-aiaccess .flex > div > span:first-child {
    color: #222;
}

.bundle-pricing-option .AIAccess-price .price,
.bundle-pricing-option .AIAccess-price .dollarsign {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 0.5rem;
    margin-top: 0.3rem;
}

.bundle-with-aiaccess p {
    color: #343434;
    font-size: .94rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: .6rem;
}

/* Individuals Wrapper */
#individuals-wrapper {
    margin: 0 0 4.5rem 0;
}

/* Individuals Top */
#individuals-top .flexbox {
    align-items: stretch;
    display: flex;
}

#individuals-top .flexbox > * {
    border: 1px solid #d6d6d6;
    border-right: none;
    margin-top: 2rem;
    padding-bottom: 160px;
    position: relative;
    width: 33%;
    z-index: 0;
}

#individuals-top .flexbox > *:last-child {
    border: 1px solid #d6d6d6;
}

#individuals-bottom {
    border: 1px solid #d6d6d6;
    margin-top: 4.5rem;
}

#individuals-top .enterprise {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

#individuals-top .enterprise h3 > span:first-child {
    color: #ff4233;
}

#individuals-top .flexbox .stand-out {
    border: 2px solid #dd1100;
    margin-top: 1.25rem;
    outline: 3px solid #dd1100;
    z-index: 1;
}

#individuals-top h3,
#individuals-bottom h3 {
    align-items: center;
    background: #f77700;
    border-bottom: 1px solid #d6d6d6;
    color: #fccfb8;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 5.25rem;
    padding: 0 1rem;
}

#individuals-top .enterprise h3 {
    background: #424242;
}

#individuals-top .stand-out h3 {
    background: #dd1100;
    color: #f6d2d2;
}

#individuals-top .stand-out h3:before {
    color: #ffcb80;
    display: block;
    font-size: .75rem;
    left: 1rem;
    line-height: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: .5rem;
}

#individuals-top h3 span span,
#individuals-bottom h3 span span {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}

#individuals-top .top {
    padding: .625rem 1.5rem 0;
}

#individuals-bottom .top {
    padding: 2rem 1rem 0 0;
}

#individuals-top .top img,
#individuals-bottom .top img {
    display: block;
    margin: .625rem auto 1rem;
}

#individuals-top .list-gray,
#individuals-bottom .list-gray {
    margin: .5rem 0 0 0;
}

#individuals-top .list-gray > *,
#individuals-bottom .list-gray > * {
    font-size: .875rem;
    line-height: 1.3;
    margin: 0 0 .25rem .625rem;
    position: relative;
}

#individuals-top .list-gray > *:before,
#individuals-bottom .list-gray > *:before {
    background: #c0c0c0;
    content: '';
    display: inline-block;
    height: 5px;
    left: -.75em;
    position: absolute;
    top: .45em;
    width: 5px;
}

.enterprise p {
    font-size: 0.875rem;
}

/* Middle */
#individuals-top .middle {
    bottom: 0;
    min-height: 120px;
    padding: 0 1.5rem;
    position: absolute;
    text-align: center;
    width: 100%;
}

#individuals-bottom .middle {
    padding: 1.5rem 0 0 1rem;
    text-align: center;
}

#individuals-top .price-link {
    margin-top: .5rem;
}

#individuals-top .middle .price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#individuals-top .middle .price-link:not(#individuals-top .enterprise .middle .price-link) {
    position: absolute;
    bottom: 2rem;
}

#individuals-top .middle .price-tag {
    margin-bottom: 2rem;
}

/* What's Included */
#individuals-top .whats-included,
#individuals-bottom .whats-included {
    border-bottom: 1px solid #f77700;
    margin-top: 3rem;
}

#individuals-top .stand-out .whats-included,
#individuals-bottom .stand-out .whats-included {
    border-bottom: 1px solid #dd1100;
}

#individuals-bottom .whats-included {
    border-bottom: none;
}

#individuals-top .whats-included > p,
#individuals-bottom .whats-included > p {
    background: #f9f9f9;
    border-top: 1px solid #d6d6d6;
    color: #dd1100;
    cursor: pointer;
    display: block;
    font-size: 1.1rem;
    padding: .5rem 1rem .45rem;
    text-align: center;
}

#individuals-top .whats-included .compact-prices,
#individuals-bottom .whats-included .compact-prices {
    background: #f77700;
    border-bottom: 1px solid #f77700;
    border-top: 3px solid #f77700;
    margin-bottom: 0;
    max-width: 100%;
    padding: .5rem 0;
    width: 100%;
}

#individuals-top .stand-out .whats-included .compact-prices,
#individuals-bottom .stand-out .whats-included .compact-prices {
    background: #dd1100;
    border-bottom: 1px solid #dd1100;
    border-top: 3px solid #dd1100;
    margin-bottom: 0;
    max-width: 100%;
    padding: .5rem 0;
    width: 100%;
}

#individuals-top .whats-included .compact-prices a,
#individuals-bottom .whats-included .compact-prices a {
    margin-top: 0.15rem;
    width: auto;
}

/* Snowflake */
.snowflake {
    background: #f77700;
    border-top: 1px solid #d6d6d6;
    height: 8px;
}

#individuals-bottom .snowflake {
    border-top: none;
}

/* Pricing */
.price-wrapper {
    color: #dd1100;
}

.price-tag {
    font-size: 2.125rem;
}

.compact-prices .price-wrapper {
    color: #fff;
}

.compact-prices .price-wrapper > * {
    display: inline-block;
}
/* Compact Prices */
.compact-prices .price-tag {
    color: #fff;
    font-size: 1.0625rem;
}

.compact-prices .button-white,
.compact-prices .button-red {
    background: #fff;
    margin: .5rem 0.25rem;
    padding: .5rem 1.5rem .6rem;
}

.compact-prices .button-white:not(.compact-prices .bundle-pricing-option .button-white) {
    border: 1px solid #f77700;
    color: #f77700;
}

.compact-prices .button-red {
    border: 1px solid #fff;
    background: #dd1100;
    color: #fff;
}

.compact-prices .bundle-pricing-option .button-red {
    border: #dd1100;
}

.compact-prices .button-white:not(.compact-prices .bundle-pricing-option .button-white):hover,
.compact-prices .bundle-pricing-option .button-white:hover {
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}

.compact-prices .bundle-pricing-option .button-red:hover {
    border: #dd1100;
}

.compact-prices .button-red:hover {
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}

/* Charts */
.chart,
.mobile-chart {
    border-collapse: collapse;
    table-layout: fixed;
    width: 66%;
}

.chart th,
.chart td {
    text-align: center;
    vertical-align: middle;
}

.chart th {
    border: 1px solid #fff;
    color: #fff;
    font-size: .8125rem;
    font-weight: 400;
    padding: .2rem 1rem;
}

.chart thead th:nth-of-type(1) {
    background: #f77700;
}

.chart thead th:nth-of-type(2) {
    background: #dd1100;
}

.chart td {
    color: #616161;
    font-size: .875rem;
    padding: .75rem;
}

.chart tr td:first-of-type {
    color: #222;
    font-size: .9rem;
}

.chart tbody tr:nth-child(even) td {
    border: 1px solid #e8e8e8;
    border-top: none;
}

.chart tbody tr:nth-child(even) td:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
}

.chart tbody tr:nth-child(even) td:nth-child(even) {
    border-left: none;
}

.chart tbody tr:nth-child(odd) td {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.chart tbody tr:nth-child(3n+1),
.chart tbody tr:nth-child(3n+2) {
    background: #fff;
}

.chart tbody tr:nth-child(4n),
.chart tbody tr:nth-child(4n-1) {
    background: #f8f8f8;
}

.chart .compact-prices td {
    color: #fff;
    padding: .5rem .75rem;
    background: #dd1100;
}

.chart .compact-prices tr:nth-child(2n) td:nth-of-type(1),
.chart .compact-prices tr:nth-child(2n) td:nth-of-type(2) {
    background: #f5f5f5;
}

.chart .c:before,
.mobile-chart .c:before {
    content: '';
    display: block;
    margin: 0 auto;
}

.mobile-chart .c:before {
    margin-bottom: .5rem;
}

.chart .c:before,
.mobile-chart .c:before {
    background: url('/wolfram-one/pricing/img/check.png') no-repeat 50% 50%;
    background-size: 19px 15px;
    height: 15px;
    width: 19px;
}

.chart .medium {
    font-size: 1.0625rem;
    font-weight: 400;
}

.chart .large {
    font-size: 1.0625rem;
    font-weight: 600;
}

.mobile-chart {
    margin: 1rem 0;
}

.mobile-chart th,
.mobile-chart td {
    padding: .75rem;
    text-align: center;
    vertical-align: middle;
}

.mobile-chart hr {
    margin: .5rem 2rem;
}

.mobile-chart .medium {
    font-size: 1.0625rem;
    font-weight: 300;
}

.mobile-chart .large {
    font-size: 1.0625rem;
    font-weight: 600;
}

.chart.footer {
    margin-top: 4rem;
}

.chart.footer th {
    border: none;
    font-size: 1rem;
    font-weight: 400;
    padding: .75rem;
}

.chart.footer th span {
    font-weight: 600;
}

.chart.footer thead td {
    height: 5px;
    padding: 0;
}

.chart.footer thead td:nth-of-type(1) {
    background: #f77700;
}

.chart.footer thead td:nth-of-type(2) {
    background: #dd1100;
}

/* Individuals Middle */
#individuals-middle h3 {
    color: #222;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 1.5rem 0 .5rem;
}