.post-message {
    .post-message-title {
        display: flex;
        align-items: center;
        margin-right: 32px;
        margin-bottom: 8px;
        width: 100%;
        padding-bottom: 24px;
        margin-bottom: 32px;

        border-bottom: 1px solid #e3e3e3;

        .icon {
            @apply text-red;

            margin-right: 16px;
        }

        @screen md {
            flex-wrap: nowrap;
            margin-bottom: 32px;
            width: auto;
        }

        .feed-header-title-text {
            margin-bottom: 0;
        }
    }

    .post-message-form {
        display: flex;
        flex-direction: column;

        .form-input,
        .form-textarea {
            width: 100%;
        }

        .form-input,
        .form-textarea {
            margin-bottom: 32px;
        }
    }
}
