/*
Theme Name: Chef Gusto
Theme URI: https://www.chef-gusto.com/
Author: Trae AI
Author URI: https://trae.ai
Description: A custom theme for Chef Gusto website.
Version: 1.0
License: GPU
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chef-gusto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
    background-color: #f8f8f8;
    color: #333;
}

.vipcard {
    position: relative;
    width: 350px;
    max-width: 100%;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
}

.vipcard-bg {
    display: block;
    width: 100%;
    height: auto;
}

.vipcard-logo {
    position: absolute;
    left: 18px;
    top: 16px;
    width: 64px;
    height: auto;
}

.vipcard-title {
    position: absolute;
    right: 18px;
    top: 18px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.vipcard-num {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.vipcard-num em {
    display: block;
    font-style: normal;
    font-weight: 600;
    opacity: 0.9;
    margin-right: 0;
    font-size: 12px;
}

.vipcard-num span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
