.lwa-post-grid-container-4893e23f {
    font-family: sans-serif;
}

.lwa-tabs-4893e23f {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.lwa-tabs-4893e23f::-webkit-scrollbar {
    display: none;
}
.lwa-tabs-4893e23f button {
    background: transparent;
    border: 1px solid #E5E0D8;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #2E4A3B;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.lwa-tabs-4893e23f button:hover {
    border-color: #A76A2A;
}

.lwa-grid-4893e23f {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transition: opacity 0.3s ease;
}

.lwa-card-4893e23f {
    background: #F7F5F1;
    border: 1px solid #E5E0D8;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lwa-card-4893e23f:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.lwa-card-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.lwa-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.lwa-card-4893e23f:hover .lwa-card-image img {
    transform: scale(1.05);
}

.lwa-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lwa-card-cat {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lwa-card-title {
    font-family: serif;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 15px 0;
}
.lwa-card-title a {
    text-decoration: none;
    color: inherit;
}

.lwa-card-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.lwa-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E5E0D8;
    padding-top: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
}

.lwa-card-readmore {
    text-decoration: none;
    transition: transform 0.3s ease;
}
.lwa-card-4893e23f:hover .lwa-card-readmore {
    transform: translateX(5px);
}

.lwa-pagination-4893e23f {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}
.lwa-pagination-4893e23f a,
.lwa-pagination-4893e23f span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #E5E0D8;
    color: #2E4A3B;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.lwa-pagination-4893e23f a.prev,
.lwa-pagination-4893e23f a.next {
    width: auto;
    border: none;
    border-radius: 20px;
    padding: 0 15px;
    border: 1px solid #E5E0D8;
}

.lwa-loader {
    text-align: center;
    padding: 40px;
    color: #A76A2A;
    font-weight: 600;
    letter-spacing: 2px;
}
.loading-state .lwa-grid-content,
.loading-state .lwa-pagination-4893e23f {
    opacity: 0.3;
    pointer-events: none;
}
