<style>
    /* wrapper for positioning */
    .text-field-wrapper {
        position: relative;
        width: 100%;
    }

    /* actual input */
    .text-field {
        z-index: 1;
        height: 55px;
        padding-left: 15px;
        padding-right: 32px;
        font-family: 'ClashDisplay', sans-serif;
        font-size: 16px;
        line-height: 16px;
        position: relative;
        border-radius: 0;
        border: 1px solid #ccc;
        width: 100%;
    }

    /* overlay element */
    .text-field-tri {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        z-index: 2;
        border-top: 22px solid #363aff;
        border-left: 22px solid transparent;
        background: transparent;
        pointer-events: none;
    }

    /* textarea fix */
    textarea.text-field {
        height: auto;
        min-height: 120px;
        padding-top: 10px;
        padding-right: 32px;
    }

    /* optional focus effect */
    .text-field:focus {
        outline: none;
        border-color: #363aff;
    }
</style>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://entry.mingo.lt/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://entry.mingo.lt/author/ammar/</loc></url></urlset>
