.tippy-box[data-theme~='myAccount'] {
    background-color: white;
    border: 1px solid rgba(0, 8, 16, .15);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow */
    color: black;
    width: 18.25rem;
    padding: .75rem .75rem 0 .75rem;
    position: relative;
    left: 2.5rem;
    font-size: 0.875rem;
}

.tippy-box[data-theme~='myAccount'] .tippy-content #tippyButton {
    width: 100%;
    text-align: right;
    margin: .75rem 1rem 0.75rem 0;
}

.tippy-box[data-theme~='myAccount'] .tippy-arrow {
    border-color: rgba(0, 8, 16, .15);
    color: white;
    margin-left: -2.5rem;
}