/* Main container */
.squawkfox_yt_transcript {
    margin-top: 0;
    margin-bottom: 2em;
    padding: 0;
    border: 1px solid #ccc;
}

/* Footer box below video */
.squawkfox_yt_video_footer {
    background-color: #fcfaef;
    padding: 1em 1.5em 1.25em 1.5em;
    text-transform: uppercase;
}

/* check out this episode ... */
.squawkfox_yt_podcast_description {
    float: left;
}

/* Listen Now */
.squawkfox_yt_podcast_button {
    float: right;
}

@media only screen and (max-width: 1050px) {
    .squawkfox_yt_podcast_button {
        float: left !important;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 0 !important;
    }   
}

/* View Transcript */
.squawkfox_yt_transcript_toggle {
    float: left;
    clear: both;
}

/* Button styling. Need .post-content to override theme styles consistently. */
.post-content .squawkfox_yt_transcript a {
    cursor: pointer;
    padding: 0.25em 1em;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 80%;
}

/* ... Button styling - hover */
.post-content .squawkfox_yt_transcript a:hover {
    cursor: pointer;
    color: #eee;
    background-color: #333;
    text-decoration: none !important;
}

/* Specific styling for 'Listen Now' button */
.post-content .squawkfox_yt_podcast_button a {
    border: 1px solid #333;
    margin: 0;
}

/* Specific styling for 'View Transcript' button */
.post-content .squawkfox_yt_transcript_toggle a {
    margin-top: 10px;
    padding: 0;
    clear: both;
}

/* Transcript text */
.squawkfox_yt_transcript_text {
    padding: 2em 1em;
}