/*
Theme Name: ゆとりWeb
Theme URL: 
Description: 
Author: TANAAKK
Version: 1.0.0
*/

/* 基本的なスタイルリセット */
/* body {
    font-family: 'Noto Sans JP', 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
} */

/* アイコンリンクのスタイル */
/* .icon-link {
    color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.icon-link:hover {
    color: #007bff;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.icon-link i {
    color: inherit;
}

.no-cards-message {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

.empty-container {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-simple {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.card-simple:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.card-content {
    padding: 1rem;
}

.card-content h4 {
    margin-bottom: 0.5rem;
    color: #0d9488;
}

.card-subtitle {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.card-description {
    color: #495057;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.category-group {
    margin-bottom: 2rem;
}

.category-title {
    color: #0d9488;
    border-bottom: 2px solid #0d9488;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
} */

/* レスポンシブ対応 */
/* @media (max-width: 768px) {
    .cards-container {
        margin: 0 -0.5rem;
    }
    
    .card-simple {
        margin: 0 0.5rem 1rem 0.5rem;
    }
} */
