/* Scoped entirely inside the calculator container */
.sscp-calculator-container,
.sscp-calculator-container * {
    box-sizing: border-box;
    font-family: "filson-soft", sans-serif;
}

:root {
    --blue-primary: #12499F;
    --orange-primary: #F46A00;

    --blue-dark: #103570;
    --blue-medium: #2F5FAB;
    --blue-light: #D0DBEC;
    --off-white: #F2F0EB;

    --white: #FFFFFF;
    --black: #000000;
    --grey: #808080;
}

/* product path  */
.product-path {
    width: 100%;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--blue-light);
    border-bottom: 1px solid var(--blue-light);
}

.product-path .wrapper {
    width: 100%;
    max-width: 1200px;
}

@media (max-width: 1024px) {
    .solution-hero .solution-wrapper {
        flex-direction: column;
    }
    .solution-hero .solution-wrapper .solution-product-media {
        width: 100% !important;
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-images {
        width: 100%;
    }
    .solution-hero .solution-wrapper .solution-product-info {
        width: 100% !important;
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider {
        display: none !important;
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-info-actions {
        width: 100%;
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-info-actions .solution-info-actions-wrapper {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .solution-hero .solution-wrapper {
        gap: 24px !important;
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-info-actions .solution-info-actions-wrapper {
        gap: 4px !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-info-actions .solution-info-actions-wrapper a {
        padding: 8px !important;
        width: 100% !important;
        font-size: 12px !important;
    }
    .solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper {
        flex-wrap: wrap;
    }
    .solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket {
        min-width: 220px;
    }
}

.product-path .wrapper .path {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    align-items: center;
    list-style-type: none;
}

.product-path .wrapper .path li {
    display: flex;
    align-items: center;
}

.product-path .wrapper .path li.chevron svg {
    width: 16px;
    height: auto;
    max-width: 100%;
    color: var(--black);
    transform: rotate(270deg);
}

.product-path .wrapper .path li.chevron svg * {
    stroke: var(--black)
}

.product-path .wrapper .path li.path-link-item a {
    color: var(--black);
}

.product-path .wrapper .path li.path-link-item a:hover {
    text-decoration: none;
}

/* solution hero */
.solution-hero {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    justify-content: center;
}

.solution-hero .solution-wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 40px;
}

.solution-hero .solution-wrapper .solution-product-media {
    width: calc(7 / 12 * 100%);
}

.solution-hero .solution-wrapper .solution-product-info {
    width: calc(5 / 12 * 100%);
}

@media (max-width: 1024px) {
    .solution-hero .solution-wrapper {
        flex-direction: column;
    }
    .solution-hero .solution-wrapper .solution-product-media,
    .solution-hero .solution-wrapper .solution-product-info {
        width: 100% !important;
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-images {
        width: 100%;
    }
    .solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .solution-hero .solution-wrapper {
        gap: 24px !important;
    }
    .solution-hero .solution-wrapper .solution-product-info .solution-product-title {
        font-size: 28px !important;
    }
    .solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper {
        flex-wrap: wrap;
    }
    .solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket {
        min-width: 220px;
    }
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images {
    display: flex;
    gap: 12px;
    min-width: 0;
}

/* small image slider */
.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider {
    width: 80px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-images-slider-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    max-height: 560px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-images-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.solution-small-slider-scroll-up-btn.solution-is-hidden,
.solution-small-slider-scroll-down-btn.solution-is-hidden {
    display: none !important;
}

.solution-small-images-slider:not(.solution-has-overflow) .solution-small-slider-scroll-up-btn,
.solution-small-images-slider:not(.solution-has-overflow) .solution-small-slider-scroll-down-btn {
    display: none !important;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-item {
    width: 100%;
    cursor: pointer;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-item img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border: 4px solid transparent;
    border-radius: 4px;
    object-fit: cover;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-item img:hover {
    border-color: var(--blue-primary);
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-item.solution-active img {
    border-color: var(--blue-primary);
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-scroll-up-btn,
.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-scroll-down-btn {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: var(--blue-primary);
    cursor: pointer;
    padding: 8px;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-scroll-up-btn {
    top: 0;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-scroll-down-btn {
    bottom: 0;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-scroll-up-btn svg,
.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-scroll-down-btn svg {
    width: 20px;
    height: auto;
    max-width: 100%;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-small-images-slider .solution-small-slider-scroll-up-btn svg {
    transform: rotate(180deg);
}

/* main image slider */
.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider img {
	width: 100%;
  	height: auto;
  	max-width: 100%;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider #main-product-slider {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider #main-product-slider .keen-slider__slide,
.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider #main-product-slider .solution-main-image-slide {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider #main-product-slider .solution-main-image-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-arrow-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: unset;
    cursor: pointer;
    z-index: 2;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-arrow-slider:hover {
    background-color: #d3d3d3;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-arrow-slider.solution-is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-arrow-slider svg {
    width: 28px;
    height: 28px;
    max-width: 100%;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-arrow-prev {
    left: 20px;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-arrow-next {
    right: 20px;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-arrow-prev svg {
    transform: rotate(90deg);
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-arrow-next svg {
    transform: rotate(270deg);
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-arrow-slider svg * {
    stroke: var(--black);
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-dots button {
    border-radius: 1000px;
    width: 16px;
    padding: 0;
    height: 16px;
    border: 2px solid var(--white);
    background-color: #d3d3d3;
    cursor: pointer;
}

.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-dots button:hover,
.solution-hero .solution-wrapper .solution-product-media .solution-product-images .solution-main-image-slider .solution-main-slider-dots button.solution-active {
    background-color: var(--blue-dark);
}

/* solution info side */
.solution-hero .solution-wrapper .solution-product-info .solution-product-code {
    font-size: 14px;
    color: var(--blue-primary);
    font-weight: bold;
    margin-bottom: 8px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-product-title {
    font-size: 36px;
    font-weight: bold;
    color: var(--black);
}

.solution-hero .solution-wrapper .solution-product-info .solution-product-reviews {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-product-reviews .solution-stars-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
}

.solution-hero .solution-wrapper .solution-product-info .solution-product-reviews .solution-stars-wrapper .solution-star {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-product-reviews .solution-stars-wrapper .solution-star svg {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.solution-hero .solution-wrapper .solution-product-info .solution-total-reviews {
    font-size: 14px;
    color: var(--black);
}

/* VAT block */
.solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper {
    background-color: #d0dbec5c;
    margin-top: 24px;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper .solution-price-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper .solution-price-info .solution-price {
    font-size: 48px;
    font-weight: bold;
    color: var(--blue-dark);
}

.solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper .solution-price-info .solution-ex-vat-message {
    font-size: 14px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper .solution-price-info .solution-ex-vat-message .solution-save-vat {
    font-weight: bold;
}

.solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper .solution-vat-toggle {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-vat-wrapper .solution-vat-toggle span {
    font-size: 14px;
}

/* VAT switch */
.solution-vat-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.solution-vat-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.solution-vat-switch-track {
    width: 44px;
    height: 26px;
    border-radius: 999px;
    background-color: #b8b8b8;
    position: relative;
    display: block;
    transition: background-color 0.25s ease;
}

.solution-vat-switch-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--white);
    transition: transform 0.25s ease;
}

.solution-vat-switch input:checked + .solution-vat-switch-track {
    background-color: var(--blue-dark);
}

.solution-vat-switch input:checked + .solution-vat-switch-track .solution-vat-switch-thumb {
    transform: translateX(18px);
}

.solution-vat-switch input:focus-visible + .solution-vat-switch-track {
    outline: 2px solid var(--black);
    outline-offset: 2px;
}

/* options wrapper  */
.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
}

@media (max-width: 576px) {
    .solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field .radio-wrapper {
        flex-wrap: wrap;
    }
}

.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: auto;
}

.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper > .field.units {
    grid-column: 1 / -1;
    width: 100%;
}

.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field label {
    font-size: 16px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field .radio-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field .radio-wrapper .radio {
    display: flex;
    gap: 4px;
    align-items: center;
}

.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field input[type="tel"], 
.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field input[type="number"],
.solution-hero .solution-wrapper .solution-product-info .solution-options-wrapper .field select {
    width: 100%;
    height: 40px;
    padding: 0 4px;
    border: 1px solid var(--blue-light);
    border-radius: 6px;
    background-color: var(--white);
}

/* solution needed wrapper  */
.solution-hero .solution-wrapper .solution-product-info .solution-needed-wrapper {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--blue-light);
    border-radius: 6px;
    margin-top: 20px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-needed-wrapper .coverage {
    width: 100%;
    margin-bottom: 12px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-needed-wrapper .you-need {
    width: 100%;
}

.solution-hero .solution-wrapper .solution-product-info .solution-needed-wrapper .you-need ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* basket row */
.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper {
    display: flex;
    border-radius: 6px;
    padding: 0;
    border: 2px solid var(--blue-dark);
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper .solution-reduce-quantity-btn,
.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper .solution-increase-quantity-btn {
    height: 54px;
    width: 54px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    border: 0;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper .solution-reduce-quantity-btn {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper .solution-increase-quantity-btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper .solution-reduce-quantity-btn:hover,
.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper .solution-increase-quantity-btn:hover {
    background-color: var(--blue-light);
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-quantity-wrapper .solution-chosen-quantity {
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket {
    flex-grow: 1;
    border: 2px solid var(--orange-primary);
    border-radius: 6px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket button {
    height: 54px;
    width: 100%;
    background-color: var(--orange-primary);
    padding: 24px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    gap: 8px;
    color: var(--white);
    cursor: pointer;
    border: unset;
    font-size: 16px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket button:hover {
    background-color: transparent;
    color: var(--black);
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket button svg {
    color: var(--white);
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket button svg * {
    stroke: var(--white);
    fill: transparent;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-add-to-basket button:hover svg * {
    stroke: var(--black);
    fill: transparent;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-wishlist {
    border-radius: 6px;
    border: 2px solid var(--blue-dark);
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-wishlist button {
    width: 54px;
    height: 54px;
    background-color: transparent;
    padding: 0;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-wishlist button:hover {
    background-color: var(--blue-light);
}

.solution-hero .solution-wrapper .solution-product-info .solution-add-to-basket-wrapper .solution-wishlist button svg {
    width: 32px;
    height: 32px;
    max-width: 100%;
}

.solution-hero .solution-wrapper .solution-product-info .solution-separator {
    width: 100%;
    height: 2px;
    background-color: var(--blue-light);
    margin-top: 32px;
    margin-bottom: 32px;
}

/* welcome  */
.welcome {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 64px 32px;
}

@media (max-width: 767px) {
    .welcome {
        padding: 32px 16px!important;
    }
}

.welcome .wrapper {
    width: 100%;
    max-width: 1200px;
}

.welcome .wrapper .content {
    width: 100%;
}

.welcome .wrapper .content .intro {
    margin-bottom: 40px;
    width: 100%;
}

.welcome .wrapper .content .intro h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 16px;
}

.welcome .wrapper .content .intro p {
    margin-top: 0;
}

.welcome .wrapper .content .full-info {
    width: 100%;
}

.welcome .wrapper .content .full-info h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 16px;
}

.welcome .wrapper .content .full-info p {
    margin-top: 0;
}

/* other calculators  */
.other-calculators {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .other-calculators {
        padding: 32px 16px!important;
    }
    .other-calculators .wrapper .grid .grid-item {
        flex-direction: column;
    }
    .other-calculators .wrapper .grid .grid-item .image-wrapper, .other-calculators .wrapper .grid .grid-item .product-content {
        width: 100%!important;
    }
    .other-calculators .wrapper .grid .grid-item .product-content{
        padding: 16px!important;
    }
    .other-calculators .wrapper .grid .grid-item .product-content .product-name {
        font-size: 24px!important;
    }
    .other-calculators .wrapper .grid .grid-item .product-content .product-link {
        width: 100%!important;
    }
}

@media (max-width: 1024px) {
    .other-calculators .wrapper .grid .grid-item .product-content ul {
        font-size: 16px!important;
    }
}

.other-calculators .wrapper {
    width: 100%;
    max-width: 1200px;
}

.other-calculators .wrapper .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}

.other-calculators .wrapper .grid .grid-item {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.other-calculators .wrapper .grid .grid-item .image-wrapper, .other-calculators .wrapper .grid .grid-item .product-content {
    width: 50%;
}

.other-calculators .wrapper .grid .grid-item .image-wrapper {
    display: flex;
}

.other-calculators .wrapper .grid .grid-item .image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.other-calculators .wrapper .grid .grid-item .product-content {
    padding: 12px 12px 12px 40px;
    background-color: var(--off-white);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.other-calculators .wrapper .grid .grid-item .product-content .product-name {
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 0;
}

.other-calculators .wrapper .grid .grid-item .product-content ul {
    padding: 0;
    font-size: 18px;
    margin: 0;
    list-style-position: inside;
}

.other-calculators .wrapper .grid .grid-item .product-content ul li {
    margin-bottom: 16px;
}

.other-calculators .wrapper .grid .grid-item .product-content .product-link {
    height: 54px;
    width: fit-content;
    background-color: var(--orange-primary);
    padding: 24px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    gap: 8px;
    color: var(--white);
    cursor: pointer;
    border: 2px solid var(--orange-primary);
    border-radius: 6px;
    font-size: 16px;
    margin-top: 16px;
}

.other-calculators .wrapper .grid .grid-item .product-content .product-link:hover {
    background-color: transparent;
    color: var(--black);
}