/* Purchase filter notification styles */
.templates-filter-notice {
    background-color: #e7f5ff;
    border-left: 4px solid #0073aa;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.templates-filter-notice p {
    margin: 0;
    color: #23282d;
    font-size: 14px;
}

.templates-filter-notice.no-purchases {
    background-color: #fff8e5;
    border-left-color: #ffb900;
}

.templates-filter-notice.admin-notice {
    background-color: #f0f8e6;
    border-left-color: #46b450;
}

.no-designs-message {
    padding: 40px 20px;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.no-designs-message p {
    margin-bottom: 15px;
    color: #23282d;
    font-size: 16px;
}

.no-designs-message .button {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

.no-designs-message .button:hover {
    background-color: #005177;
}
