#ddr-popup-widget {
    font-family: inherit;
}
#ddr-popup-widget .ddr-trigger {
    position: fixed;
    right: 15px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    background: #c99a2e;
    color: #17120a;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
#ddr-popup-widget .ddr-trigger svg {
    width: 22px;
    height: 22px;
}
@media (max-width: 520px) {
    #ddr-popup-widget .ddr-trigger {
        right: 16px;
        bottom: 16px;
    }
}
#ddr-popup-widget .ddr-panel {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10000;
    display: none;
    flex-direction: column;
    width: min(420px, calc(100vw - 32px));
    height: min(620px, calc(100vh - 32px));
    border-radius: 18px;
    background: #161411;
    color: #f7f3ea;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
#ddr-popup-widget .ddr-panel.open {
    display: flex;
}
@media (max-width: 520px) {
    #ddr-popup-widget .ddr-panel {
        inset: 12px;
        width: auto;
        height: auto;
    }
}
#ddr-popup-widget .ddr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: #c99a2e;
    color: #17120a;
}
#ddr-popup-widget .ddr-header .ddr-title {
    margin: 0;
    font-family: "Libre Caslon Text", serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.7;
}
#ddr-popup-widget .ddr-header .ddr-subtitle {
    margin: 3px 0 0;
    font-size: 12px;
    opacity: 0.8;
    font-weight: 500;
}
#ddr-popup-widget .ddr-header .ddr-close {
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    color: #17120a;
    line-height: 1;
}
#ddr-popup-widget .ddr-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}
#ddr-popup-widget .ddr-content::-webkit-scrollbar {
    width: 6px;
}
#ddr-popup-widget .ddr-content::-webkit-scrollbar-track {
    background: transparent;
}
#ddr-popup-widget .ddr-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
#ddr-popup-widget .ddr-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}
#ddr-popup-widget .ddr-content .ddr-welcome-bubble {
    background: #26231d;
    padding: 14px;
    border-radius: 14px;
    border-top-left-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
#ddr-popup-widget .ddr-content .ddr-welcome-bubble .ddr-ai-link {
    color: #c99a2e;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
#ddr-popup-widget .ddr-form-wrapper input:not([type="submit"]),
#ddr-popup-widget .ddr-form-wrapper textarea {
    width: 100%;
    background: #221f1a;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f7f3ea;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 12px;
    font-family: inherit;
    outline: none;
}
#ddr-popup-widget .ddr-form-wrapper input:not([type="submit"]):focus,
#ddr-popup-widget .ddr-form-wrapper textarea:focus {
    border-color: #c99a2e;
}
#ddr-popup-widget .ddr-form-wrapper .wpcf7-submit {
    background-color: #c99a2e !important;
    color: #17120a !important;
    border: none !important;
    font-weight: 800 !important;
    width: 100%;
    padding: 14px !important;
    border-radius: 999px !important;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.2s;
}
#ddr-popup-widget .ddr-form-wrapper .wpcf7-submit:hover {
    opacity: 0.9;
}
#aios-btt-btn{
    bottom:  90px !important;
}