/* DA360-WA v23.1 — Frontend Styles */

.wa-da360-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wa-da360-text {
    background: #fff;
    color: #333;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    white-space: nowrap;
}

.wa-da360-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.wa-da360-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.wa-da360-btn svg {
    width: 30px;
    height: 30px;
    fill: white;
}
