/* Standalone Calendar Add Styles Update */
.sgsi-wrap {
    max-width: 700px;
    margin: 40px auto;
    padding: 40px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #ffffff;
    background-color: rgba(15, 28, 46, 0.95);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.sgsi-title {
    font-size: 1.6rem;
    margin: 0 0 20px;
    color: #D6B25E;
    text-align: center;
    border-bottom: 1px solid rgba(214, 178, 94, 0.3);
    padding-bottom: 15px;
}

.sgsi-desc {
    margin: 0 0 30px;
    line-height: 1.7;
    font-size: 0.95rem;
    color: #cccccc;
    text-align: left;
}

.sgsi-form label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #D6B25E;
    font-size: 0.95rem;
}

.sgsi-form input {
    width: 100%;
    max-width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(214, 178, 94, 0.5);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
}

.sgsi-form input:focus {
    outline: none;
    border-color: #D6B25E;
    box-shadow: 0 0 0 2px rgba(214, 178, 94, 0.2);
}

.sgsi-btn {
    margin-top: 30px;
    padding: 14px 40px;
    border: none;
    background: #D6B25E !important;
    color: #0F1C2E !important;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(214, 178, 94, 0.3);
}

.sgsi-btn:hover:not(:disabled) {
    background: #B89A45 !important;
    transform: translateY(-2px);
}

.sgsi-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #666 !important;
}

#sgsi_msg {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    background: rgba(214, 178, 94, 0.1);
    color: #D6B25E !important;
    font-size: 0.95rem;
    text-align: left;
}

.sgsi-calendar-url {
    margin-top: 15px;
    text-align: center;
}

.sgsi-calendar-url a {
    color: #D6B25E;
    text-decoration: underline;
}

/* Login section in standalone */
#sgsi-login-container {
    background: transparent;
    border: 1px solid rgba(214, 178, 94, 0.3);
    margin-bottom: 30px;
}