.wtp-product-usage-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    background: #f7f7f7;
    color: #666;
    padding: 16px 18px;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.65;
}

.wtp-product-usage-icon {
    color: #1a73e8;
    flex: 0 0 auto;
    margin-top: 2px;
}

.wtp-product-usage-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wtp-product-usage-label {
    color: #1a73e8;
    font-weight: 500;
}

.wtp-product-usage-text strong {
    color: #666;
    font-weight: 700;
}

@media (max-width: 600px) {
    .wtp-product-usage-notice {
        padding: 14px;
        font-size: 12px;
    }
}
