.ap-container-7cc25923 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

.ap-col-content-7cc25923 {
    flex: 1 1 350px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ap-col-image-7cc25923 {
    flex: 1 1 350px;
    width: 100%;
}

.ap-badge-7cc25923 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.ap-dot-7cc25923 {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2c3e50;
}

.ap-title-7cc25923 {
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 800;
}

.ap-meta-7cc25923 {
    color: #999;
    font-weight: 300;
    font-size: 0.95rem;
}

.ap-excerpt-7cc25923 {
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 1.1rem;
}

.ap-excerpt-7cc25923 p {
    margin: 0;
}

.ap-footer-7cc25923 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.ap-btn-7cc25923 {
    display: inline-block;
    background-color: #2c3e50;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.ap-btn-7cc25923:hover {
    opacity: 0.85;
    color: #fff;
}

.ap-time-7cc25923 {
    color: #777;
    font-size: 0.95rem;
    font-style: italic;
}

.ap-img-7cc25923 {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.ap-img-placeholder-7cc25923 {
    width: 100%;
    aspect-ratio: 4/3;
    background-color: #ecf0f1;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .ap-container-7cc25923 {
        flex-direction: column-reverse;
        gap: 2rem;
    }
}