.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.rss-podcast-player {
max-width: 800px;
margin: 0 auto; background-color: #f5f5f5;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.podcast-item {
margin-bottom: 30px;
background-color: #ffffff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.3s ease;
}
.podcast-header {
display: flex;
align-items: center;
padding: 15px;
background-color: rgb(0, 103, 150);
color: #ffffff;
}
.podcast-image {
width: 80px;
height: 80px;
flex-shrink: 0;
background-size: cover;
background-position: center;
border-radius: 4px;
margin-right: 15px;
}
.podcast-header-text {
flex-grow: 1;
}
.podcast-header h3 {
margin: 0 0 5px 0 !important;
font-size: 1.2em;
font-weight: 500;
}
.podcast-header .date {
font-size: 0.8em;
opacity: 0.8;
}
.podcast-content-wrapper {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.podcast-header {
padding: 15px 20px;
background-color: rgb(0, 103, 150);
color: #ffffff;
}
.podcast-audio {
padding: 15px 20px;
background-color: #f9f9f9;
}
.podcast-audio audio {
display: none; }
.play-button-wrapper {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.play-button {
background-color: rgb(0, 103, 150);
color: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 18px;
cursor: pointer;
transition: background-color 0.3s ease;
outline: none;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
}
.play-button:hover {
background-color: rgb(0, 83, 120);
}
.play-button:active {
transform: scale(0.95);
}
.audio-controls {
display: flex;
align-items: center;
flex-grow: 1;
}
.duration {
font-size: 0.9em;
color: #666;
white-space: nowrap;
margin-right: 15px;
width: 110px;
}
.volume-control {
display: flex;
align-items: center;
width: 100px;
margin-left: auto;
}
.volume-icon {
width: 16px;
height: 16px;
margin-right: 8px;
cursor: pointer;
display: flex;
align-items: center; }
.volume-icon svg {
width: 100%;
height: 100%;
}
.volume-icon path {
fill: rgb(0, 103, 150);
}
.volume-slider {
-webkit-appearance: none;
width: calc(100% - 24px);
height: 4px;
border-radius: 2px;
margin-bottom:5px !important;
background: #d3d3d3;
outline: none;
opacity: 0.7;
transition: opacity .2s;
vertical-align: middle; }
.volume-slider:hover {
opacity: 1;
}
.volume-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 12px;
height: 12px;
border-radius: 50%;
background: rgb(0, 103, 150);
cursor: pointer;
}
.volume-slider::-moz-range-thumb {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgb(0, 103, 150);
cursor: pointer;
}
.timeline {
width: 100%;
height: 4px;
background-color: #d3d3d3;
cursor: pointer;
position: relative;
}
.progress {
height: 100%;
background-color: rgb(0, 103, 150);
width: 0;
}
.podcast-content {
padding: 20px;
}
.toggle-description {
background-color: #e9e9e9;
border: none;
padding: 10px 15px;
cursor: pointer;
font-weight: 500;
color: #333;
transition: background-color 0.3s ease;
border-radius: 5px;
}
.toggle-description:hover {
background-color: #d9d9d9;
}
.description {
margin-top: 15px;
line-height: 1.6;
color: #333;
}
.description p {
margin: 0 0 15px 0;
}
.description a {
color: rgb(0, 103, 150);
text-decoration: none;
transition: color 0.3s ease;
}
.description a:hover {
color: rgb(0, 83, 120);
text-decoration: underline;
}
.pagination {
display: flex;
justify-content: center;
margin-top: 20px;
}
.pagination button {
background-color: rgb(0, 103, 150);
color: white;
border: none;
padding: 10px 15px;
margin: 0 5px;
cursor: pointer;
border-radius: 4px;
font-size: 14px;
}
.pagination button:disabled {
background-color: #cccccc;
cursor: not-allowed;
}