.inplayquotes_popup {
            background: #24140c;
            width: 100%;
            margin: auto auto;
            border: 0px solid #3a2416;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
}

.inplayquotes_popup-headline {
            background: linear-gradient(45deg,#160d08,#3a2416,#c58b45);
            color: #ead0a1;
            border-bottom: 0px solid #4b2e1d;
            padding: 8px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
}

.inplayquotes_popup-quoteInfo {
            background: #24140c;
color: #ead0a1;
            border: 0px solid;
            border-color: #3a2416 #3a2416 #3a2416 #3a2416;
            padding: 5px 0;
}

.inplayquotes_popup-textarea {
            background: #24140c;
            border: 0px solid;
            border-color: #3a2416 #3a2416 #3a2416 #3a2416;
            text-align: center;
            padding: 5px 0;
}

.inplayquotes_popup-button {
            border-top: 0px solid #3a2416 ;
            padding: 6px;
            background: #3a2416;
            color: #ead0a1;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            border-bottom: 0;
            text-align: center;
}




.inplayquotes_memberprofile {
width: 800px;
            background: #3a2416;
            margin: left auto;
            border: 0px solid #3a2416;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
}

.inplayquotes_memberprofile-headline {
            background: linear-gradient(45deg,#160d08,#3a2416,#c58b45);
            color: #ead0a1;
            border-bottom: 1px solid #4b2e1d;
            padding: 8px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
}

.inplayquotes_memberprofile-allquotes {
            border-top: 0px solid #3a2416;
            padding: 6px;
            background: #3a2416;
            color: #ead0a1;
            text-align: right;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
}

.inplayquotes_memberprofile_bit {
            background: #24140c;
            border: 0px solid;
            border-color: #3a2416 #3a2416 #3a2416 #3a2416;
            padding: 5px 10px;
}

.inplayquotes_memberprofile_bit_quote {
            width: 95%;
            margin: auto;
            font-size: 15px;
            text-align: justify;
            margin-bottom: 10px;
font-family: smoke;
font-weight: 100;
line-height:180%;
}

.inplayquotes_memberprofile_bit_footer {
            text-align: right;
            line-height: 15px;
}

.inplayquotes_memberprofile_bit_footer span {
            text-transform: uppercase;
            font-style: italic;
            font-size: 11px;
}


/* =========================================================
   INPLAYQUOTES – INDEX
   ========================================================= */

.inplayquotes_index {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    color: #ead0a1;
}

.inplayquotes_index *,
.inplayquotes_index *::before,
.inplayquotes_index *::after {
    box-sizing: border-box;
}


/* =========================================================
   KLEINE ÜBERSCHRIFT
   ========================================================= */

.inplayquotes_index-headline {
    width: 100%;
    padding: 9px 20px;

    display: flex;
    align-items: center;
    gap: 12px;

    color: #b9864d;
    background: transparent;

    font-family: Cinzel, Georgia, serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.inplayquotes_index-headline::before,
.inplayquotes_index-headline::after {
    content: "";
    height: 1px;
    flex: 1;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(185, 134, 77, 0.55)
    );
}

.inplayquotes_index-headline::after {
    background: linear-gradient(
        90deg,
        rgba(185, 134, 77, 0.55),
        transparent
    );
}

.inplayquotes_index-headline span {
    display: block;
    white-space: nowrap;
}


/* =========================================================
   ZITATLISTE
   ========================================================= */

.inplayquotes_index-list {
    padding: 8px 20px 12px;
}


/* =========================================================
   EINZELNES ZITAT
   ========================================================= */

.inplayquotes_index_bit {
    position: relative;
    width: 100%;
    margin: 0 0 12px;
    padding: 14px 16px;

    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 17px;
    align-items: center;

    background: rgba(36, 20, 12, 0.72);

    border-top: 1px solid rgba(185, 134, 77, 0.25);
    border-right: 1px solid rgba(185, 134, 77, 0.15);
    border-bottom: 1px solid rgba(185, 134, 77, 0.25);
    border-left: 3px solid #a76e32;

    box-shadow: none;
}

.inplayquotes_index_bit:last-child {
    margin-bottom: 0;
}


/* =========================================================
   AVATAR
   ========================================================= */

.inplayquotes_index_bit_avatar {
    width: 88px;
    text-align: center;
}

.inplayquotes_index_bit_avatar img {
    display: block;
    width: 82px;
    height: 100px;
    margin: 0 auto;

    object-fit: cover;
    object-position: center;

    border: 1px solid #805329;
    border-radius: 0;

    outline: 3px solid rgba(22, 13, 8, 0.8);
    outline-offset: -4px;

    filter:
        sepia(0.1)
        brightness(0.88)
        contrast(1.05);
}

.inplayquotes_index_bit_delete {
    margin-top: 6px;

    font-size: 8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.inplayquotes_index_bit_delete a:link,
.inplayquotes_index_bit_delete a:visited,
.inplayquotes_index_bit_delete a:active {
    color: #806b55;
}

.inplayquotes_index_bit_delete a:hover {
    color: #d6ad78;
}


/* =========================================================
   INHALT
   ========================================================= */

.inplayquotes_index_bit_container {
    min-width: 0;
    width: 100%;
}

.inplayquotes_index_bit_quote {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 3px 6px 12px 25px;

    color: #e1c9a6;

    font-family: times new roman, Georgia, serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 165%;
    text-align: justify;

    border-bottom: 1px solid rgba(185, 134, 77, 0.2);
}

.inplayquotes_index_bit_quote::before {
    content: "“";
    position: absolute;
    top: -6px;
    left: 0;

    color: #91612f;

    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
}


/* =========================================================
   FOOTER
   ========================================================= */

.inplayquotes_index_bit_footer {
    width: 100%;
    padding: 9px 5px 0 25px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.inplayquotes_index_bit_user {
    min-width: 0;
    flex: 1;

    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 9px;

    text-align: left;
    line-height: 1.3;
}

.inplayquotes_index_bit_character {
    font-family: Cinzel, Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.inplayquotes_index_bit_character a:link,
.inplayquotes_index_bit_character a:visited,
.inplayquotes_index_bit_character a:active {
    color: #d9ae75;
}

.inplayquotes_index_bit_character a:hover {
    color: #f0d4ac;
}

.inplayquotes_index_bit_scene {
    font-family: Georgia, serif;
    font-size: 10px;
    font-style: italic;
}

.inplayquotes_index_bit_scene::before {
    content: "—";
    margin-right: 7px;
    color: #76512e;
}

.inplayquotes_index_bit_scene a:link,
.inplayquotes_index_bit_scene a:visited,
.inplayquotes_index_bit_scene a:active {
    color: #a99277;
}

.inplayquotes_index_bit_scene a:hover {
    color: #d9b681;
}

.inplayquotes_index_bit_date {
    width: 100%;

    color: #766451;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.inplayquotes_index_bit_reaction {
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* =========================================================
   LINK ZUR ÜBERSICHT
   ========================================================= */

.inplayquotes_index-allquotes {
    padding: 7px 20px 14px;
    text-align: right;
}

.inplayquotes_index-allquotes a:link,
.inplayquotes_index-allquotes a:visited,
.inplayquotes_index-allquotes a:active {
    display: inline-block;

    color: #a97843;

    font-family: Cinzel, Georgia, serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.inplayquotes_index-allquotes a::after {
    content: "  →";
}

.inplayquotes_index-allquotes a:hover {
    color: #e0b77e;
}


/* =========================================================
   KEINE ZITATE
   ========================================================= */

.inplayquotes_index_bit_none {
    margin: 0;
    padding: 25px;

    color: #9c866d;
    background: rgba(36, 20, 12, 0.55);

    border-top: 1px solid rgba(185, 134, 77, 0.25);
    border-bottom: 1px solid rgba(185, 134, 77, 0.25);

    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 650px) {

    .inplayquotes_index-list {
        padding-right: 12px;
        padding-left: 12px;
    }

    .inplayquotes_index_bit {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .inplayquotes_index_bit_avatar {
        width: 70px;
    }

    .inplayquotes_index_bit_avatar img {
        width: 66px;
        height: 86px;
    }

    .inplayquotes_index_bit_quote {
        padding-left: 20px;
        font-size: 14px;
        line-height: 155%;
    }

    .inplayquotes_index_bit_quote::before {
        font-size: 30px;
    }

    .inplayquotes_index_bit_footer {
        padding-left: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .inplayquotes_index_bit_reaction {
        justify-content: flex-start;
    }

}

@media screen and (max-width: 430px) {

    .inplayquotes_index_bit {
        display: block;
    }

    .inplayquotes_index_bit_avatar {
        width: 100%;
        margin-bottom: 12px;
    }

    .inplayquotes_index_bit_avatar img {
        width: 76px;
        height: 94px;
    }

}


/* =========================================================
   INPLAYQUOTES – OVERVIEW
   ========================================================= */

#inplayquotes_overview {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;

    color: #e1c9a6;
    background: #160d08;

    border: 1px solid #50321d;
    border-left: 4px solid #8c572a;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.3),
        inset 0 0 35px rgba(0, 0, 0, 0.18);
}

#inplayquotes_overview *,
#inplayquotes_overview *::before,
#inplayquotes_overview *::after {
    box-sizing: border-box;
}


/* =========================================================
   SEITENÜBERSCHRIFT
   ========================================================= */

.inplayquotes-headline {
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 13px 22px;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    color: #d6a363;
    background:
        linear-gradient(
            90deg,
            rgba(58, 36, 22, 0.92),
            rgba(36, 20, 12, 0.92)
        );

    border-bottom: 1px solid #68401f;

    font-family: Cinzel, Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.inplayquotes-headline::after {
    content: "";
    height: 1px;
    flex: 1;
    margin-left: 18px;

    background: linear-gradient(
        90deg,
        rgba(197, 139, 69, 0.55),
        transparent
    );
}

.inplayquotes-headline span {
    display: block;
}


/* =========================================================
   FILTER
   ========================================================= */

#inplayquotes_filter {
    margin: 0;
}

.inplayquotes-filter {
    padding: 0 20px 16px;
    background: #1c100a;
    border-bottom: 1px solid #4d301c;
}

.inplayquotes-filter-headline {
    position: relative;
    margin: 0 -20px 14px;
    padding: 9px 20px;

    display: flex;
    align-items: center;

    color: #a97943;
    background: rgba(58, 36, 22, 0.45);

    border-bottom: 1px solid rgba(197, 139, 69, 0.18);

    font-family: Cinzel, Georgia, serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.inplayquotes-filter-headline::after {
    content: "";
    height: 1px;
    flex: 1;
    margin-left: 14px;

    background: linear-gradient(
        90deg,
        rgba(169, 121, 67, 0.45),
        transparent
    );
}

.inplayquotes-filteroptions {
    width: 100%;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 10px;
}

.inplayquotes_overview_filter_bit {
    min-width: 0;
    padding: 9px 11px;

    background: rgba(36, 20, 12, 0.75);
    border: 1px solid #422919;
}

.inplayquotes-filter-bit-headline {
    margin-bottom: 7px;
    padding: 0 0 6px;

    color: #b88750;
    background: transparent;

    border-bottom: 1px solid rgba(197, 139, 69, 0.17);

    font-family: Cinzel, Georgia, serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}

.inplayquotes-filter-bit-dropbox {
    width: 100%;
    margin: 0;
}

.inplayquotes-filter-bit-dropbox select,
.inplayquotes-filter-bit-dropbox input {
    width: 100%;
    max-width: 100%;
    min-height: 29px;
    padding: 5px 8px;

    color: #d7bea0;
    background: #160d08;

    border: 1px solid #57361f;
    border-radius: 0;

    font-family: Arial, sans-serif;
    font-size: 10px;
    outline: none;
}

.inplayquotes-filter-bit-dropbox select:focus,
.inplayquotes-filter-bit-dropbox input:focus {
    border-color: #9e6935;
}

.inplayquotes-filter-submit {
    margin-top: 13px;
    text-align: right;
}

#inplayquotes_search_filter {
    min-height: auto;
    margin: 0;
    padding: 7px 13px;

    color: #d8af78;
    background: #2f1c10;

    border: 1px solid #70451f;
    border-radius: 0;

    font-family: Cinzel, Georgia, serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;

    cursor: pointer;
}

#inplayquotes_search_filter:hover {
    color: #160d08;
    background: #d1a267;
    border-color: #d1a267;
}


/* =========================================================
   INHALTSBEREICH
   ========================================================= */

.inplayquotes-body {
    width: 100%;
    padding: 20px;

    color: #e1c9a6;
    background:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(197, 139, 69, 0.012) 10px,
            rgba(197, 139, 69, 0.012) 11px
        ),
        #1a0f09;

    text-align: left;
    line-height: normal;
}

.inplayquotes-list {
    width: 100%;
}


/* =========================================================
   EINZELNES ZITAT
   ========================================================= */

.inplayquotes_overview_bit {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 17px;

    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: center;

    background:
        linear-gradient(
            105deg,
            rgba(197, 139, 69, 0.035),
            transparent 42%
        ),
        rgba(36, 20, 12, 0.82);

    border-top: 1px solid rgba(197, 139, 69, 0.2);
    border-right: 1px solid rgba(197, 139, 69, 0.12);
    border-bottom: 1px solid rgba(197, 139, 69, 0.2);
    border-left: 3px solid #98602d;

    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.2);
}

.inplayquotes_overview_bit:last-child {
    margin-bottom: 0;
}


/* Keine wechselnde Ausrichtung mehr */

.inplayquotes_overview_bit:nth-child(even) {
    flex-direction: initial;
}


/* =========================================================
   AVATAR
   ========================================================= */

.inplayquotes_overview_bit_avatar {
    width: 88px;
    text-align: center;
}

.inplayquotes_overview_bit_avatar img {
    display: block;
    width: 82px;
    height: 100px;
    margin: 0 auto;

    object-fit: cover;
    object-position: center;

    border: 1px solid #79502b;
    border-radius: 0;

    outline: 3px solid rgba(22, 13, 8, 0.85);
    outline-offset: -4px;

    filter:
        sepia(0.1)
        brightness(0.88)
        contrast(1.05);
}

.inplayquotes_overview_bit_delete {
    margin-top: 7px;

    font-size: 8px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.inplayquotes_overview_bit_delete a:link,
.inplayquotes_overview_bit_delete a:visited,
.inplayquotes_overview_bit_delete a:active {
    color: #806b55;
}

.inplayquotes_overview_bit_delete a:hover {
    color: #d7ae77;
}


/* =========================================================
   ZITAT
   ========================================================= */

.inplayquotes_overview_bit_container {
    width: 100%;
    min-width: 0;
}

.inplayquotes_overview_bit_quote {
    position: relative;
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 4px 6px 13px 25px;

    color: #e0c6a1;

    font-family: Neu5land, Georgia, serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 170%;
    text-align: justify;

    border-bottom: 1px solid rgba(197, 139, 69, 0.2);
}

.inplayquotes_overview_bit_quote::before {
    content: "“";
    position: absolute;
    top: -7px;
    left: 0;

    color: #8c5a2d;

    font-family: Georgia, serif;
    font-size: 37px;
    font-weight: normal;
    line-height: 1;
}


/* =========================================================
   FOOTER
   ========================================================= */

.inplayquotes_overview_bit_footer {
    width: 100%;
    padding: 9px 5px 0 25px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.inplayquotes_overview_bit_user {
    min-width: 0;
    flex: 1;

    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 9px;

    text-align: left;
    line-height: 1.3;
}

.inplayquotes_overview_bit_character {
    font-family: Cinzel, Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.inplayquotes_overview_bit_character a:link,
.inplayquotes_overview_bit_character a:visited,
.inplayquotes_overview_bit_character a:active {
    color: #d7ac72;
}

.inplayquotes_overview_bit_character a:hover {
    color: #f0d3a7;
}

.inplayquotes_overview_bit_scene {
    font-family: Georgia, serif;
    font-size: 10px;
    font-style: italic;
}

.inplayquotes_overview_bit_scene::before {
    content: "—";
    margin-right: 7px;
    color: #79512e;
}

.inplayquotes_overview_bit_scene a:link,
.inplayquotes_overview_bit_scene a:visited,
.inplayquotes_overview_bit_scene a:active {
    color: #a58c70;
}

.inplayquotes_overview_bit_scene a:hover {
    color: #d7b47e;
}

.inplayquotes_overview_bit_date {
    width: 100%;

    color: #786552;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}


/* =========================================================
   REAKTIONEN
   ========================================================= */

.inplayquotes_overview_bit_reaction {
    flex-shrink: 0;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.inplayquotes_overview_bit_reaction > a:link,
.inplayquotes_overview_bit_reaction > a:active,
.inplayquotes_overview_bit_reaction > a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 8px;

    color: #c89c65;
    background: #2c1a0f;

    border: 1px solid #5c391f;
    border-radius: 0;

    font-family: Arial, sans-serif;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.inplayquotes_overview_bit_reaction > a:hover {
    color: #160d08;
    background: #d1a267;
    border-color: #d1a267;
}

.inplayquotes_overview_bit_reaction_bit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.inplayquotes_overview_bit_reaction-reacted {
    margin-top: 5px;

    display: flex;
    align-items: center;
    gap: 4px;
}

.inplayquotes_overview_bit_reaction-reacted img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.inplayquotes_overview_bit_reaction-reacted a:link,
.inplayquotes_overview_bit_reaction-reacted a:active,
.inplayquotes_overview_bit_reaction-reacted a:visited {
    padding: 0;

    color: #a99074;
    background: none;

    border: 0;

    font-size: 9px;
    line-height: 1.2;
    text-transform: none;
}

.inplayquotes_overview_bit_reaction-reacted a:hover {
    color: #e1bd88;
}

.inplayquotes_overview_bit_reaction_images {
    min-height: 27px;
    padding: 3px 6px;

    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;

    color: #c6a176;
    background: #2c1a0f;

    border: 1px solid #51321d;
    border-radius: 0;

    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
}

.inplayquotes_overview_bit_reaction_images img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.inplayquotes_overview_bit_reactions_delete a:link,
.inplayquotes_overview_bit_reactions_delete a:active,
.inplayquotes_overview_bit_reactions_delete a:visited {
    padding: 0;

    color: #826c55;
    background: none;

    border: 0;
    border-radius: 0;

    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
}

.inplayquotes_overview_bit_reactions_delete a:hover {
    color: #d7ae77;
}


/* =========================================================
   REAKTIONSPOPUP
   ========================================================= */

.inplayquotes_popup-quotepreview {
    padding: 12px 15px;

    color: #dfc5a0;
    background: #24140c;

    border: 0;
    border-bottom: 1px solid #51321d;

    font-family: smoke, Georgia, serif;
    font-size: 14px;
    line-height: 165%;
}

.inplayquotes_popup-subline {
    padding: 8px 12px;

    color: #c8975d;
    background: #2f1c10;

    border-top: 0;
    border-bottom: 1px solid #5d391e;

    font-family: Cinzel, Georgia, serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.inplayquotes_popup-reactions {
    padding: 10px;

    color: #e1c9a6;
    background: #1c100a;

    border: 0;
    border-radius: 0;

    text-align: center;
}

.inplayquotes_popup-reactions img {
    width: 24px;
    height: 24px;
    margin: 2px;
    padding: 3px;

    object-fit: contain;
    cursor: pointer;

    border: 1px solid transparent;
}

.inplayquotes_popup-reactions img:hover {
    background: #352013;
    border-color: #70451f;
}


/* =========================================================
   SEITENNAVIGATION
   ========================================================= */

.inplayquotes-pagination {
    margin-top: 18px;
    text-align: center;
}

.inplayquotes-pagination:empty {
    display: none;
}

.inplayquotes-pagination .pagination {
    margin: 0;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 700px) {

    .inplayquotes-filteroptions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .inplayquotes-body {
        padding: 14px;
    }

    .inplayquotes_overview_bit {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .inplayquotes_overview_bit_avatar {
        width: 72px;
    }

    .inplayquotes_overview_bit_avatar img {
        width: 68px;
        height: 88px;
    }

    .inplayquotes_overview_bit_quote {
        padding-left: 21px;
        font-size: 14px;
        line-height: 160%;
    }

    .inplayquotes_overview_bit_quote::before {
        font-size: 31px;
    }

    .inplayquotes_overview_bit_footer {
        padding-left: 21px;
        flex-direction: column;
        align-items: flex-start;
    }

    .inplayquotes_overview_bit_reaction {
        justify-content: flex-start;
    }

}

@media screen and (max-width: 460px) {

    .inplayquotes-filteroptions {
        grid-template-columns: 1fr;
    }

    .inplayquotes-filter-submit {
        text-align: center;
    }

    .inplayquotes_overview_bit {
        display: block;
    }

    .inplayquotes_overview_bit_avatar {
        width: 100%;
        margin-bottom: 13px;
    }

    .inplayquotes_overview_bit_avatar img {
        width: 76px;
        height: 96px;
    }

    .inplayquotes_overview_bit_container {
        width: 100%;
    }

}