/**
 * LCUS Cite This Article
 */

.lcus-cite-this {
    margin: 1.5rem 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.lcus-cite-this-toggle {
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
}

.lcus-cite-this-toggle:hover {
    background: #eee;
}

.lcus-cite-this-toggle[aria-expanded="true"] {
    background: #e8e8e8;
}

.lcus-cite-this-panel {
    padding: 1rem 1rem 1.25rem;
    background: #fff;
}

.lcus-cite-this-intro {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    color: #555;
}

.lcus-cite-this-row {
    margin-bottom: 0.75rem;
}

.lcus-cite-this-row:last-child {
    margin-bottom: 0;
}

.lcus-cite-this-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #444;
    margin-bottom: 0.25rem;
}

.lcus-cite-this-text-wrap {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.lcus-cite-this-text {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0.5rem 0.6rem;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    font-family: inherit;
    word-break: break-word;
}

.lcus-cite-this-copy {
    flex-shrink: 0;
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.lcus-cite-this-copy:hover {
    background: #555;
}

.lcus-cite-this-copy.copied {
    background: #0a7;
}
