/*
Theme Name: RadiosPE
Theme URI: https://metricavisual.com/
Author: David Huillca Tapia
Author URI: https://metricavisual.com/
Description: Tema responsive para portales de radio, contenido multimedia y directorios de emisoras. Compatible con menús personalizados, logotipo, imágenes destacadas y Elementor.
Version: 1.2.3
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Copyright: 2026 David Huillca Tapia
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radiospe
Tags: entertainment, news, grid-layout, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/


/* WordPress core presentation helpers. */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text,
.gallery-caption { margin-top: .5em; font-size: .875rem; line-height: 1.5; }
.bypostauthor { display: block; }
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.screen-reader-text:focus {
    position: fixed !important;
    top: 8px;
    left: 8px;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 12px 16px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: #fff;
    color: #111;
    box-shadow: 0 0 0 2px #2271b1;
}
.page-links, .entry-tags { margin-top: 1rem; }

/* Single posts and comments. */
.radiospe-single-post {
    background: #f4f6f9;
    padding: 48px 20px 72px;
}

.radiospe-post-container {
    width: min(100%, 920px);
    margin: 0 auto;
}

.radiospe-post-article,
.radiospe-comments-area {
    background: #fff;
    border: 1px solid #e4e8ee;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.radiospe-post-article {
    padding: clamp(24px, 5vw, 52px);
    overflow: hidden;
}

.radiospe-post-header {
    margin-bottom: 30px;
}

.radiospe-post-kicker,
.radiospe-comments-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f15a24;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.radiospe-post-title {
    margin: 0;
    color: #172033;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.radiospe-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    color: #697386;
    font-size: .92rem;
}

.radiospe-post-thumbnail {
    margin: 0 0 32px;
    overflow: hidden;
    border-radius: 16px;
}

.radiospe-post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.radiospe-post-content {
    color: #364152;
    font-size: 1.06rem;
    line-height: 1.85;
}

.radiospe-post-content > *:first-child {
    margin-top: 0;
}

.radiospe-post-content > *:last-child {
    margin-bottom: 0;
}

.radiospe-post-content h2,
.radiospe-post-content h3,
.radiospe-post-content h4 {
    color: #172033;
    line-height: 1.25;
}

.radiospe-post-content a,
.radiospe-comments-area a {
    color: #d9480f;
    text-underline-offset: 3px;
}

.radiospe-post-content img,
.radiospe-post-content iframe,
.radiospe-post-content video {
    max-width: 100%;
}

.radiospe-post-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 4px solid #f15a24;
    border-radius: 0 12px 12px 0;
    background: #fff7ed;
}

.radiospe-post-footer {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid #e9edf2;
}

.radiospe-post-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0;
}

.radiospe-post-navigation a {
    display: block;
    height: 100%;
    padding: 15px 18px;
    color: #253247;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e4e8ee;
    border-radius: 12px;
}

.radiospe-post-nav-next {
    text-align: right;
}

.radiospe-comments-area {
    margin-top: 22px;
    padding: clamp(22px, 4vw, 42px);
}

.radiospe-comments-header {
    margin-bottom: 24px;
}

.comments-title,
.comment-reply-title {
    margin: 0;
    color: #172033;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2;
}

.comment-list,
.comment-list .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list .children {
    margin-top: 14px;
    margin-left: 42px;
}

.comment-list > li,
.comment-list .children > li {
    margin-bottom: 16px;
}

.comment-body {
    position: relative;
    padding: 22px;
    background: #f7f9fc;
    border: 1px solid #e5eaf0;
    border-radius: 15px;
}

.comment-meta {
    margin-bottom: 14px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comment-author .avatar {
    flex: 0 0 auto;
    border-radius: 50%;
}

.comment-author .fn {
    color: #172033;
    font-style: normal;
    font-weight: 800;
}

.comment-metadata {
    margin: 7px 0 0 64px;
    color: #7a8495;
    font-size: .82rem;
}

.comment-metadata a {
    color: inherit;
    text-decoration: none;
}

.comment-content {
    color: #3f4a5a;
    line-height: 1.7;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.reply {
    margin-top: 14px;
}

.comment-reply-link {
    display: inline-flex;
    padding: 8px 13px;
    color: #fff !important;
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
    background: #2c3748;
    border-radius: 999px;
}

.radiospe-comment-respond {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #e4e8ee;
}

.comment-notes,
.logged-in-as {
    color: #697386;
    font-size: .92rem;
    line-height: 1.6;
}

.radiospe-comment-form {
    display: grid;
    gap: 16px;
}

.radiospe-comment-form p {
    margin: 0;
}

.radiospe-comment-form label {
    display: block;
    margin-bottom: 7px;
    color: #253247;
    font-weight: 700;
}

.radiospe-comment-form input[type="text"],
.radiospe-comment-form input[type="email"],
.radiospe-comment-form input[type="url"],
.radiospe-comment-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 13px 15px;
    color: #172033;
    font: inherit;
    background: #fff;
    border: 1px solid #cfd6df;
    border-radius: 11px;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.radiospe-comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.radiospe-comment-form input:focus,
.radiospe-comment-form textarea:focus {
    outline: none;
    border-color: #f15a24;
    box-shadow: 0 0 0 3px rgba(241, 90, 36, .15);
}

.radiospe-comment-form .submit {
    min-height: 46px;
    padding: 0 22px;
    color: #fff;
    font-weight: 800;
    background: #f15a24;
    border: 0;
    border-radius: 11px;
    cursor: pointer;
}

.radiospe-comment-form .submit:hover,
.radiospe-comment-form .submit:focus {
    background: #d9480f;
}

.comment-navigation,
.comments-pagination {
    margin: 22px 0;
}

.no-comments {
    padding: 14px 16px;
    background: #fff7ed;
    border-radius: 10px;
}

@media (max-width: 680px) {
    .radiospe-single-post {
        padding: 24px 12px 52px;
    }

    .radiospe-post-article,
    .radiospe-comments-area {
        border-radius: 15px;
    }

    .radiospe-post-navigation {
        grid-template-columns: 1fr;
    }

    .radiospe-post-nav-next {
        text-align: left;
    }

    .comment-list .children {
        margin-left: 16px;
    }

    .comment-body {
        padding: 17px;
    }

    .comment-metadata {
        margin-left: 0;
    }
}
