
.sestavi-feed-wrapper{
	max-width:900px;
	margin:40px auto;
}

.sestavi-feed-form,
.sestavi-feed-post{
	background:#fff;
	padding:28px;
	border-radius:28px;
	box-shadow:0 10px 35px rgba(0,0,0,0.08);
	margin-bottom:28px;
}

.sestavi-feed-form textarea{
	width:100%;
	min-height:120px;
	padding:18px;
	border-radius:18px;
	border:1px solid #ddd;
	margin-bottom:18px;
}

.sestavi-feed-form input[type=file]{
	margin-bottom:20px;
}

.sestavi-feed-form button{
	background:#5f8f63;
	color:#fff;
	border:none;
	padding:14px 24px;
	border-radius:999px;
	cursor:pointer;
}

.sestavi-feed-header{
	display:flex;
	justify-content:space-between;
	margin-bottom:18px;
}

.sestavi-feed-message{
	line-height:1.8;
	margin-bottom:20px;
}

.sestavi-feed-photo img{
	width:100%;
	border-radius:20px;
	display:block;
}

.sestavi-success{
	background:#eef7ef;
	padding:14px 18px;
	border-radius:14px;
	margin-bottom:20px;
}

.sestavi-activity-feed{
    background:#ffffff;
    border-radius:30px;
    padding:30px;
    margin-top:30px;
    box-shadow:0 12px 40px rgba(0,0,0,0.06);
}

.sestavi-activity-feed h2{
    margin:0 0 22px 0;
    font-size:30px;
    font-weight:800;
    color:#17233c;
}

.sestavi-activity-item{
    display:flex;
    gap:16px;
    padding:18px 0;
    border-bottom:1px solid #edf1e8;
}

.sestavi-activity-item:last-child{
    border-bottom:none;
}

.sestavi-activity-icon{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:50%;
    background:#eef3ea;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.sestavi-activity-content{
    flex:1;
}

.sestavi-activity-content strong{
    display:block;
    font-size:18px;
    font-weight:800;
    color:#17233c;
    margin-bottom:5px;
}

.sestavi-activity-content p{
    margin:0 0 6px 0;
    font-size:16px;
    line-height:1.5;
    color:#5b677d;
}

.sestavi-activity-time{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    color:#7da46f;
}

@media(max-width:768px){

    .sestavi-activity-feed{
        padding:22px;
        border-radius:24px;
    }

    .sestavi-activity-feed h2{
        font-size:26px;
    }

    .sestavi-activity-item{
        gap:12px;
    }

    .sestavi-activity-icon{
        width:40px;
        height:40px;
        min-width:40px;
        font-size:22px;
    }

    .sestavi-activity-content strong{
        font-size:17px;
    }

    .sestavi-activity-content p{
        font-size:15px;
    }
}
