@charset "utf-8";
/* ----------------------------------------------
CUSTOME.CSS
* writer : uxcamp
* version : 1.0.0
* last update : 2025.06.20
* purpose : 테마 커스텀 스타일
* license : © 2025 uxcamp. All rights reserved.
------------------------------------------------*/
<style>
.cmd-container-light {
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0 25px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.cmd-header-light {
    background-color: #f8fafc;
    border-bottom: 1px solid #e1e5eb;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cmd-title-light {
    color: #0066cc;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cmd-copy-light {
    color: #718096;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.cmd-body-light {
    background-color: #f8fafc;
    padding: 16px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #4a5568;
    margin: 0;
}
.cmd-prompt {
    color: #dd6b20;
    font-weight: bold;
    margin-right: 5px;
}
</style>
