/* Product content styles */
.single-product-content section h2 {
    font-family: 'OptimaProRoman', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #434B5E;
    margin-bottom: 16px;
    margin-top: 32px;
}

.single-product-content section p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #434B5E;
    margin-bottom: 20px;
}
.single-product-content-textarea-image{
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    align-items: center;
}
.single-product-content-textarea-image.right{
  
    flex-direction: row-reverse;
}
.single-product-content-textarea-image img{
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 400px;
    flex: 1;
}

.single-product-content-textarea-image-content{
    flex: 2;
}
.single-product-content-image {
    width: 100%;
    margin-bottom: 40px;
   
}

.single-product-content-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.single-product-content section p a,
.single-product-content-links a {
    text-decoration: underline;
    color: #1A21C7;
    text-underline-offset: 3px;
}

.single-product-content section p a:hover,
.single-product-content-links a:hover {
    text-decoration: none;
    color: #1A21C7;
}

.single-product-content-buttons {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 40px;
}

.single-product-content-buttons a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    background-color: #1A21C7;
    padding: 12px 32px;
    border-radius: 0px;
    border: 1px solid #1A21C7;
    box-sizing: border-box;
}

.single-product-content-buttons a:hover {
    background-color: #fff;
    color: #1A21C7;
    text-decoration: none;
    border: 1px solid #1A21C7;
    box-sizing: border-box;
}

.single-product-content-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.single-product-content-bullet-info:first-of-type {
    margin-top: 0px;
}

.single-product-content-ulist li,
.single-product-content-ulist-double li,
.single-product-content-bullet-info li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #434B5E;
}

.single-product-content-bullet-info li {
    font-weight: 700;
}

.single-product-content-ulist ul,
.single-product-content-ulist-double ul,
.single-product-content-bullet-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.single-product-content-ulist li,
.single-product-content-ulist-double li,
.single-product-content-bullet-info li {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.single-product-content-ulist li::before,
.single-product-content-ulist-double li::before,
.single-product-content-bullet-info li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1A21C7;
    flex-shrink: 0;
    margin-right: 16px;
}

.single-product-content-bullet-info li a {
    text-decoration: underline;
    color: #1A21C7;
    text-underline-offset: 3px;
}

.single-product-content-bullet-info li a:hover {
    text-decoration: none;
    color: #1A21C7;
}

.single-product-content-ulist-double {
    display: flex;
    flex-direction: row;
    gap: 36px;
    flex-wrap: wrap;
}

.single-product-content-ulist-double div {
    flex: 1;
}

.single-product-content-ulist-double h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #434B5E;
}

.single-product-content-option-link {
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex: 2;
}

.single-product-content-option-link img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.single-product-content-option-link a,
.single-product-content section .single-product-content-option-link p {
    background-color: #1A21C7;
    color: #fff;
    padding: 0px 24px;
    border-radius: 0px;
    border: 1px solid #1A21C7;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
}

.single-product-content-options-content {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.single-product-content-options-content p {
    flex: 5;
    margin: auto;
}

.single-product-content-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.single-product-content-options .single-product-content-options-content p {
    margin-bottom: auto;
}

.more-information-start {
    transition: 300ms;
    height: 0px;
    overflow: clip;
    margin-bottom: 0px;
}

.more-info-link-end {
    margin-bottom: 40px;
}

.more-information-start.active {
    height: auto;
}

.more-info-link-start,
.more-info-link-end {
    all: unset;
    display: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #1A21C7;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 3px;
}

.more-info-link-start.active,
.more-info-link-end.active {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}

.arrow.down {
    width: 9px;
    height: 9px;
    border-left: 1px solid #1A21C7;
    border-bottom: 1px solid #1A21C7;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0px;
    margin-bottom: 4px
}

.arrow.up {
    width: 9px;
    height: 9px;
    border-left: 1px solid #1A21C7;
    border-bottom: 1px solid #1A21C7;
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    padding: 0px;
    margin-bottom: -8px
}

.single-product-content-ordered-list {
    margin-bottom: 40px;
}

.single-product-content-ordered-list ol {
    list-style: decimal outside;
    padding-left: 20px;
}

.single-product-content-ordered-list ol li::marker {
    color: #1A21C7;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
}

.single-product-content-ordered-list ol li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #434B5E;
    padding-left: 14px;
    margin-bottom: 16px;
}

.single-product-content-table {
    margin-bottom: 40px;
    overflow-x: auto;
}

.single-product-content-table table,
th,
td {
    border: 1px solid #D7E6FB;
}

.single-product-content-table table {
    width: 100%;
}

tbody tr:nth-child(even) {
    background-color: #F2F7FD;
    color: #434B5E;
}

.table-2 th {
    vertical-align: baseline;
    width: 50%;
    background-color: #F2F7FD;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #434B5E;
    padding: 8px 16px;
}

.table-2 td {
    width: 50%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #434B5E;
    vertical-align: baseline;
    padding: 16px 16px;
}

.table-3 th {
    vertical-align: baseline;
    width: 33.3%;
    background-color: #F2F7FD;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #434B5E;
    padding: 8px 16px;
}

.table-3 td {
    width: 33.3%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #434B5E;
    vertical-align: baseline;
    padding: 16px 16px;
}

.single-product-content-ulist a {
    text-decoration: underline;
    color: #1A21C7;
    text-underline-offset: 3px;
}

/* Publish */
.knowledge-content-publish {
    background-color: #F2F7FD;
    padding: 32px;
}

.knowledge-content-cta-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.knowledge-content-cta-block h3 {
    font-family: 'OptimaProRoman', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #434B5E;
    margin: 0;
}

.knowledge-content-cta-block p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #434B5E;
    margin: 0;
}

.knowledge-content-cta-block a {
    border: 1px solid #1A21C7;
    color: #fff;
    padding: 12px 32px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1A21C7;
    width: fit-content;
}

.knowledge-content-cta-block a:hover {
    background-color: #F2F7FD;
    color: #1A21C7;
    border: 1px solid #1A21C7;
}

#overview.single-product-content {
    margin-top: 16px;
}

/* Ordered list (Paragraphs & Inner list) */
.single-product-content-ordered-list-paragraph {
    margin-bottom: 40px;
}

.single-product-content-ordered-list-paragraph ol {
    list-style: decimal outside;
    padding-left: 20px;
}

.single-product-content-ordered-list-paragraph ol li::marker {
    color: #1A21C7;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
}

.single-product-content-ordered-list-paragraph ol li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #434B5E;
    padding-left: 14px;
    margin-bottom: 12px;
}

section.single-product-content-ordered-list-paragraph p {
    margin-bottom: 12px;
}

section.single-product-content-ordered-list-paragraph .single-product-content-ulist p {
    margin-bottom: 0px;
}

section.single-product-content-ordered-list-paragraph .single-product-content-ulist li {
    align-items: flex-start;
}

section.single-product-content-ordered-list-paragraph .single-product-content-ulist li::before {
    margin-top: 11px;
}

/* Responsive Styles */
@media screen and (max-width: 1280px) {
    .single-product-content-container {
        flex-direction: column;
        padding: 0px 40px;
    }

    .single-product-content-buttons {
        flex-direction: column;
    }
}

@media screen and (max-width: 744px) {
    .single-product-content-textarea-image{
        flex-direction: column;
    }
    .single-product-content-textarea-image.right{
        flex-direction: column-reverse;
    }
    .single-product-content-container {
        padding: 0px 16px;
    }

    .single-product-content-ulist-double {
        flex-direction: column;
    }

    .single-product-content-options-content {
        flex-direction: column;
    }
}
