body {
    background-color: white;
    font-family: Sora;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
.intro-banner {
    background-color: #011949;
}

.bc {
    color: #abdfea;
    font-size: 15px;
    font-weight: 100;
}

.bc a{
    color: #abdfea;
}

a {
    color: #f54432;
}

.bc a:hover{
    color: #f54432;
}

a:hover {
    color: #011949;
}

ol, ul a {
    color: #f54432;
}

ol, ul a:hover {
    color: #011949;
}

h1 {
    font-size: 40px;
    line-height: 1.28;
    color: #ffffff;
    margin-top: 140px;
    padding-left: 170px;
    padding-right: 170px;
    padding-bottom: 20px;
}

.author {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    color: #ffffff;
    padding-left: 170px;
    padding-right: 170px;
    padding-top: 30px;
}

div.lead p{
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #011949;
}

div.wrapper p {
    font-size: 16px;
    line-height: 1.67;
    text-align: left;
    color: #011949;
    padding-top: 20px;
}

div.wrapper {
    padding: 35px 170px;
}

div.wrapper div#gallery {
    padding-top: 35px;
}

div.wrapper img {
    object-fit: contain;
    border-radius: 10px;
    width: 100%;
}
div.image-container div#img-alt span {
    font-size: 12px;
    line-height: 2;
    text-align: left;
    color: #ffffff;
    border-radius: 40px;
    background-color: #f54432;
    padding: 6px 12px 6px 12px;
}

div#img-alt {
    margin-top: -15px;
    margin-left: 15px;
    padding-bottom: 20px;
}

div.wrapper div.lead p {
    font-size: 20px;
    line-height: 1.67;
    text-align: left;
    color: #011949;
    font-weight: 600;
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    margin-bottom: -15px;
}

div.wrapper div.lead h2 {
    font-size: 20px;
    line-height: 1.67;
    text-align: left;
    color: #011949;
    font-weight: 600;
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    margin-bottom: -15px;
}

div.wrapper h2 {
    font-size: 28px;
    line-height: 1.8;
    text-align: left;
    color: #011949;
    font-weight: 600;
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-bottom: -15px;
}

div.purple-example {
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    color: #011949;
    border-radius: 5px;
    border-left: 5px solid #011949;
    padding: 20px;
    margin-top: 25px;
    background-color: #f5f6f7;
}

div.red-example {
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    color: #011949;
    border-radius: 5px;
    border-left: 5px solid #f54432;
    padding: 20px;
    margin-top: 25px;
    background-color: #fef5f5;
}

blockquote {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f54432;
    padding: 25px 0px 25px 0px;
}

div.wrapper ul {
    list-style-image: url('/_resources/themes/simple/images/dotlist.png');
    margin-left: 15px;
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    color: #011949;
}

div.wrapper ul li {
    padding-left: 12px;
    padding-top: 10px;
}

div.wrapper ol {
    margin-left: 15px;
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    color: #011949;
}

div.wrapper ol li {
    padding-left: 12px;
    padding-top: 10px;
}

div.wrapper ol ol {
    list-style-type: lower-alpha;
}

div.wrapper p em {
    font-style: italic;
}

div.wrapper ul li em {
    font-style: italic;
}

div.wrapper ol li em {
    font-style: italic;
}

div.row.buttons-px {
    height: 45px;
    padding-left: 170px;
    padding-right: 170px;
}

div.row.buttons-px a.btn-online {
    color: white;
    border-color: #f54432;
    background-color: #f54432;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    width: 230px;
    height: 44px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    padding: 0;
    display: inline-block;
}

div.row.buttons-px a.btn-online:hover {
    background-color: #C43628;
}

div.row.buttons-px a.btn-windows {
    color: white;
    border-color: #362967;
    background-color: #362967;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    width: 220px;
    height: 44px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    padding: 0;
    display: inline-block;
}

div.row.buttons-px a.btn-windows:hover {
    background-color: #271e4c;
}

div.wrapper.category {
    padding: 10px 20px;
}

.recomendation-container {
    background-color: #f5f6f7;
    padding: 20px;
    border-radius: 8px;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    color: #011949;
    background: #fff;
}

.ranking-table th,
.ranking-table td {
    border: 1px solid #ddd;
    padding: 34px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.ranking-table thead th {
    background: #f54432;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 36px 10px;
    border-color: #f46b5d;
}

.ranking-table tbody td:first-child {
    font-weight: 700;
    width: 45px;
}

.ranking-table tbody td:nth-child(2) {
    font-weight: 700;
    width: 110px;
}

.ranking-table tbody td:nth-child(3) {
    font-weight: 700;
    width: 75px;
}

.ok {
    color: #2f7d32;
    font-weight: 700;
}

.warn {
    color: #ff5a1f;
    font-weight: 700;
}

.no {
    color: #aaa;
    font-weight: 700;
}

.pros-cons {
    font-family: Arial, sans-serif;
    color: #011949;
    max-width: 700px;
}

.pros-cons h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pros h3 {
    color: #2f7d32;
    font-size: 20px;
}

.cons h3 {
    color: #ff5a1f;
    font-size: 20px;
}

.pros-cons ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.pros-cons li {
    position: relative;
    padding-left: 28px !important;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    padding-top: 0px !important;
    list-style: none;
}

.pros li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2f7d32;
    font-weight: bold;
}

.cons li::before {
    content: "✗";
    position: absolute;
    left: 0;
    top: 0;
    color: #aaa;
    font-weight: bold;
}

.cons.red li::before {
    color: #ff5a1f;
}

@media screen and (max-width: 1200px) {
    h1 {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 30px;
    }

    .author {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.wrapper {
        padding: 20px;
    }

    div.row.buttons-px {
        height: 45px;
        padding-left: 0px;
        padding-right: 170px;
    }
    div.toc {display: none;}
}

@media (max-width: 768px) {
    .table-scroll {
        border: 1px solid #ddd;
    }

    .ranking-table {
        min-width: 820px;
    }

    .ranking-table th,
    .ranking-table td {
        padding: 28px 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    div.wrapper img {
        object-fit: contain;
        border-radius: 10px;
        width: 100vw;
        margin-left: -35px;
    }
    table {
        width:100%;
    }
}

@media screen and (max-width: 992px) {
    div.red-example, div.purple-example {
        word-break: break-word;
    }
}

table td {
    border: 1px solid #011949;
    padding: 10px;
}

h3{font-size:18px;line-height:1.67;text-align:left;color:#011949;margin-top:25px;padding-bottom:0}
