@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&family=IM+Fell+English:ital@0;1&display=swap');

/* guestbook widget styles*/
.guestbook-widget {
    font-family: 'IM Fell English', sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.guestbook-box {
    background: none;
    border: 0px solid #ddd;
    border-radius: 0px;
    margin-bottom: 0px;
    box-shadow: none;
}

.box-header {
    background: none;
    padding: 0px 0px;
    border-bottom: 0px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 0 0;
}

.box-title {
    font-weight: bold;
    color: #333;
}

.guestbook-content {
    position: relative;
    min-height: 600px;
    border-radius: 0 0 0px 0px;
    overflow: hidden;
}

.guestbook-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000f2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity 0.5s ease;
}

.guestbook-loading {
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
}

#guestbookIframe {
    border: none;
    background: none;
}

/*
#characterCanvas {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 5;
}
    */