.pb-fi-d0921874-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto 70px auto;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.pb-fi-d0921874-left {
    flex: 0 0 60%;
    width: 60%;
    height: 500px;
    overflow: hidden;
}

.pb-fi-d0921874-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pb-fi-d0921874-right {
    flex: 0 0 40%;
    width: 40%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
}

.pb-fi-d0921874-category-badge {
    align-self: flex-start;
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.pb-fi-d0921874-title {
    margin: 0 0 15px 0;
    font-family: inherit;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15;
    color: #111111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pb-fi-d0921874-excerpt {
    margin: 0 0 25px 0;
    font-size: 18px;
    color: #555555;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pb-fi-d0921874-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #777777;
    margin-bottom: 30px;
}

.pb-fi-d0921874-meta span {
    display: inline-block;
}

.pb-fi-d0921874-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    width: fit-content;
}

/* Tablet Layout */
@media (max-width: 1024px) {
    .pb-fi-d0921874-left {
        flex: 0 0 50%;
        width: 50%;
        height: 450px;
    }
    .pb-fi-d0921874-right {
        flex: 0 0 50%;
        width: 50%;
        padding: 40px;
    }
    .pb-fi-d0921874-title {
        font-size: 34px;
    }
}

/* Mobile Layout */
@media (max-width: 767px) {
    .pb-fi-d0921874-left {
        flex: 0 0 100%;
        width: 100%;
        height: 300px;
    }
    .pb-fi-d0921874-right {
        flex: 0 0 100%;
        width: 100%;
        padding: 30px;
    }
    .pb-fi-d0921874-title {
        font-size: 28px;
    }
    .pb-fi-d0921874-button {
        width: 100%;
    }
}
