.logo-area {
    text-decoration: none;
    color: inherit;
}

.go-page {
    max-width: 860px;
}

.go-card {
    background: white;
    border-radius: 36px;
    padding: 22px;
    border: 1px solid #ffe2be;
    box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.05);
    margin-bottom: 28px;
}

.go-empty {
    text-align: center;
    color: #876b4f;
    padding: 40px 10px;
    font-weight: 600;
}

.go-cover-wrap {
    margin-bottom: 18px;
}

.go-cover {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 28px;
    background: #ffe3c6;
    display: block;
}

.go-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #2c241a;
    line-height: 1.4;
}

.go-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 14px 0 18px;
    color: #876b4f;
    font-size: 0.9rem;
    font-weight: 600;
}

.go-meta span {
    background: #fffaf2;
    border-radius: 999px;
    padding: 5px 12px;
}

.go-desc {
    color: #5a3e2b;
    line-height: 1.7;
    margin-bottom: 22px;
    white-space: pre-wrap;
    word-break: break-word;
}

.go-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.go-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
}

.go-btn.primary {
    background: #E67E22;
    color: white;
    box-shadow: 0 8px 14px rgba(230, 126, 34, 0.22);
}

.go-btn.ghost {
    background: #ffedd5;
    color: #c26a1a;
}

.go-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 700px) {
    .go-title {
        font-size: 1.25rem;
    }
}
