@charset "UTF-8";
/*-----------------------------*/
/* Podcast平台按鈕外觀 */
.standard-reading #wrapper .page-section.tot-icons .text.spacer_both .text-component {
    padding-left: 0;
}

.page-section.tot-icons .text.spacer_both {
    border: 0;
}

.page-section.tot-icons .text.spacer_both ul {
    padding-left: 0;
    display: flex;
}

.page-section.tot-icons .text.spacer_both ul li:before {
    content: none;
}

.page-section.tot-icons .text.spacer_both ul li a {
    border-bottom: none;
    font-weight: 400;
    margin: 0px 3px;
    padding: 5px 10px 5px 37px;
    max-width: 32px;
    height: 32px;
    text-decoration: none;
    color: #000;
    text-indent: 40px;
    line-height: 24px;
    vertical-align: middle;
    /*transition: all 0.25s ease-in-out;*/
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.page-section.tot-icons .text.spacer_both ul li a:hover {
    color: inherit;
    max-width: 300px;
    transition: all 0.25s ease-in-out;
    text-decoration: underline;
    border-bottom: none!important
}

.page-section.tot-icons .text.spacer_both ul li a:before {
    content: "";
    background-color: transparent;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    repeat: no-repeat;
}

.page-section.tot-icons .text.spacer_both ul li:nth-child(1) a:before {
    background-image: url(/content/dam/pwc/tw/zh/assets/icons/pdcf-ap.svg);
}
.page-section.tot-icons .text.spacer_both ul li:nth-child(2) a:before {
    background-image: url(/content/dam/pwc/tw/zh/assets/icons/pdcf-kk.png);
}
.page-section.tot-icons .text.spacer_both ul li:nth-child(3) a:before {
    background-image: url(/content/dam/pwc/tw/zh/assets/icons/pdcf-sp.svg);   
}