/* Main panel container */
.fjc-home-panel {
    border-radius: 12px;
    padding: 20px;
    background: #1c2a3a; /* Updated to match Share a Moment */
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    max-width: 600px;
    margin: 20px auto;
}

/* Panel blocks */
.fjc-panel-block {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 10px;
}

/* Section headers now white */
.fjc-panel-block h4 {
    color: #ffffff;
}

/* Pathway selection */
.fjc-pathway-selection {
    max-width: 400px;
    margin: 20px auto;
}

.fjc-pathway-selection select,
.fjc-pathway-selection button {
    margin-top: 10px;
}
.fjc-button {
    display: inline-block;
    background: #4a6bbf;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 600;
}

.fjc-button:hover {
    background: #3a5aad;
}

.fjc-button-secondary {
    background: #ffffff;
    color: #1c2a3a;
}

.fjc-button-secondary:hover {
    background: #e6e6e6;
}
.fjc-button-ghost {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 10px 18px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.fjc-button-ghost:hover {
    background: rgba(255,255,255,0.15);
}
.fjc-button,
.fjc-button-secondary,
.fjc-button-ghost {
    margin-bottom: 10px;
}
