.elementor-44542 .elementor-element.elementor-element-1a0cbc3 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-44542 .elementor-element.elementor-element-1a0cbc3 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-44542 .elementor-element.elementor-element-1a0cbc3 .elementor-button{background-color:#4B8FFF;border-radius:100px 100px 100px 100px;}.elementor-44542 .elementor-element.elementor-element-1a0cbc3 > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-44542 .elementor-element.elementor-element-d0ca272{z-index:100000;}#elementor-popup-modal-44542 .dialog-message{width:400px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-44542{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-44542 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0% 0% 0% 0%;}/* Start custom CSS *//* overlay 樣式 */
.dialog-type-lightbox:has(.dw-ai-manager) {
    z-index: 10000;
}
.dialog-widget-content:has(.dw-ai-manager) {
    background: transparent;
    box-shadow: unset !important;
}
.dialog-widget-content:has(.dw-ai-manager) {
    bottom: 100px;
}
/* 編輯器內文樣式 */
.ai-popup {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(66, 133, 244, 0.25);
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transform-origin: bottom right;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}
.ai-popup.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.ai-hidden {
    display: none !important;
}
.ai-card-header {
    background: linear-gradient(135deg, #4285f4 0%, #3b82f6 100%);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.ai-header-icon {
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai-header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ai-header-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}
.ai-card-body {
    padding: 20px 25px;
    text-align: center;
}
.ai-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}
.ai-card-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 16px;
}
.ai-tags-container {
    background: #eef6ff;
    border-radius: 12px;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}
.ai-tag {
    background: white;
    color: #4285f4;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 0;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
}
.ai-tag:hover {
    background-color: #4285f4;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(66, 133, 244, 0.3);
}
.ai-cta-btn {
    display: block;
    background: #4285f4;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
    transition: all 0.2s ease;
}
.ai-cta-btn:hover {
    color: white;
    background: #3367d6;
    transform: scale(1.03);
}
/* 按鈕樣式 */
.dw-ai-manager-btn {
    display: flex;
}
.dw-ai-manager-btn  .elementor-widget-container {
    margin-left: auto !important;
}
.dw-ai-manager-btn  .elementor-widget-container a {
    outline: unset !important;
    width: 80px;
    height: 80px;
    background-image: url('/img/dw-ai-robot.png'),linear-gradient(180deg, #4B8FFF 0%, #4865FE 100%);
    background-size: 94% 60%, 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    
}/* End custom CSS */