.poll {
    .poll-header {
        display: flex;
        align-items: center;
        padding-bottom: 8px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 16px;

        .icon,
        .poll-header-title {
            @apply text-white;
        }

        .icon {
            margin-right: 8px;
        }

        .poll-header-title {
            margin-bottom: 0;
        }
    }

    .poll-body-question {
        @apply text-white;
    }

    .poll-submit {
        display: block;
        margin-bottom: 0;
        width: 100%;
    }
}
