.wr-gh-wrapper {
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 80px 20px 0;
}

h1.wr-gh-title {
    font-size: 40px;
    margin: 0 0 20px 0;
    text-align: left;
}

.wr-gh-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wr-gh-card {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px;
    transition: box-shadow 0.2s ease;
}

.wr-gh-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wr-gh-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wr-gh-card-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wr-gh-card-icon svg,
.wr-gh-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wr-gh-card-header a.wr-gh-card-name,
.wr-gh-card-header a.wr-gh-card-name:visited {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    text-decoration: none;
}

.wr-gh-card-header a.wr-gh-card-name:hover {
    color: #1c1c1c;
    text-decoration: underline;
}

.wr-gh-card-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wr-gh-card-links li {
    margin-bottom: 6px;
}

.wr-gh-card-links li:last-child {
    margin-bottom: 0;
}

.wr-gh-card-links a {
    color: #0066cc;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}

.wr-gh-card-links a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .wr-gh-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wr-gh-wrapper {
        padding-top: 100px;
    }

    .wr-gh-grid {
        grid-template-columns: 1fr;
    }

    .wr-gh-card {
        padding: 14px;
    }
}

.home .entry-content > :not(.wr-gh-wrapper) {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wr-useful-links {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.95em;
    color: #555;
}

.wr-useful-links a {
    color: #0066cc;
    text-decoration: none;
}

.wr-useful-links a:hover {
    text-decoration: underline;
}
