/* Vertical Title */
.elementor-widget-pinna_vertical_title {
    position: absolute !important;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.pinna-vertical-title-container {
    transform: rotate(-90deg) translate(calc(100% + 5px), calc(100% + 5px));
    transform-origin: bottom right;
    white-space: nowrap;
}

.pinna-vertical-title {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* Plus Frame */
.elementor-widget-pinna_plus_frame {
    position: absolute !important;
    left: 10px;
    top: 10px;
    z-index: 20;
}

.pinna-plus-frame-container {
    position: relative;
}

.pinna-plus-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.3s, transform 0.3s;
}

.pinna-plus-button:hover,
.pinna-plus-button:focus {
    transform: scale(1.1);
    background-color: transparent !important;
}

.pinna-plus-content-wrapper {
    position: absolute;
    left: 0;
    /* just next to the button */
    top: 50px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    min-width: 250px;
    z-index: 21;
    max-height: 500px;
    overflow: auto;
    min-width: 300px;
    font-size: 14px;
    line-height: 1.5em;
}

.pinna-plus-content-wrapper.is-open,
body.elementor-editor-active .pinna-plus-content-wrapper {
    opacity: 1;
    visibility: visible;
}


.pinna-plus-cta {
    text-decoration: underline;
}

.pinna-plus-cta:hover {
    background-color: #333;
    color: #fff;
}