@media screen and (min-width: 1024px) {
    .product-card-qna__question-form
    {
        box-shadow: -1px 1px 5px rgba(50,50,50,.3);
        padding: 14px 14px 20px 14px;
        background-color: var(--panel-color);
    }

    .product-card-qna__question-form-title
    {
        color: #363636;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product-card-qna__question-form-note
    {
        font-size: 13px;
        color: #393939;
        line-height: 15px;
        margin-bottom: 20px;
        display: block;
    }

    .product-card-qna__question-form-field-container
    {
        width: 50%;
        min-width: 300px;
        margin-bottom: 8px;
    }

    .product-card-qna__question-form-textarea,
    .product-card-qna__question-form-input
    {
        width: 100%;
        padding: 8px;
        font-size: 13px;
        box-sizing: border-box;
    }

    .product-card-qna__question-form-textarea
    {
        resize: vertical;
        height: 70px;
        min-height: 70px;
    }

    .product-card-qna__question-form-input
    {
    }

    .product-card-qna__question-form-action
    {
        display: inline-block;
        padding: 8px 30px;
        color: #fff;
        cursor: pointer;
        background-color: var(--pruma-green);
        font-size: 21px;
        text-decoration: none;
        margin-top: 25px;
    }

    .product-card-qna__question-form-action:active
    {
        transform: scale(0.96);
    }
}
