.custom-posts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1360px;margin:0 auto;padding:20px}.custom-post-item{background-color:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;height:450px;overflow:hidden}.custom-post-thumbnail{width:100%;height:200px;overflow:hidden;border-radius:8px}.custom-post-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.custom-post-item h3{font-size:18px;margin:10px 0;color:#333}.custom-post-item p{font-size:14px;color:#666;flex-grow:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.read-more-button{display:inline-block;padding:8px 12px;background:#299bc0;color:white;text-decoration:none;border-radius:5px;font-weight:700;text-align:center;margin-top:auto}.custom-profile-form{max-width:600px;margin:auto;padding:25px;border-radius:10px}.custom-profile-form label{display:block;font-weight:700;margin-bottom:5px;color:#333}.custom-profile-form input,.custom-profile-form select{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:5px;font-size:16px}.custom-profile-form input[type=submit]{width:100%;padding:12px;background:#299bc0;color:white;border:none;border-radius:5px;font-size:16px;cursor:pointer;font-weight:700;text-transform:uppercase}@media (max-width:1024px){.custom-posts{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.custom-posts{grid-template-columns:1fr}}