/* BASIC css start */
.custom-order {
    list-style: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-family: Arial, sans-serif;
    margin: 0px 0px;
}

.custom-order .content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.custom-order h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.custom-order .slogan {
    font-size: 18px;
    color: #76ac0a;
    margin-bottom: 15px;
    font-weight: bold;
}

.custom-order .info {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.custom-order .section {
    margin: 30px 0;
    text-align: left;
}

.custom-order .section h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.custom-order .section .subtext {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.custom-order .section p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.custom-order .link-button {
    display: inline-block;
    background-color: #76ac0a;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 10px;
}

.custom-order .link-button:hover {
    background-color: #5a8b08;
}

.custom-order .links {
    list-style: none;
    padding: 0;
}

.custom-order .links li {
    margin: 5px 0;
}

.custom-order .links a {
    color: #76ac0a;
    text-decoration: none;
}

.custom-order .links a:hover {
    text-decoration: underline;
}
/* BASIC css end */

