body {
    font-family: Arial, sans-serif;
    margin: 40px;
}

h1 {
    text-align: center;
    color: #333;
}

p.description {
    text-align: center;
    font-size: 1.1em;
    color: #666;
    margin-bottom: 40px;
}

details {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

summary {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
}

.summary-title {
    cursor: pointer;
    font-weight: bold;
}

.top-bar {
    position: relative;
    width: 100%;
    height: 60px;
}

.icon-left, .icon-right {
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
}

.icon-left {
    left: 10px;
}

.icon-right {
    right: 10px;
}

.store-icon-img {
    height: 40px;
    width: 120px;
}

.gmv-icon-img {
    height: 40px;
    width: 90px;
}

.box {
    border: 2px solid #0078D7;
    padding: 20px;
    width: auto;
    border-radius: 8px;
    background-color: #f0f8ff;
    display: flex;
    gap: 10px;
    align-items: center;
}

.copy-btn {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
}

.warning-note {
    background-color: #fff3cd;
    color: #856404;
    padding: 10px 15px;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0;
    width: fit-content;
}

.command-description {
    background-color: #f4f4f4;
    border-left: 4px solid #0078D7;
    padding: 10px 15px;
    margin: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.command-description code {
    padding: 2px 4px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

.tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 100;
}
