/*
 Theme Name:   Governance Topology
 Theme URI:    https://political-topology.local
 Description:  Child theme of Twenty Twenty-Four for the Governance Topology project. Supports embedding Claude-generated HTML and React artifacts.
 Author:       CGL Advisory staff
 Template:     twentytwentyfour
 Version:      1.0.0
 Text Domain:  political-topology
*/

/* Artifact container styles */
.artifact-container {
    max-width: 100%;
    margin: 2rem 0;
    overflow: hidden;
    border-radius: 8px;
}

.artifact-container iframe {
    width: 100%;
    border: none;
    min-height: 400px;
}

.artifact-container .artifact-label {
    font-size: 0.75rem;
    color: #666;
    padding: 0.5rem 0;
    text-align: right;
}
