.information_ikon_wrapper {
    position: relative;
    display: inline-block;
}

.information_ikon_image {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: url('/wp-content/plugins/sj_information_ikon/assets/i-ikon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: relative;
}

.information_ikon_content {
    position: absolute;
    bottom: 46px;
    background: #ffffff;
    color: #002044;
    padding: 10px;
    border-radius: 0px;
    width: 200px;
    text-align: center;
    display: none;
    z-index: 10;
    white-space: normal;
    max-width: 90vw;
    left:0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    box-shadow: 1px 1px 5px #00204466;
    z-index: 1;
}

.information_ikon_content p:last-child
{
        margin-bottom: 0px;
}

.information_ikon_action_btn.show .information_ikon_content
{
    display: inline-block;
}

/* Trekanten under boksen */
.information_ikon_action_btn.show .information_ikon_image::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    z-index: 2;
}
