/* Official Windows XP Requested Styles */
.xp-form {
    background: #d4d0c8;
    border: 2px solid #808080;
    padding: 15px;
    font-family: Tahoma, "Microsoft Sans Serif", Arial, sans-serif;
    color: #000;
}

.xp-header {
    background: #0a246a;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
}

.xp-input {
    border: 2px inset #fff;
    background: #fff;
    padding: 4px;
    font-family: inherit;
    font-size: 13px;
    color: #000;
    box-shadow: inset 1px 1px 1px #808080;
}

.xp-button {
    border: 2px outset #fff;
    background: #d4d0c8;
    padding: 5px 15px;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    color: #000;
    box-shadow: 1px 1px 1px #000;
    min-width: 80px;
}

.xp-button:active {
    border: 2px inset #fff;
    padding: 6px 14px 4px 16px;
    box-shadow: none;
}

/* Base Wrapper Adjustments */
.idcg-frontend-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.idcg-window {
    width: 100%;
    max-width: 650px;
    background-color: #d4d0c8;
    border: 2px solid #808080;
    border-top-color: #dfdfdf;
    border-left-color: #dfdfdf;
    box-shadow: 2px 2px 0px #000;
}

.idcg-title-bar {
    background: linear-gradient(to right, #0a246a 0%, #a6caf0 100%);
    padding: 3px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.idcg-title-bar-text {
    font-weight: bold;
    color: white;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
}

.idcg-title-bar-controls {
    display: flex;
    gap: 2px;
}

.idcg-title-bar-btn {
    width: 16px;
    height: 14px;
    background-color: #d4d0c8;
    border: 1px solid #fff;
    border-right-color: #000;
    border-bottom-color: #000;
    color: #000;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 2px;
}

/* Wizard Specifics */
.idcg-xp-header h2 {
    margin: 0;
    font-size: 16px;
}

.xp-desc {
    background: #fff;
    border: 1px inset #fff;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}

.idcg-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 10px;
}

.idcg-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.idcg-form-group label {
    font-size: 12px;
    margin-bottom: 2px;
}

.idcg-btn-container {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid #808080;
}

/* ID Card Preview Styles */
.idcg-card-preview {
    position: relative;
    background-color: #fff;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    border: 1px solid #000;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}

.idcg-preview-field {
    position: absolute;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#idcg-watermark-render-area canvas {
    max-width: 100%;
    border: 1px solid #000;
}

.xp-notice-box {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border: 1px inset #fff;
    font-size: 12px;
}
