.press-grid-787922fc {
    display: grid;
    width: 100%;
    box-sizing: border-box;
}

.press-card-787922fc {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.press-card-header-787922fc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.press-logo-787922fc {
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.press-meta-787922fc {
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 6px;
}

.press-meta-sep-787922fc {
    opacity: 0.5;
}

.press-title-787922fc {
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    font-family: inherit;
}

.press-excerpt-787922fc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.press-btn-787922fc {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, padding 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    margin-top: auto;
    width: fit-content;
}
