/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Ravi Kumar Rao
Author URI: https://wordpress.org/
Description: CoBiz - Business & Consulting HTML Template | Home Style One</title>
*/
.tp-caption{
	white-space: normal;
	padding: 0 15px 0 15px !important;
}
.tp-caption p {
    font-size: 14px !important;
    line-height: normal !important;
}

.tp-caption, .tp-caption > div {
    width: 100% !important;
    max-width: 100% !important;
}

.main-header .logo-outer .logo img {
    max-width: 340px;
}
.main-header .logo-outer .logo img {
    width: auto;
}

.student-data-wrapper {
    max-width: 800px;
    margin: 40px auto;
}

.student-search-form {
    display: flex;
    gap: 10px;
    border: 1px solid #ccc;
}

.student-search-form input {
    padding: 10px;
    width: 100%;
}

.student-search-form button {
    padding: 10px 16px;
    cursor: pointer;
}

.student-card {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9f9f9;
}

.search-again-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 16px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
