/* SKIN: iOS Sheet Chat Window */
.lwa-skin-chat-ios-sheet .loq-wa-pro-sheet {
    background: var(--lwa-ios-bg);
    backdrop-filter: var(--lwa-ios-glass);
    -webkit-backdrop-filter: var(--lwa-ios-glass);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--lwa-shadow);
}

.lwa-skin-chat-ios-sheet .loq-wa-pro-header {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    color: var(--lwa-dark);
}

.lwa-skin-chat-ios-sheet .loq-wa-pro-online-indicator {
    border-color: #f8f9fa; /* Matches typical iOS background for the dot border */
}

.lwa-skin-chat-ios-sheet .loq-wa-pro-body {
    background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
    background-size: 400px;
    background-repeat: repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.2);
}

.lwa-skin-chat-ios-sheet .loq-wa-pro-message {
    background: #fff;
    border-radius: 6px 20px 20px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    color: #1c1c1e;
}

.lwa-skin-chat-ios-sheet .loq-wa-pro-footer {
    background: transparent;
}

.lwa-skin-chat-ios-sheet .loq-wa-pro-start-btn {
    background: var(--lwa-green);
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}
