/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Child theme for the GeneratePress theme
 Author:       Your Name
 Author URI:   https://yoursite.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-child
*/

/* Custom styles below */

/* ── Lecturer detail page (frontend) ─────────────────────────── */
.gv-detail-wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 20px 16px 40px;
}

.gv-breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
}
.gv-breadcrumb a { color: #555; text-decoration: none; }
.gv-breadcrumb a:hover { text-decoration: underline; }
.gv-bc-sep { margin: 0 6px; }

.gv-detail-card {
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    text-align: center;
}

.gv-detail-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2271b1;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 80px;
    margin: 0 auto 16px;
}

.gv-detail-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 24px;
}

.gv-detail-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 24px;
}
.gv-detail-table th,
.gv-detail-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.gv-detail-table th {
    width: 38%;
    color: #555;
    font-weight: 600;
    background: #f9f9f9;
}
.gv-detail-table a { color: #2271b1; }

.gv-detail-back { margin-top: 8px; }
.gv-back-link {
    display: inline-block;
    padding: 8px 18px;
    background: #f0f0f1;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
.gv-back-link:hover { background: #dcdcde; }

/* "Xem chi tiết →" link on archive cards */
.gv-detail-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #2271b1;
    text-decoration: none;
}
.gv-detail-link:hover { text-decoration: underline; }