.esc-f10c82cf-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.esc-f10c82cf-main {
    flex: 1 1 600px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.esc-f10c82cf-main-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}
.esc-f10c82cf-main-content {
    padding: 30px;
}
.esc-f10c82cf-main-meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    gap: 15px;
}
.esc-f10c82cf-main-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.esc-f10c82cf-main-title {
    margin: 0 0 15px 0;
    font-size: 1.8rem;
    color: #333;
}
.esc-f10c82cf-main-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}
.esc-f10c82cf-main-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #3b82f6;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}
.esc-f10c82cf-main-btn:hover {
    background-color: #2563eb;
}

.esc-f10c82cf-sidebar {
    flex: 1 1 300px;
    background: #f9fafb;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.esc-f10c82cf-sidebar-title {
    margin: 0 0 20px 0;
    font-size: 1.3rem;
    color: #333;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}
.esc-f10c82cf-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.esc-f10c82cf-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
}
.esc-f10c82cf-item:hover {
    transform: translateX(3px);
}
.esc-f10c82cf-item-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}
.esc-f10c82cf-item-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.esc-f10c82cf-item-date {
    font-size: 0.8rem;
    color: #3b82f6;
    font-weight: 600;
    margin-bottom: 5px;
}
.esc-f10c82cf-item-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}
