/* ============================================================
   web-pt-article  —  教練/專欄內文排版   〔積木說明〕
   文章內文的圖文排版(.pt-containers .content-main)
   （由 all.css 拆分；純樣式區塊，改這裡不影響其他積木）
   ============================================================ */

/* 教練介紹區塊 */
.pt-containers .content-main img {
    max-width: 100%;
}

.pt-containers .content-main img {
    text-align: center;
    margin: auto;
    display: block;
}

.pt-containers .content-img-center {
    text-align: center;
}

.pt-containers .content-main strong {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.pt-containers .content-main p em {
    font-size: 25px;
    color: #888;
    font-weight: bold;
    font-style: normal;
}

.pt-containers .content-main strong em {
    color: #888
}

.pt-containers .content-main h2 {
    background: #444;
    border-radius: 5px;
    color: #ffffff;
    font-size: 19px;
    line-height: 33px;
    font-weight: 700;
    padding: 5px 10px;
    margin: 5% 0 2% 0;
}

.pt-containers .content-main {
    padding: 20px 0px;
}

.pt-containers .content-main blockquote p {
    background: #f1f1f1;
    padding: 1%;
    border-left: 3px solid #bfa67a;
}

.pt-containers .content-main h3 {
    font-size: 18px;
    line-height: 33px;
    margin: 5% 0 1.5% 0;
    color: #9f353a;
    font-weight: bold;
}

.pt-containers .content-main h4 {
    font-size: 17px;
    line-height: 33px;
    margin: 5% 0 1.5% 0;
    color: #555;
    font-weight: bold;
}

.pt-containers .content-main a {
    color: #333 !important;
    font-size: 16px !important;
    text-decoration: underline !important;
}

.pt-containers .content-main li {
    font-weight: bold;
    list-style: disc;
    margin-left: 23px;
    color: #888;
    line-height: 30px;
    font-size: 17px;
}

.pt-containers .content-main #content-table {
    height: 322px;
    width: 100%;
}

.pt-containers .content-main .major-item {
    background-color: #9f353a;
    height: 55px;
    text-align: center;
    font-weight: bold;
}

.pt-containers .content-main .major-item p,
.content-main .major-item td {
    color: #fff;
}

.pt-containers .content-main .minor-item {
    background-color: #dcdcdc;
}

.pt-containers h2 {
    text-align: center;
}

.pt-containers ul,
.pt-containers ol {
    text-align: center;
    width: fit-content;
    margin: 3% auto !important;
}

.pt-containers li {
    text-align: left;
}

@media (max-width: 450px) {
    .information-tabs-block-title a {
        font-size: 19px;
    }

    .pt-containers .content-main h2 {
        font-size: 18px;
    }

    .pt-containers .content-main h3 {
        font-size: 17px;
    }

    .pt-containers .content-main h4 {
        font-size: 16px;
    }

    .information-tabs-block-group,
    .pt-containers .content-main strong {
        font-size: 15px;
    }

    .pt-containers .content-main li {
        font-size: 15px;
    }
}

/* 教練介紹區塊 END*/
