.wrd-store-wrap {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    max-width: 1180px;
    padding: 1rem;
}

.wrd-hero {
    background: #ffeeee;
    border-radius: 0.75rem;
    color: #f4caca;
    padding: 2rem;
}

.wrd-kicker {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wrd-shop-link,
.wrd-nav a,
.wrd-card button,
.wrd-fake-button,
.wrd-actions button {
    border: 0;
    border-radius: 0.4rem;
    cursor: pointer;
    display: inline-block;
    margin: 0.25rem;
    padding: 0.65rem 1rem;
    text-decoration: none;
}

.wrd-shop-link,
.wrd-card button,
.wrd-fake-button,
.wrd-actions button {
    background: #1f2937;
    color: #fff;
}

.wrd-nav {
    margin: 1rem 0;
}

.wrd-nav a {
    background: #e5e7eb;
    color: #111827;
}

.wrd-section {
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.wrd-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.wrd-card {
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    padding: 1rem;
}

.wrd-card img,
.wrd-text-image {
    height: auto;
    max-width: 100%;
}

.wrd-price {
    font-weight: bold;
}

.wrd-small-target {
    font-size: 0.75rem;
    height: 18px;
    line-height: 12px;
    padding: 0;
    width: 18px;
}

.wrd-text-image rect {
    fill: #111827;
}

.wrd-text-image text {
    fill: #fff;
    font-size: 28px;
    font-weight: bold;
}

.wrd-color-only {
    color: #d10000;
}

.wrd-icon-link {
    float: right;
    font-size: 1.5rem;
    text-decoration: none;
}

.wrd-field {
    margin-bottom: 1rem;
}

.wrd-field input,
.wrd-field select {
    display: block;
    max-width: 360px;
    padding: 0.5rem;
    width: 100%;
}

.wrd-red,
.wrd-error {
    color: #d10000;
}

.wrd-no-focus:focus {
    outline: none;
}

.wrd-data-table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
}

.wrd-data-table td,
.wrd-modal table td,
.wrd-modal table th {
    border: 1px solid #bbb;
    padding: 0.5rem;
}

.wrd-actions {
    align-items: center;
    background: #111827;
    bottom: 0;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 0.5rem;
    left: 0;
    padding: 0.75rem;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.wrd-actions button {
    background: #f59e0b;
    color: #111827;
    font-weight: bold;
}

.wrd-fail-visible {
    box-shadow: 0 0 0 4px #ef4444;
    position: relative;
}

.wrd-eye-link {
    background: #fff;
    border: 2px solid #111827;
    border-radius: 999px;
    color: #111827;
    display: inline-flex;
    font-size: 1rem;
    height: 28px;
    justify-content: center;
    line-height: 1;
    margin-left: 0.25rem;
    text-decoration: none;
    vertical-align: middle;
    width: 28px;
}

.wrd-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.wrd-modal[hidden] {
    display: none;
}

.wrd-modal-box {
    background: #fff;
    border-radius: 0.75rem;
    max-width: 760px;
    padding: 1rem;
    width: 90%;
}

.wrd-close {
    float: right;
}

.wrd-surprise {
    transform: rotate(0.1deg);
}
