.pc-desktop-body {
    width: auto;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.pc-desktop-container {
    max-width: 1240px;
    width: 96%;
    margin: 0 auto;
    padding: 1.5rem 4px 0;
    flex: 1 0 auto;
}

.pc-desktop-logo-wrap {
    padding-top: 8px;
}

.pc-desktop-logo {
    padding: 5px;
    width: 220px;
}

.pc-desktop-marketing {
    padding: 0;
}

.pc-desktop-title {
    font-weight: 700;
    font-size: 42px;
    font-family: Arial, Helvetica, sans-serif;
    color: #9d242d;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pc-desktop-title-icon {
    font-size: 44px;
    line-height: 1;
}

.pc-desktop-rule {
    height: 1px;
    border-width: 0;
    background-color: #9d242d;
}

.pc-desktop-subtitle {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.72px;
    margin-top: 6px;
    color: #9d242d;
}

.pc-desktop-gap {
    height: 10px;
}

table.powercuttable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    border-collapse: collapse;
    background-color: white;
}

table.powercuttable th {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #999999;
    text-align: left;
    color: #9d242d;
    background-color: transparent;
}

table.powercuttable td {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #999999;
    background-color: white;
}

.pc-hidden-row {
    display: none !important;
}

.boxEffect3 {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 2px 2px #ccc, 0 0 2px #ccc, 0 0 2px #ccc;
    background-color: #E4E5E6;
    background: linear-gradient(left, #FAAA28, #E66428);
    background: -o-linear-gradient(left, #FAAA28, #E66428);
    background: -moz-linear-gradient(left, #FAAA28, #E66428);
    background: -ms-linear-gradient(left, #f6ad22, #bf371f);
    background: -webkit-gradient(linear,left top, right bottom, from(#FAAA28), to(#E66428));
    color: white;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.col1 {
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 60%;
    line-height: 20px;
    float: left;
}

.col2 {
    width: 40%;
    float: left;
    padding: 20px;
}

.col3-input {
    height: 24px;
    padding: 2px 6px;
    font-size: 12px;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    width: 210px;
    max-width: 100%;
    margin-bottom: 0 !important;
}

.pc-desktop-marketing .boxEffect3 .col3 .col3-input {
    height: 32px !important;
}

.pc-desktop-table {
    border-collapse: collapse;
    width: 100%;
}

.pc-desktop-th {
    padding: 0cm 5.4pt;
    width: 49.25pt;
    height: 17pt;
    background-color: transparent;
    mso-border-alt: solid windowtext .5pt;
}

.pc-desktop-th-wide {
    width: 59.25pt;
}

.pc-desktop-th-narrow {
    width: 9.25pt;
}

.pc-desktop-row {
    mso-yfti-irow: 0;
    mso-yfti-firstrow: yes;
}

@media (max-width: 992px) {
    .pc-mobile-legacy .pc-desktop-container {
        width: 100%;
        padding: 0;
    }

    .pc-mobile-legacy .pc-desktop-marketing {
        overflow-x: auto;
    }

    .pc-mobile-legacy .boxEffect3 {
        display: block;
        float: none;
        width: 100%;
        padding: 12px 10px;
    }

    .pc-mobile-legacy .col1 {
        font-size: 16px;
        width: 100%;
        line-height: 16px;
        padding-bottom: 5px;
        float: none;
    }

    .pc-mobile-legacy .col2 {
        width: 100%;
        padding: 15px;
        float: none;
    }

    .pc-mobile-legacy .col3 {
        width: 100%;
        padding: 0;
        float: none;
    }

    .pc-mobile-legacy .col3-input {
        width: 78%;
        max-width: 260px;
        height: 30px;
        font-size: 13px;
    }
}
