/**
 * Listeo Taxonomy Top Content - Frontend Styles
 */

/* Top content container */
.listeo-ttc-top-content {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

/* Centered variant */
.listeo-ttc-top-content.is-centered {
    text-align: center;
}

/* Ensure top content spans full width in flex layouts */
.full-page-container.full-page-jobs > .listeo-ttc-top-content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: -1;
}

/* Force links to always be clickable */
.listeo-ttc-top-content,
.listeo-ttc-top-content * {
    pointer-events: auto !important;
}

.listeo-ttc-top-content a {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

/* Typography */
.listeo-ttc-top-content h1,
.listeo-ttc-top-content h2,
.listeo-ttc-top-content h3 {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.3;
}

.listeo-ttc-top-content h1 {
    font-size: 28px;
}

.listeo-ttc-top-content h2 {
    font-size: 22px;
}

.listeo-ttc-top-content h3 {
    font-size: 18px;
}

.listeo-ttc-top-content p {
    margin-bottom: 12px;
    line-height: 1.6;
}

.listeo-ttc-top-content p:last-child {
    margin-bottom: 0;
}

.listeo-ttc-top-content ul,
.listeo-ttc-top-content ol {
    margin-bottom: 12px;
    padding-left: 20px;
}

.listeo-ttc-top-content li {
    margin-bottom: 4px;
    line-height: 1.6;
}

.listeo-ttc-top-content a {
    color: #26a69a;
    text-decoration: none;
}

.listeo-ttc-top-content a:hover {
    text-decoration: underline;
}

.listeo-ttc-top-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Internal links section - inline text */
.listeo-ttc-internal-links {
    margin-top: 20px;
}

.listeo-ttc-internal-links__heading {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
}

.listeo-ttc-internal-links__list {
    margin: 0;
    padding: 0;
    line-height: 2;
    font-size: 15px;
}

.listeo-ttc-internal-links a {
    color: #26a69a;
    text-decoration: none;
    font-weight: 500;
    pointer-events: auto !important;
    cursor: pointer;
}

.listeo-ttc-internal-links a:hover {
    text-decoration: underline;
}

.listeo-ttc-sep {
    margin: 0 6px;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .listeo-ttc-top-content {
        padding: 20px;
    }

    .listeo-ttc-top-content h1 {
        font-size: 22px;
    }

    .listeo-ttc-top-content h2 {
        font-size: 18px;
    }
}
