.tefagoo-code-box {
    background: #1e1e1e;
    color: #dcdcdc;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    font-family: Consolas, monospace;
    margin: 15px 0;
    overflow-x: auto;
}

.tefagoo-code-box .copy-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
}
