﻿.tippy-box .tippy-content > *:last-of-type {
    margin-bottom: 0;
}

.tippy-box {
    border-radius: 15px;
}

.tippy-box[data-theme~='ethenea-light'] {
    background-color: #fff;
    border: 1px solid #1A3857;
    padding: 1em;
}

.tippy-box[data-theme~='ethenea-dark']  {
    background-color: #1A3857;
}

.tippy-box[data-theme~='ethenea-dark'] .tippy-content p{
    color: #fff;
}

.tippy-box[data-theme~='ethenea-light'] .tippy-content p{
    color: #1A3857;
}

.tippy-arrow {
    color: #1a3857
}

.tippy-box[data-theme~='ethenea-light'][data-placement^=top] > .tippy-arrow {
    bottom: -1px;
}

.tippy-box[data-theme~='ethenea-light'][data-placement^=bottom] > .tippy-arrow {
    top: -1px
}

.tippy-box[data-theme~='ethenea-light'][data-placement^=left] > .tippy-arrow {
    right: -1px
}

.tippy-box[data-theme~='ethenea-light'][data-placement^=right] > .tippy-arrow {
    left: -1px
}