/* Base Product Box Styles */
.product-box {
    position: relative;
    padding: 1em 1.5em;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 hsl(0deg 0% 56% / 50%);
    border: 0 solid transparent;
    background-color: #fff;
    max-width: 360px;
    margin: 1.5em auto 2em;
}

.product-box .product-title {
    font-size: 1.1875rem;
    line-height: 1.5rem;
    font-family: Roboto, helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: .5em;
    border: none;
    padding-top: 0;
}

@media (min-width: 30em) {
    .product-box {
        max-width: 100%;
        margin-left: .5em;
        margin-right: .5em;
    }

    .product-box .product-title {
        font-size: 1.75rem;
        line-height: 1.625rem;
        margin: 0 0 15px;
    }
}

.product-box .app-product-sub-titel {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-family: Roboto, helvetica, sans-serif;
    font-weight: 700;
    color: #6c6c6c;
}

@media (min-width: 30em) {
    .product-box .app-product-sub-titel {
        font-size: 1.1875rem;
        line-height: 1.5rem;
        margin: 0 0 22px;
    }
}

.product-box .box-label {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: Roboto, helvetica, serif;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -10px;
    margin: 0;
    padding: 9px 16px 8px 14px;
    color: #fff;
    background-color: #157db9;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .14);
}

.product-box .box-label:after {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -7px;
    border-color: transparent #133091 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 10px 7px;
}

.product-box .product-description {
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: Open Sans, helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    padding-bottom: .5rem;
}

.product-box .product-box-inside {
    display: flex;
    flex-direction: column;
    margin: .5em 0 0;
}

.product-box .pb-text-right {
    max-width: 100%;
}

@media (min-width: 30em) {
    .product-box .product-box-inside {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .2em;
    }

    .product-box .pb-text-right {
        flex: 1;
        padding-left: 1.5em;
    }
}

.product-box .box-disclosure {
    font-size: .75rem;
    line-height: .9375rem;
    font-family: Open Sans, helvetica, sans-serif;
    font-weight: 400;
    color: #666;
    margin: 20px 0 0;
}

.product-box .image-left {
    flex-shrink: 0;
    margin-top: 2em;
    margin-bottom: 1em;
}

@media (min-width: 30em) {
    .product-box .image-left {
        flex: 1;
        align-self: center;
        margin-top: 0;
    }
}

.available-for-title {
    margin-top: 25px;
    margin-bottom: 5px;
    font-style: italic;
}

.app-download-link {
    margin-bottom: 7px;
}

a.adl-link-text {
    margin-left: 15px;
    font-weight: bold;
}

.img-app-icons {
    width: 25px;
    margin-left: 15px;
}

/* Pros and Cons Section Styles */
.pro-con-wrapper {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #e5e7eb;
}

.pro-con-row {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

@media (min-width: 30em) {
    .pro-con-row {
        flex-direction: row;
        gap: 2em;
    }
}

.pro-con-column {
    flex: 1;
    min-width: 0;
}

.pro-con-heading {
    display: block;
    font-size: 1.125rem;
    font-family: Roboto, helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    color: #2d3748;
}

/* Pros (Plus) Items */
.icon-plus-text-pc-block {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.75em;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: Open Sans, helvetica, sans-serif;
    color: #374151;
}

.icon-plus-text-pc-block:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: .875rem;
}

/* Cons (Minus) Items */
.icon-minus-text-pc-block {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.75em;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: Open Sans, helvetica, sans-serif;
    color: #374151;
}

.icon-minus-text-pc-block:before {
    content: "−";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: .875rem;
}

/* Mobile Adjustments */
@media (max-width: 480px) {
    .icon-plus-text-pc-block,
    .icon-minus-text-pc-block {
        font-size: .8125rem;
        line-height: 1.125rem;
    }

    .pro-con-heading {
        font-size: 1rem;
        margin-bottom: 0.75em;
    }
}
