.learn-wa-community {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.75rem;
    box-sizing: border-box;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    border-radius: 0.75rem;
    background: #25d366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.dg-site a.learn-wa-community,
.dg-site .dg-main a.learn-wa-community,
.dg-site a.learn-wa-community:hover,
.dg-site .dg-main a.learn-wa-community:hover {
    color: #fff;
    text-decoration: none;
}
.learn-wa-community:hover {
    background: #1ebe5d;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.36);
}
.learn-wa-community:focus-visible {
    outline: 2px solid #0a84ff;
    outline-offset: 3px;
}
.learn-wa-community__icon {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
}
@media (max-width: 430px) {
    .learn-wa-community {
        font-size: 0.8125rem;
        padding: 0.7rem 0.85rem;
    }
}
