#bug-report-links {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bug-report-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #dc3545;
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-top: 10px;
}

.bug-report-button:hover {
    background-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    color: white !important;
}

.bug-report-note {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

/* 管理画面用スタイル */
.link-setting {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.link-setting h4 {
    margin-top: 0;
    color: #23282d;
}