/* 外层价格块 */
.add-custom-info-styling {
    background: #e4f4f4;
    margin: 20px 0;
    padding: 15px;
    border-radius: 6px;
    max-width: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.add-custom-info-text{
    margin-top: 8px;
    font-size: 0.9rem;
    color: #333;
    /*font-weight : 700 ;*/
}

.add-custom-info-link {
    /*color: #3732ff ;*/
    color: #0a7aff;
}


.add-custom-info-state .add-custom-info-state-text {
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 0.8;
    color: #67B168FF;

    margin-bottom: 0;
}


/* add-custom-greetings css */
.add-custom-greetings{
    max-width: 525px !important;
    min-height : 380px !important;
}


/* 居中输入内容 */
.custom-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

/* 标签文字 */
.custom-label {
    color: #ccc;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* 下划线输入框 */
.custom-underline-input {
    width: 80%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #666;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    outline: none;
    transition: border-color 0.3s;


}

.custom-underline-input::placeholder {
    color: #777;
}

.custom-underline-input:focus {
    border-color: #0d6efd;
}

/* 字数统计 */
.char-count {
    color: #888;
    margin-top: 8px;
    font-size: 0.8rem;
}

span#charCount{
    color:#ffffff;
}

/* 保存按钮样式 */
.add-custom-greetings-btn {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    border: none;
    border-radius: 25px;
    padding: 8px 28px;
    font-weight: 600;
    transition: all 0.2s;

    width: 25%;
    margin:auto !important;
}

.add-custom-greetings-btn:hover {
    background: linear-gradient(135deg, #0b5ed7, #094db4);
    transform: translateY(-1px);
}
/* add-custom-greetings css  end */









/*暂时没用*/
.color-02a {
    color: #0a2a66; /* Snapfish 深蓝色调 */
}

/* CTA 按钮 暂时没有*/
.btn-create {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0a2a66; /* Snapfish 主色调 */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/*暂时没用*/
.btn-create:hover {
    background-color: #08305c;
}