.repository-input {
    margin-bottom: 10px;
}

.remove-repository {
    margin-left: 10px;
}

.add-repository {
    margin-top: 10px;
}

.release-notes {
    margin-top: 10px;
    white-space: pre-wrap;
}

.shortcode-display {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 3px;
    font-family: monospace;
}

.copy-shortcode {
    margin-left: 5px !important;
}

.github-release-info {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.github-release-info h3 {
    margin-top: 0;
    color: #333;
}

.grd-release-title {
    margin: 0 0 8px 0;
    font-size: 18px;
}

.grd-files-title {
    display: block;
    margin: 6px 0 8px 0;
}

.grd-release-meta {
    margin: 0 0 6px 0;
    display: flex;
    gap: 14px;
    color: #5f6b7a;
    font-size: 12px;
}

/* Release description block unified style */
.release-description {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 15px 20px;
    margin: 15px 0;
    font-style: italic;
    white-space: pre-wrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

.release-assets {
    list-style-type: none;
    padding-left: 0;
}

.release-assets li {
    margin-bottom: 5px;
}

.release-assets a {
    text-decoration: none;
    color: #007bff;
}

.release-assets a:hover {
    text-decoration: underline;
}

/* Download button styles removed (text links only) */

.release-asset-item { }

.release-asset-info { }

.release-asset-primary { }

.release-asset-meta { }

.release-asset-actions { }

.release-asset-name {
    font-weight: 600;
    word-break: break-all;
}

.release-asset-size {
    color: #6c757d;
}

.release-assets { display: block; }

/* 2カラム指定を撤廃し常に1カラム */

@media (max-width: 480px) { }

/* Removed duplicate .release-description definition and unified above */

.release-description p {
    margin-bottom: 10px;
}

.release-description p:last-child {
    margin-bottom: 0;
}