.ggw-bulletin-board {
    column-count: 3;
    column-gap: 1.5rem;
}

.ggw-bulletin-board .ggw-section {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    border: 3px solid #333;
    border-radius: 10px;
    padding: 12px;
    background: #c9f067;
}

.ggw-bulletin-board .ggw-section:nth-child(3n+2) {
    background: #ff6e6e;
}

.ggw-bulletin-board .ggw-section:nth-child(3n+3) {
    background: #73c973;
}

body .ggw-bulletin-board .ggw-section h3 {
    font-family: 'Edu SA Hand', cursive !important;
    font-weight: 500 !important;
    border-bottom: none;
    font-size: 1.8rem !important;
    padding-bottom: 0;
    margin-bottom: 0.25rem;
    margin-top: 0;
}

.ggw-bulletin-board .ggw-section p {
    margin-bottom: 0.25rem;
}

.ggw-bulletin-board .ggw-section .ggw-section-content {
    background: #fff;
    border: 2px solid #333;
    border-radius: 6px;
    padding: 12px;
    margin-top: 0.5rem;
}

.ggw-bulletin-board .ggw-section .ggw-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-bottom: 0.75rem;
}

.ggw-bulletin-board .ggw-section .ggw-item .ggw-item-thumb {
    flex-shrink: 0 !important;
}

.ggw-bulletin-board .ggw-section .ggw-item .ggw-item-thumb a {
    display: block !important;
}

.ggw-bulletin-board .ggw-section .ggw-item .ggw-item-thumb a .ggw-thumb {
    display: inline-block !important;
    width: 107px !important;
    min-height: 60px !important;
    height: 60px !important;
    border-radius: 10px;
    border: 3px solid #333;
    background-size: cover;
    background-position: center;
}

.ggw-bulletin-board .ggw-section .ggw-item .ggw-item-text {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.ggw-bulletin-board .ggw-section .ggw-item .ggw-item-text a {
    text-decoration: none;
}

.ggw-bulletin-board .ggw-section .ggw-item .ggw-item-text a .ggw-title {
    display: block;
}

.ggw-bulletin-board .ggw-section .ggw-item .ggw-item-text .ggw-date {
    display: block;
    font-size: 0.75rem;
    color: #777;
    margin-top: 0.1rem;
}

.ggw-bulletin-board .ggw-section .ggw-view-all-wrap {
    display: block;
    margin-top: 0.5rem;
}

.ggw-bulletin-board .ggw-section .ggw-view-all {
    font-family: 'Edu SA Hand', cursive !important;
    font-weight: 500 !important;
    font-size: 0.85rem;
    margin: 0;
    border: 3px solid #333 !important;
    border-radius: 5px !important;
    color: #333 !important;
    background: #ff6e6e !important;
}

.ggw-bulletin-board .ggw-section:nth-child(3n+2) .ggw-view-all {
    background: #73c973 !important;
}

.ggw-bulletin-board .ggw-section:nth-child(3n+3) .ggw-view-all {
    background: #c9f067 !important;
}

.ggw-bulletin-board .ggw-section .ggw-membership-photo {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0.75rem;
}

@media screen and (max-width: 639px) {
    .ggw-bulletin-board {
        column-count: 1;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .ggw-bulletin-board {
        column-count: 2;
    }
}
