/**
 * Tool-Specific Stylesheet for Angel Number Calculator.
 */

/* 
 * Celestial Color Palette
 * This palette uses soft, spiritual tones to create a calming and insightful atmosphere.
 */

[data-tool-id="206237"] .auras-tool-notice {
    background-color: #eaf2ff; /* Light Celestial Blue */
    border-left-color: #a8c5ff; /* Soft Sky Blue */
}

[data-tool-id="206237"] .auras-tool-button-calculate {
    background-color: #4a69bd; /* Deep Indigo */
    color: white;
}
[data-tool-id="206237"] .auras-tool-button-calculate:hover {
    background-color: #3b5496; /* Darker Indigo */
}

[data-tool-id="206237"] .auras-ai-button {
    background-color: #8e44ad; /* Amethyst Purple */
    color: white;
}
[data-tool-id="206237"] .auras-ai-button:hover {
    background-color: #72368a; /* Darker Amethyst */
}

[data-tool-id="206237"] .result-highlight {
    font-size: 1.15rem;
    color: #3d4a59;
    background-color: #f7f9fc;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}