.campus-detail-main {
    background-color: #f5f7fa;
    min-height: calc(100vh - 200px);
    padding: 1rem 0 2rem;
}

.breadcrumb {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #0066cc;
}

.breadcrumb-separator {
    color: #999;
    margin: 0 0.35rem;
}

.breadcrumb-current {
    color: #0066cc;
}

.content-area {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

.page-title {
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    text-align: center;
}

.outside-prefix {
    color: #e67e22;
    margin-right: 0.35rem;
}

.company-name {
    margin-bottom: 1.2rem;
    text-align: center;
}

.company-name h2 {
    color: #0066cc;
    font-size: 1.25rem;
    margin: 0;
}

.company-name a {
    color: #0066cc;
    text-decoration: none;
}

.company-name a:hover {
    text-decoration: underline;
}

.info-bar {
    background-color: #f8f9fa;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: center;
    margin-bottom: 1.2rem;
    padding: 0.9rem 1rem;
}

.info-bar span {
    color: #666;
    font-size: 0.92rem;
}

.tip-box {
    background: #fff8e8;
    border: 1px solid #f6d48b;
    border-radius: 6px;
    color: #8a6d3b;
    margin-bottom: 1.4rem;
    padding: 0.85rem 1rem;
}

.tip-box strong {
    margin-right: 0.3rem;
}

.content-detail {
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 1.8rem;
}

.content-detail p {
    margin: 0.6rem 0;
}

.content-detail img {
    height: auto;
    max-width: 100%;
}

.related-jobs {
    border-top: 1px solid #eee;
    margin-top: 1rem;
    padding-top: 1rem;
}

.related-jobs h3 {
    color: #333;
    font-size: 1.1rem;
    margin: 0 0 0.8rem 0;
}

.related-jobs ul {
    margin: 0;
    padding-left: 1.1rem;
}

.related-jobs li {
    margin-bottom: 0.4rem;
}

.related-jobs a {
    color: #0066cc;
    text-decoration: none;
}

.related-jobs a:hover {
    text-decoration: underline;
}

.bottom-actions {
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
}

.action-btn {
    background-color: #0066cc;
    border: 1px solid #0066cc;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 0.95rem;
    padding: 0.55rem 1.1rem;
    text-decoration: none;
}

.action-btn:hover {
    background-color: #0052a3;
    border-color: #0052a3;
}

.secondary-btn {
    background-color: #fff;
    color: #0066cc;
}

.secondary-btn:hover {
    background-color: #f0f8ff;
    color: #0052a3;
}

@media (max-width: 768px) {
    .content-area {
        padding: 1.2rem;
    }

    .page-title {
        font-size: 1.4rem;
    }

    .info-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .bottom-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .action-btn {
        text-align: center;
    }
}
