.moon-phase-wrapper {
    text-align: center;
    margin: 20px 0;
}

.moon-phase-container {
    width: 100px;
    height: 100px;
    background-color: #CFDCE2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.moon-phase-inner {
    width: 80px;
    height: 80px;
    line-height: 0;
}

.moon-row {
    height: 1px;
    line-height: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.moon-row img {
    display: inline-block;
    height: 1px;
    margin: 0;
    padding: 0;
}

.moon-phase-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    color: #333;
}

.moon-phase-error {
    color: red;
    font-family: Arial, sans-serif;
}