details.transcript-block {
width: 97.5%;
margin: 20px auto;
padding: 10px;
background: transparent;
font-size: 1.1rem;
font-family: 'Libre Baskerville', serif !important;
color: #2c2c2c !important;
border: none;
box-shadow: none;
line-height: 1.8 !important;
text-align: justify !important;
} details.transcript-block summary {
font-weight: bold;
cursor: pointer;
padding: 6px 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: none;
font-family: 'Libre Baskerville', serif !important;
font-size: 1.1rem !important;
color: #2c2c2c !important;
} details.transcript-block .arrow {.speed-control
font-size: 1.1rem !important;
transition: transform 0.3s;
margin-left: 8px;
} details.transcript-block,
details.transcript-block *,
.podcast-transcript,
.podcast-transcript * {
font-family: 'Libre Baskerville', serif !important;
font-size: 1.1rem !important;
color: #2c2c2c !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
line-height: 1.6 !important;
text-align: justify !important;
text-decoration: none !important;
} .podcast-transcript .word {
cursor: pointer !important;
padding: 1px 2px !important;
border-radius: 3px !important;
transition: background-color 0.2s ease, color 0.2s ease !important;
color: inherit !important;
position: relative;
text-decoration: none !important;
border-bottom: none !important;
outline: none !important;
box-shadow: none !important;
}
.podcast-transcript .word:hover {
background: #f3f3f3 !important;
} .podcast-transcript .word.highlight {
color: #692a2a !important;
background: #d4c050 !important;
font-weight: bold !important;
padding: 0 4px !important;
border-radius: 4px !important;
transition: background 0.25s ease, color 0.25s ease !important;
} .podcast-transcript .word::after,
.podcast-transcript .word::before {
display: none !important;
content: none !important;
} details.transcript-block .podcast-transcript-toggle,
.podcast-transcript .podcast-transcript-toggle {
display: block !important;
margin: 15px auto 25px auto !important;
padding: 10px 24px !important;
border: none !important;
border-radius: 9999px !important;
background-color: #006466 !important; color: #ffffff !important;
cursor: pointer !important;
font-family: 'Libre Baskerville', serif !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
text-align: center !important;
transition: all 0.25s ease-in-out !important;
text-decoration: none !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
background-image: none !important;
opacity: 1 !important;
} details.transcript-block .podcast-transcript-toggle:hover,
.podcast-transcript .podcast-transcript-toggle:hover {
background-color: #ff6900 !important;
transform: scale(1.04) !important;
} details.transcript-block .podcast-transcript-toggle[data-enabled="false"],
.podcast-transcript .podcast-transcript-toggle[data-enabled="false"] {
background-color: #999 !important;
color: #fff !important;
box-shadow: none !important;
} .srclub-members-cta {
width: 100%;
margin: 18px auto;
}
.srclub-members-cta__inner {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 24px;
align-items: center;
background: #f3c84b; border-radius: 18px;
padding: 26px;
box-shadow: 0 10px 26px rgba(0,0,0,.14);
}
.srclub-members-cta__media {
display: flex;
justify-content: center;
align-items: center;
}
.srclub-members-cta__img {
width: 100%;
max-width: 380px;
height: auto;
border-radius: 14px;
display: block;
}
.srclub-members-cta__content {
text-align: center;
}
.srclub-members-cta__title {
margin: 0 0 10px 0;
font-family: 'Libre Baskerville', serif !important;
font-weight: 700;
font-size: 2.1rem;
color: #2C2C2C !important;
}
.srclub-members-cta__text {
margin: 0 0 16px 0;
font-size: 1.05rem;
color: #2C2C2C !important;
}
.srclub-members-cta__buttons {
display: grid;
grid-template-columns: 1fr;
gap: 14px;
max-width: 360px;
margin: 0 auto 12px auto;
}
.srclub-members-cta__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 18px;
border-radius: 14px;
font-weight: 700;
text-decoration: none !important;
box-shadow: 0 8px 20px rgba(0,0,0,.14);
transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.srclub-members-cta__btn:hover {
transform: translateY(-1px);
box-shadow: 0 12px 26px rgba(0,0,0,.18);
} .srclub-members-cta__btn--primary,
.srclub-members-cta__btn--teal {
background: #006466 !important;
color: #fff !important;
border: 2px solid #ffffff !important;
} .srclub-members-cta__btn--primary:hover,
.srclub-members-cta__btn--teal:hover {
background: #FF6900 !important;
color: #fff !important;
}
.srclub-members-cta__loginline {
margin-top: 8px;
font-size: 1.05rem;
color: #2C2C2C !important;
}
.srclub-members-cta__loginlink {
font-weight: 700;
color: #006466 !important;
text-decoration: underline !important;
}
.srclub-members-cta__loginlink:hover {
color: #FF6900 !important;
}
.srclub-members-cta__hint {
margin: 12px 0 0 0;
font-size: .95rem;
color: rgba(0,0,0,.65) !important;
} @media (max-width: 900px) {
.srclub-members-cta__inner {
grid-template-columns: 1fr;
text-align: center;
}
.srclub-members-cta__img {
max-width: 340px;
}
}  .srclub-members-cta,
.srclub-members-cta * {
box-sizing: border-box;
} .srclub-members-cta__title,
.srclub-members-cta__text,
.srclub-members-cta__loginline,
.srclub-members-cta__hint {
overflow-wrap: anywhere;
word-break: normal;
} @media (max-width: 600px) {
.srclub-members-cta {
padding-left: 10px;
padding-right: 10px;
}
.srclub-members-cta__inner {
width: 100%;
max-width: 100%;
padding: 16px;
gap: 14px;
border-radius: 16px;
}
.srclub-members-cta__img {
max-width: 100%;
width: 100%;
height: auto;
}
.srclub-members-cta__title {
font-size: clamp(1.4rem, 5.4vw, 1.9rem);
line-height: 1.15;
margin-bottom: 8px;
}
.srclub-members-cta__text {
font-size: 1rem;
line-height: 1.45;
margin-bottom: 12px;
}
.srclub-members-cta__buttons {
max-width: 100%;
width: 100%;
}
.srclub-members-cta__btn {
width: 100%;
max-width: 100%;
padding: 12px 14px;
border-radius: 14px;
}
.srclub-members-cta__loginline {
font-size: 1rem;
}
.srclub-members-cta__hint {
font-size: 0.92rem;
}
} @media (max-width: 420px) {
.srclub-members-cta__inner {
padding: 14px;
}
.srclub-members-cta__title {
font-size: 1.45rem;
}
.srclub-members-cta__btn {
padding: 12px 12px;
}
} .srclub-downloads{
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 28px !important;
flex-wrap: wrap !important;
margin: 18px 0 6px !important;
text-align: center !important;
}
.srclub-downloads__item{
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
padding: 14px 18px !important;
border-radius: 14px !important;
font-size: 22px !important; line-height: 1.1 !important;
text-decoration: none !important;
box-shadow: 0 6px 18px rgba(0,0,0,.12) !important;
background: #006466 !important; color: #ffffff !important;
}
.srclub-downloads__item strong{
font-weight: 700 !important;
font-size: 1em !important;
} .srclub-downloads__item:hover{
transform: translateY(-1px);
box-shadow: 0 10px 26px rgba(0,0,0,.18) !important;
background: #ff6900 !important; color: #ffffff !important;
} @media (max-width: 768px){
.srclub-downloads{
gap: 16px !important;
}
.srclub-downloads__item{
font-size: 18px !important;
padding: 12px 16px !important;
}
} .transcript-content {
font-family: 'Libre Baskerville', serif !important;
font-size: 1.1rem;
color: #2c2c2c !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
line-height: 1.6;
text-align: justify !important;
margin-top: 15px;
}
.tooltip {
position: relative;
cursor: help;
border-bottom: 1px dashed #999;
}
.tooltip:hover::after {
content: attr(data-translation);
position: absolute;
left: 0;
top: 120%;
background: rgba(255, 255, 255, 0.95);
color: #000;
font-size: 0.95rem;
padding: 6px 10px;
border-radius: 6px;
box-shadow: 0 3px 8px rgba(0,0,0,0.15);
white-space: normal;
min-width: 200px;
max-width: 400px;
z-index: 10;
}
.play-audio {
background: none;
border: none;
cursor: pointer;
font-size: 1rem;
margin-left: 6px;
color: #555;
transition: color 0.2s ease;
}
.play-audio:hover {
color: #ff6900;
} .speed-control {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 20px 0 25px 0;
}
.speed-control label {
display: inline-block;
margin-bottom: 10px;
font-weight: 600;
font-family: inherit;
font-size: 1rem;
color: #2c2c2c;
text-align: center;
}
.speed-control select {
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
background-color: #006466 !important;
color: #ffffff !important;
font-family: inherit !important;
font-size: 1rem !important;
font-weight: 600 !important;
height: 44px; line-height: 44px; padding: 0 24px !important; border: 2px solid #006466 !important;
border-radius: 9999px !important;
cursor: pointer !important;
text-align: center !important;
text-align-last: center !important;
display: inline-flex;
align-items: center; transition: all 0.25s ease-in-out !important;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1rem center;
background-size: 12px;
}
.speed-control select:hover,
.speed-control select:focus {
background-color: #ff6900 !important;
color: #fff !important;
border-color: #ff6900 !important;
transform: scale(1.04) !important;
outline: none !important;
}
.speed-control select option {
background-color: #ffffff !important;
color: #000000 !important;
text-align: center !important;
} .transcript-content .speed-control{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
margin:20px 0 25px 0;
}
.transcript-content .speed-control label{
display:inline-block;
margin:0 0 10px 0;
font-weight:600;
font-family:'Libre Baskerville', serif !important;
font-size:1rem;
color:#2C2C2C !important;
text-align:center;
} .transcript-content .speed-control select,
.transcript-content select#speechRate,
.transcript-content select.srclub-speed-select{
appearance:none !important;
-webkit-appearance:none !important;
-moz-appearance:none !important;
background-color:#006466 !important;
color:#ffffff !important;
font-family:'Libre Baskerville', serif !important;
font-size:1rem !important;
font-weight:600 !important;
padding:10px 24px !important;
border:2px solid #006466 !important;
border-radius:9999px !important;
cursor:pointer !important;
text-align:center !important;
text-align-last:center !important;
transition:all .25s ease-in-out !important;
box-shadow:0 2px 6px rgba(0,0,0,.15) !important;
background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-position:right 1rem center;
background-size:12px;
} .transcript-content .speed-control select:hover,
.transcript-content .speed-control select:focus,
.transcript-content select#speechRate:hover,
.transcript-content select#speechRate:focus,
.transcript-content select.srclub-speed-select:hover,
.transcript-content select.srclub-speed-select:focus{
background-color:#FF6900 !important;
border-color:#FF6900 !important;
color:#ffffff !important;
transform:scale(1.04) !important;
outline:none !important;
} .transcript-content .speed-control select option,
.transcript-content select#speechRate option,
.transcript-content select.srclub-speed-select option{
background-color:#ffffff !important;
color:#000000 !important;
text-align:center !important;
} @media (max-width:600px){
.transcript-content .speed-control select,
.transcript-content select#speechRate,
.transcript-content select.srclub-speed-select{
width:auto !important;
max-width:100% !important;
}
}