.custom-posts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1360px;margin:0 auto;padding:20px}.read-more-button{display:inline-block;padding:8px 12px;background:#30c48d;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:#30c48d;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}}