/* Chattr Widget Modules Styles */

/* Module: Welcome Message */
.chattr-module-welcome {
    padding: 0 20px;
}

.chattr-module-welcome h2,
.chattr-module-welcome h3,
.chattr-module-welcome h4 {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
}

.chattr-module-welcome p {
    color: #666;
    font-size: 14px;
}

/* Module: GIF Display */
.chattr-module-gif {
    padding: 0 20px;
}

.chattr-module-gif img {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Module: Text */
.chattr-module-text {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* Module: Quick Links (Icon only) */
.chattr-module-quick-links {
    padding: 0 20px;
}

.chattr-quick-link-icon {
    position: relative;
    cursor: pointer;
}

.chattr-quick-link-icon:hover {
    transform: scale(1.1);
}

.chattr-quick-link-icon:active {
    transform: scale(0.95);
}

/* Module: External Links */
.chattr-module-external-links {
    padding: 0 20px;
}

.chattr-external-link {
    font-size: 14px;
    font-weight: 500;
}

.chattr-external-link:hover {
    background: #e8e8e8 !important;
}

.chattr-external-link i {
    font-size: 16px;
    opacity: 0.8;
}

/* Module: HTML */
.chattr-module-html {
    padding: 0 20px;
}

/* Module: Book a Call */
.chattr-module-book-call {
    padding: 0 20px;
    text-align: center;
}

.chattr-book-call-btn {
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.chattr-book-call-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.chattr-book-call-btn i {
    font-size: 16px;
}

/* Module: Phone */
.chattr-module-phone {
    padding: 0 20px;
    text-align: center;
}

.chattr-phone-btn {
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.chattr-phone-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.chattr-phone-btn i {
    font-size: 16px;
}

/* Module: Hours */
.chattr-module-hours {
    margin: 0 20px;
}

.chattr-module-hours h4 {
    color: #333;
    font-weight: 600;
}

.chattr-hours-list {
    font-size: 13px;
    color: #666;
}

.chattr-hours-list > div {
    padding: 2px 0;
}

/* Module: Agents Online */
.chattr-module-agents-online {
    padding: 0 20px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .chattr-module-quick-links {
        justify-content: center !important;
    }
    
    .chattr-external-link {
        font-size: 13px;
        padding: 10px 14px !important;
    }
}